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

help-circle
  • fozid@feddit.uktoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    5 days ago

    I have never been on a machine where I can’t install and use nano. I can use vi / vim / nvim, but I don’t have muscle memory. I have tried to convert away from nano, but it’s just too easy and what I have been used to over nearly 2 decades on Linux. I have nvim installed with a few plugins and a bit of a custom config, but anytime I need to do something important or complex I jump into nano. If I remember and am not in a rush I’ll jump into nvim to try and practice.






  • Honestly it all depends on what you need both now and in the future.

    I’m running lots of services on a cheap mini pc I got for £80, it’s an N100 CPU, 32gb ddr4 ram, 512nvme, then has 2x8tb hdd’s and 2x2tb ssd’s which are in a raid1 area served with lvm.

    Running vault warden, immich, navidrome, adguardhome, torrent setup, sterling Pdf, filebrowser, radicale, WebDAV server, searxng, syncthing. This has 4 daily users.

    It’s barely under any load running all that and is silent and draws a max of 15w. I feel I could double the services if I wanted

    I personally plan on building a desktop pc specifically to be my server in the next few years as an upgrade to my current setup, but won’t be for at least another 18 months as currently have no bottlenecks or issues.




  • Ive been trying to get rid of YouTube for over a year now, but haven’t found a solution im happy with so still sticking with revanced YouTube.

    Got rid of Spotify 2 years ago and self host navidrome and it’s perfect for me. I use dsub2000 on my android and feishin on my Linux desktop pc.

    I’m UK based, so fairly strict internet laws and I torrent to supplement my owned media. I don’t use flac, I’m sure if I tried I could hear the difference from 192kbit MP3, but honestly I don’t care. 192kbit or similar mp3’s are more than good enough for me.

    Self hosting costs money. Hardware setup initially is expensive, both in money and time and effort. It’s only a solution if you believe there is a problem that needs fixing.

    For me it’s well worth it for music. Video not so much, not yet anyway. I listen to the same songs 100s of times, but videos only once or maybe twice at most.







  • 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
    18
    ·
    1 month 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.




  • fozid@feddit.uktoLinux@lemmy.mlWhat are the problems with systemd?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 months ago

    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.