Hello there!

I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .

He/They

  • 0 Posts
  • 286 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle









  • 24.04 to 26.04 is a big version jump and sadly they can’t check every combination of hardware and software. Some people don’t go through the upgrade process and just back up their user data and reinstall when they want to upgrade to a new major release. In my experience, the automatic upgrader is usually fine but occasionally requires me to tweak something on my system.

    Missing Nvidia drivers

    Ubuntu has a “driver manager” software in the settings which should allow you to install recommended drivers.

    Python not compatible with software like Proton VPN

    What version are you using and how did you install it? You might be using an older version of their app and the issues are fixed in the latest versions. If you really can’t get their app to work, you can go to https://account.protonvpn.com/downloads#openvpn-configuration-files and download an OpenVPN file which you can import in your network settings. It doesn’t have all the bells and whistles as their app, but it still allows you to VPN your traffic.

    My pc is not welcome in the new Ubuntu world :’(

    I mean, isn’t Windows notorious for breaking things after an update as well? :P Computers in general are brittle and don’t handle change well.







  • Snapshots seem an ideal tool for the job. It won’t replace a full backup system, but as long as the cost of failure (such as you mistyping a command and nuking the disk’s partition data or something) is only a few hours of OS reconfiguration rather than losing priceless family photos, it should work.

    I use btrfs snapshots on my system. When I’m about to do something “risky” (e.g. trying out kde or cosmic) I take a snapshot beforehand. Then when I want to go back, I just restore the snapshot and reboot.

    For /home, there won’t be a lot of OS configuration there, and if it’s a burner machine you probably won’t have much personalisation done on it. However, if you want to backup configuration there, look into a dotfile manager.


  • Depends on how much RAM you intend to use, and how much you need. For normal web browsing, I think probably enough swap space to make your total RAM + Swap amount up to 24GiB should do. If you have more than that and don’t run anything memory intensive, you can probably get away without any swap at all.

    If you want the ability to hibernate though, you need at least the same amount of swap as physical RAM (since Linux will use the swap space as the location to “hibernate to”.

    I think for an SSD it makes sense to use a swap file rather than a swap partition, since random access is basically free and you can resize it easily. That’s a minor thing though.

    How much memory do you have? How much storage do you have? What will this computer be used for? Do you want to be able to hibernate?