• 0 Posts
  • 52 Comments
Joined 8 months ago
cake
Cake day: July 24th, 2024

help-circle











  • As the other commenter said I use a diff tool (I use vimdiff but meld probably works easiest if your not used to vim). I do a pacdiff after every upgrade that will prompt you for all the changed files (most of the times there are none or the changes are minor) and let you compare your version and the .pacnew file. If anything changes in the syntax in a major way (which it almost never does) you will should spot these differences and be able to amend any changes you made in that way.

    The example I gave was when some pam config file syntax changed and since I had a custom pam config (because of an encrypted home) it didn’t update the syntax (creating a pacnew file) then I couldn’t login after reboot.


  • Not sure how technitium works but just from my selfhosting experience are you sure your not hitting dns-rebinding protection somwhere.

    In short DNS rebinding stops domains from being resolved to private IP ranges so you don’t end up back in your Network when you seem to be resolving a public domain.

    I have to set up any domains that resolve locally in my router (which also does DNS and DHCP) but not sure if that’s necessary with technitium




  • I feel that. I’ve used Linux before systemd but when I went into the “nitty gritty” by using arch systemd had just been implemented and everything I learned about startup services init etc. was systemd based. When I started my career working in servers they were redhat/CentOS so still systemd and when I switched jobs Debian already had made the switch so (most of) the systems at my new job were also systemd based. Of course I learned the basics of init files and even some rc.d but systemd still makes the most sense to me and like you say it’s “comfy”.


  • I was like batch 5 of the AMD framework 13 running Arch and Gnome on it.

    I did have some problems with suspend/nvme drive that was fixed by replacing the nvme. If you go with their drive you’ll probably be fine (I just grabbed one I had laying around). Ever since then the laptop is perfect. If you do get it check out the Archwiki article that has a lot of helpful tips for tuning your OS to the Hardware



  • I had an external HDD that I was using for years. Some of that time it was attached to a Server basically running 24/7 definitely dropped that thing a couple of times. That HDD has been out of use for years now but I’m sure I could just plug it in tomorrow and it would spin up fine. HDDs can last forever untill they don’t.

    So Backups! And don’t worry about the rest.

    Also as others said if you’re interested how long and hard it’s actually been working check out the smart data if there are any fail criteria you might wanna get a new one just to avoid restoring from Backup but if all’s green just let it keep chugging until it doesn’t and remember Backups!