Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
0
Comments
55
Joined
2 yr. ago

  • When I built my new PC (January last year) with an Intel 12th gen I first wanted to install Debian, cause I've used it basically ever since I've used Linux, but the kernel shipped with Debian did not support Intel 12th gen yet, so I was looking for another distro with up to date kernels/packages and stumbled upon manjaro, but quickly realised that it had some issues, than went for a manual arch install just for the sake of it, some stuff broke and I couldn't be bothered to fix it since I didn't do much on the system set anyways, I kept my home partition and installed endeavour and have been using it ever since on all my machines (with the exception of a short trip to fedora on my work laptop. It is just arch and basically any thing on the arch wiki applies, the only difference is some sane defaults and packages/services you'd most likely want to install and configure on your arch system anyways, they're just using the arch repos and have added a repo of their own with some "bundled" packages like DEs/WMs and AUR helpers

  • There is a vim plugin called vimwiki which is pretty much what you're looking for I think, but if you're not using (neo)vim this won't make much sense I guess. Other than that I'd probably just set up a GitHub gist or repo with your doc stuff

  • Why not stay on arch? I doubt the experience with VMS will differ between distros, just try it out. And as others have mentioned if your concern is anti cheat than vms might not work since some anti cheats can detect them. If it is not anti cheat than any distro will do, since pretty much anything not anti cheat is playable through proton these days. Another thing to consider is your GPU, keep in mind that if you want to use it for gaming in a VM you need to make a passthrough and you won't be able to use it for your Linux desktop (I think at least, there might be a way to unload the GPU at runtime, but it's probably complicated)

  • If you dual boot on separate drives it should be fine to use grub or systemd boot (or sth else), most Linux bootloaders can detect Windows installations and boot them. On the same drive it is fine as well, but windows tends to overwrite the bootloader with updates (which would be the same even when not booting Windows from the "Linux" bootloader).

    As you said, just do it and try it out. In my experience basically any game runs on Linux these days, with some exceptions, most of them caused by anti cheat (like Fortnite, valorant and some others)

  • IMO refurbished ThinkPad is the way for almost anything that is not gaming, working on huge code bases (without having a build server) or heavy graphical work like video editing or heavy photo editing. For most other things a decently new and well specced ThinkPad will do the job while still maintaining that feeling of a "new and snappy pc"

  • If I'd buy a new laptop these days I'd go with a framework. Other than that, buying a refurbished ThinkPad is always a great option and they generally run really good with Linux. As for support I wouldn't be too afraid, almost all hardware is supported these days as long as it's not something really obscure. The main thing worth checking is probably the WiFi card, I heard there are some that are a pain to set up, but I never ran into that. That being said most manufacturers won't officially support Linux and if they do they'll only support fedora or Ubuntu (speaking about big manufacturers, ofc there's system76 and stuff), but as I said I don't think I've encountered a laptop that straight up wasn't able to run Linux. Also if possible avoid Nvidia GPUs, they work, but can be a pain with drivers breaking on the regular

  • I haven't read anything you wrote other than the title, but yes AMD is so much better, everything just works, nothing breaks with updates, no weird quirks,... It's just so much QoL you get by using AMD

  • Imo any distro basically just works the same, I've never tried one of the "gaming" distros, but installing steam, proton and lutris is so straightforward that any distro will do imo. From there on it's just a matter of going onto protondb and figuring out tweaks for your games.

    As for dual boot I highly recommend separate drives, windows likes to overwrite grub with every update if located on the same drive. From there on just do a basic Linux install and configure your bootloader to look for other bootable oses

  • The distro is usually not really the problem, the desktop environment usually takes up a decent amount of disk space and snap/appimage/flatpak packages compared to native packages from your package manager. At least when strictly speaking about the system and programs, personal data (videos, Images, music,...) is still the biggest storage hog. I don't think there is a good option, you could ofc shrink your windows partition and grow your Linux partition or just buy more storage, storage is really cheap these days. Additionally you can regularly clean up your system, delete the saved logs, delete unneeded files and uninstall unused packages/programs.

  • IMO most users that need to / want to tinker with such settings are proficient enough in the CLI and man pages to do so and will use the CLI anyway even if a GUI tool is available for it (at least speaking for me since if I use a CLI I know what I'm doing, with some gui I don't know what it's doing under the hood, sure I could read the source, but at that point why not use the CLI). Users that aren't won't really have the need to do so. And if they have it's far safer to do so in the CLI because you have to have an understanding of what you're doing and do some research than just clicking around in a GUI without knowing what it actually does.