

The foot clan is strong
The foot clan is strong
How do you feel about trying Virtual Machine Manager instead? I really prefer it over virtual box, personally. It uses the KVM virtualization built into the Linux kernel instead of needing a module like vbox. If you want to stick with virtual box for some reason, I would make sure that all the drivers are installed on the windows guest, you should really always do that with a VM.
https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm is a pretty good guide I have followed for VirtManager.
The Internet icon is a fucking liar, and if you don’t agree with me you haven’t been on enough networks.
This is the best font IMO. I used to use source code pro, but I switched to Plex a few years ago and it’s all I want to use now.
Every time I try to use Gnome boxes I walk away frustrated and confused. I thought it was just an alternative GUI that did the same thing as VirtManager. It’s doing something behind the scenes that is very different and not perfermant. I use spice with VirtManager daily and I don’t have issues, but I’m not using the spice webdav stuff either, just display I think.
We started calling wireless mice hamsters because they got no tail.
I’m on Sway and I use the mouse copy and paste all day everyday.
I see a SATA cable, so I’m guessing it will work fine.
Ew GitHub? I’d rather go back to SVN
Yeah, I’m not sure how well YouTube is going to run on Kodi, I’ve never actually tried it. If you have another Linux box around you could install Kodi and try it pretty quickly.
This looks nice!
https://libreelec.tv/ If you like Kodi this is the business. I have had it working with remotes, the biggest drawback for me was streaming services not supporting 4k on the Odroid N2+ I was trying to use. Plex worked great through Kodi, and that was my biggest use case.
MacOS is actually not a BSD as some people like to think. It is Unix, it used to be posix tested but it has never, ever been a BSD. MacOS is based on the mach kernel, a kernel that was intended to replace the BSD kernel for a GPL licensed Unix. Most of the people who wanted a GPL Unix just went with Linux in the end. We are still waiting to see what Hurd has to off though. https://en.m.wikipedia.org/wiki/Mach_(kernel)
I once did a house call over an hour away to turn on elderly couples monitor back on. Didn’t feel good about giving them the bill.
I have to use SQL at work enough that I just use that for any database I need for personal projects, almost always MariahDB. Helps me stay current on my skills I guess.
I am also an IT nerd that hikes as much as I can, when the weather permits. Too many of my local trails have decent reception so I have to just forget my phone exists for a while.
I’ve never noticed an appreciable performance hit, but I also don’t generally swap much. Most of the time on a desktop/workstation I’m surprised to see a gig or 2 in swap. Nvme drives are pretty fast. If you are actually using swap space on a regular basis it might be worth it to upgrade RAM or use a dedicated drive for swap if necessary. I remember btrfs having swap file issues but the details are fuzzy, these days I use zfs on my nas and ext4 everywhere else.
https://wiki.archlinux.org/title/swap#Swap_file
I call them swap files but either is correct.
A swap partition is a part of your storage disk that is formatted for swap use. It could also be it’s own disk for high performance systems, but mostly for HPC.
A swap file is basically an empty disk image file that you mount as swap, the OS will use it just like a swap partition.
I prefer swap files because I find them easier to manage. I can easily delete, move, or enlarge the swap file whereas the partition will take a bit more work and is a bit riskier to change. Changing partition layouts can get very messy.
I always recommend a swap file be created when setting up a new Linux machine, even if you have loads of RAM. Some applications will use swap space to help performance, but I also like the fact that if I do something really dumb and fill up the root partition I can delete my swap file to free up space immediately, fix the full disk problem, and then recreate the swap file.
But on Ubuntu I don’t have to use the terminal to update my apps?
Rio as in Plan 9?