• 1 Post
  • 74 Comments
Joined 3 months ago
cake
Cake day: January 25th, 2026

help-circle


  • Backups, backups, backups and backups. You will nuke your system drive by accident at some point. You will nuke your data storage by accident at some point.

    I used a pi4 for a while and found storage speed was too slow as the usb c speed is too poor. I also found nextcloud too heavy for it to handle. Immich was great when I disabled ml, when I enabled it, it was ok. I moved to a mini pc and kept my pi4 as a 2nd server running just a few lightweight services and to ping wake on Lan signals to my mini pc in the event of a power cut.

    Regards actual security, I can’t comment on your path as I chose the nginx reverse proxy option with my server fully exposed to the big scary www. I have 3 ports open on my firewall (ISP provided router) and on my server firewall with ufw for 80, 443 and a randomly selected high numbered ssh port. I have all unused ports closed, and I have fail2ban running very strict to block ips after failed login attempts. The way I say it is if nginx or ssh get compromised, then the world is gonna burn, and I will be 1 in a billion+ affected.



  • fozid@feddit.uktoLinux@lemmy.mlsystemd(ont)
    link
    fedilink
    arrow-up
    17
    ·
    6 days ago

    After over a decade using systemd in arch and Debian, I never had any direct issues with it. However, I never truly got my head around it or got comfortable with how it functioned. I recently swapped arch for void which uses runit, and after over a month using it I to an amazed both how clean and simple it is, how everything just works, how easy to interact and use runit is and am blown away by boot and shutdown times. My arch / systemd setup was heavily optimised for boot, and I thought was quick, but runit starts in about 4 seconds and shutdown is about 2 seconds.





  • I was just speaking from experience and asking how the data accounts for non de setups. I have never liked qt, and always preferred gtk, having been from openbox to hyprland and now sway. I currently use gtk, and all my apps are based on gtk and they don’t draw their own decorations for me. I find gtk integrates really well with my setup and every time I have tried qt I have found it a mess and it never feels cohesive.

    My point though is not to say gtk is better than qt, as it’s not, and vice versa, but just to try to highlight the fact that just because KDE is the most popular de, doesn’t mean qt is the most used toolkit compared to gtk. I bet they are fairly evenly split.



  • I don’t think there is a problem with it. It’s a piece of software that people can choose to use if it fits their specific use case. It has a long list of features and abilities, and lots of people find it sufficient for what they want.

    There are also a lot of people that don’t find it suitable for what they want and they can choose to not use systemd and use some other options.

    I personally don’t use systemd. I have used it for a while, originally I used sys v for a long time, then arch adopted systemd, I tried to get used to it and understand it but never felt comfortable with it, so I moved to void Linux which uses runit plus other items to replace systemd, and I feel a lot more comfortable and happy with this.

    You do your research and testing and find what fits your use case.





  • Every machine I own has a scripts folder in the users home. It contains anything and everything, from starting and stopping services to changing settings, updating my boot order, literally anything I don’t use often enough to alias, but know I will use at some point.


  • I’ve been using Linux 20+ years as my main os. Most of that time I’ve been an arch user. I moved to void Linux 2 weeks ago. I’m very much a start from scratch and build to my liking sort of person, so I just extracted the rootfs base system to a fresh partition, configured everything through a chroot, and booted the new system. Took me 2 days to get to a point I was happy with. I really like void Linux. It boots faster, the init system is much simpler and I feel I understand it better than systemd already. The package manager is really good, and easy to use. I have no complaints.

    For yourself, void Linux offers an xfce ready made live version, so everything is already configured and you can test it out in a live setup first with no permanent install. I didn’t test the installer as did a manual install, however it is not a gui installer.



  • I started using Linux around 2006, did lots of hopping from the first attempt and eventually landed on arch Linux which ran on my main pc laptop until march 2026 when I decided to switch to void Linux. I also have a 2nd laptop which is more just for family and retro gaming, which is Debian. I also have a raspberry pi4 with Debian based raspberry pi os, as well as a mini pc server running Debian.

    As you can tell, I don’t like derivatives. I am really fussy with my setup and prefer to build my own system from scratch to some extent, even if I end up with something more similar to one of the derivatives.

    Nobody can really give you advice what to use though, it’s a very personal thing. All the distros offer different features and solutions for different use cases and problems. For people to recommend a distro, you would have to outline everything you want and expect from the distro, what you like and don’t like etc.


  • I have 2x2tb ssd’s in a raid1 that are always on with my live data on, then I have 2x8tb hdd’s that get mounted, written to, unmounted and put to sleep once every 24hours. The hdd’s hold 4 different versions of backups, and the write to them is with rsync so it only writes changes that have happened as opposed to a full delete and write from scratch. I’d say my hdd’s are mounted and awake no more than 1 hour at a time, so they are unmounted and asleep 23+ hours a day.

    My servers are an intel n100 mini pc and a raspberry pi4, so all are very low power draw. The mini pc gets to about 15w peak on its own, not sure what the ssd’s draw, and the hdd’s will be minimal. My n100 sits around a load of 0.4 to 1 90% of the time, and then it’s around 2-5w.

    Then I have a script that runs at startup to ensure all hardware and devices are set to low power and optimal settings or are completely disabled if not required. Things like WiFi, Bluetooth and stuff totally removed or blacklisted etc.