Honestly, since getting into NixOS, I’ve found that much more of an elegant system than Docker or whatever.
Hello there!
I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .
He/They
Honestly, since getting into NixOS, I’ve found that much more of an elegant system than Docker or whatever.
If you’re a furry Linux user, you’re only allowed to use desktop backgrounds of Xenia. :P
Assuming you’re serious and I’m not being whoosed, remember that Linux is a tool, not a cause. Many use Linux because they like Linux, not because they want to purge all non-free things from their life.
Remember you can dual boot. You can keep the Windows install around on a separate partition for when you need to use it.
I play Stellaris, Stardew and Slime Rancer on Linux, and they seem to work last I’ve tried.
I just want another 3D game where you actually play as Tails. Like, no mech. Just like Sonic levels but you can fly.
It’s important we do it that way for our 🌟brand identity🌟.
In his defense, it isn’t really a fishing game without bait.
Finally, representation for gay people who are into irony.
dd is completely safe.
Only if you have the correct args and device names. Make a backup if you want to do it from the command line and aren’t feeling 100% confident.
When I’ve needed to transfer data over to a new disk, I’ve used gparted from a live usb to copy/paste partitions directly. Once that’s done, you’ll probably need to update /etc/fstab to point to the new drives and run update-grub
(assuming you are using grub) to update the bootloader config.
Why do they need information about the hostname? Is it really valuable for them to know how many systems are named daves-pc?
I tried Cosmic and quite liked it. Just waiting for them to add a gnome 2 style window list widget with the window names.
There is, but I use a hipster keyboard layout and they don’t support alternate keyboard layouts yet.
Cinnamon. Desktop environment peaked in the Windows XP/Gnome 2 days and everything else is just change for the shake of change. :C
My only annoyance is lack of Wayland support. Tried out cosmic, but it doesn’t have the Windows XP/Gnome 2 style window list.
Screenshot for anyone interested:
If it turns out to actually be a problem, people can just fork Linux itself.
Man, fuck the games industry.
Oh, neat. Surprised that isn’t added to the default paths though.
It also still does the annoying name.like.this for binary names rather than just using normal names though.
I’m not entirely sure why this is news. Do people think he gets put into a test tube or something when when he’s not needed?
He’s a professional game developer, he’s probably working on games constantly.
vim
Opinion disregarded.
As an aside: I really wish flatpaks would put symlinks or something in ~/.local/bin
so you could just run them without the flatpak run
boilerplate.
Storage devices can fail at any time for any reason. Always have a backup.
Fwiw, I think BTRFS is better than ext4 and friends at actually detecting whether a block is corrupted or not.
As I understand it, the problem that both Nix and Docker try to solve is “How do I bundle and run this application in such a way that its dependencies are explicitly specified and don’t interfere with anything installed on the host system”.
They have different approaches, but I think that goal is the same?