Formerly MintRaccoon@kbin.social

  • 0 Posts
  • 17 Comments
Joined 10 months ago
cake
Cake day: June 1st, 2024

help-circle
rss

  • I have a Thinkpad T480 that I’m very happy with. I believe it’s around 7 or 8 years old, but it works great. Unlike most laptops, it doesn’t have soldered RAM, so it’s easily upgraded. One downside is that most units don’t come with a lot of storage, so you’ll probably want to get a larger drive. I spent around $200 on mine plus another $100 for the SSD. It’s a great inexpensive laptop that’ll last for years.


  • My understanding of what happens when using separate drives is that one drive is given priority in the BIOS/UEFI menu and then people just use the device menu when using the secondary drive. Windows really only cares about its own drive with this setup, so the bootloader on the other drive is safe. I’ve never actually done this myself since the only system I dual boot on is my laptop and it only has one drive installed. To answer your second question, I just use my bootloader (GRUB in my case) to select which OS I boot into.


  • Some people recommend having Linux and Windows on entirely separate drives since Windows doesn’t always like to play nicely with Linux. The only issue I’ve ever had with them on the same drive was the time Windows ate my bootloader when upgrading from Vista to 7. Another thing is that you should install Windows first because it will eat the bootloader (as previously mentioned) if Linux is installed first. I also recommend keeping a flash drive with System Rescue CD installed handy in case you have to repair the bootloader.

    Edit: Typo












  • Are you referring to a drawing tablet? If so, then a good number of ones from the better known brands are supported by the kernel by default. Your safest bet though is Wacom. Wacom is definitely the best supported brand, but it tends to be more expensive than other brands (such as XP-pen and Huion). Non-Wacom branded tablets may require a little bit more initial configuration, like adding a udev rule (I had to do that for my Huion Inspiroy Ink).



  • In my experience larger packages (in terms of file space requirements) install slower, but download speed is a factor there too.

    Cancelling compilation is safe to my knowledge. No changes were made as you stated. Just remember that the downloaded files will probably still be in your cache afterwards, so you may want to remove that with paccache.

    You mention “partial installs,” but the actual issue is partial upgrades. A partial upgrade is when you don’t upgrade the entire system, but only one or more packages. A partial install isn’t really a term people use, but could probably refer to installing a package without its dependencies being installed.