CaptainJack42

joined 1 year ago
[–] CaptainJack42@discuss.tchncs.de 0 points 11 months ago* (last edited 11 months ago) (3 children)

DE is desktop environment (like gnome, kde, xfce,...) And WM is window manager (like i3, sway, xmonad,...) Which is just a slim version of a de, they usually don't include things like guis for settings, file managers, ... and you just pick what you like and use that. The window manager is responsible for placing the windows in your workspace and most standalone wms are tiling, so they use your monitor space efficiently instead of putting floating windows all over the place. Basically the DE (or WM) is what you interact with most on your PC and a lot of beginners distrohop just to use a different DE when in reality you can just install the other de on your existing system, log out and select the new DE in your login screen.

The biggest differences between distros nowadays are their release cycles and their package managers (and the tepos they're using, like Ubuntu and Debian both use apt, but have separate repos)

And no you can't really change distro without reinstalling, you can change kernels tho, every distro will update their kernels from time to time and it's just a matter of install the new package and reboot into the new kernel.

With separate directories you probably mean partitions, which I'd also say it's advisable to have your /home partition separated from your / partition. That way if you ever have to reinstall or want to change distro you can just install into the root partition and afterwards add your old/home partition to /etc/fstab and keep all you're user data and configuration

[–] CaptainJack42@discuss.tchncs.de 0 points 11 months ago (5 children)

It's just clickbait like most of his videos, I never really liked Chriss' videos, the tip of the iceberg was when he told people to disable kernel mitigation for a presumable performance boost (I tested it with disconnected network, it was like 2% on my machine), which is just plain dumb.

Use whatever distro you like, just know that you don't have to distrohop for some program (DE or WM or whatever). I personally use endeavour, simply because I've used arch (and derivatives) for a while now and endeavour is just arch with sensible defaults and a lot of the configuration one would do anyway already done.

[–] CaptainJack42@discuss.tchncs.de 0 points 1 year ago (1 children)

git.

In all honesty, I'd just write a bash script, potentially reading from a file listing all the dotfiles you want to back up, copy them into some directory and pushing to a git repo. Run that script on a systemd timer (or manually) and write another script deploying them into the correct locations

[–] CaptainJack42@discuss.tchncs.de 0 points 1 year ago (1 children)

Aha da hat wohl noch jemand methodisch inkorrekt gehört, wollte gerade genau das gleiche schreiben ^^

[–] CaptainJack42@discuss.tchncs.de 0 points 1 year ago (1 children)

I've thought about trying that with my 7900xt, but never bothered actually doing it since everything I play runs on Linux. However I saw some posts about a project called something along the lines of pcie-passthrough-manager, that would be my starting point when trying that

[–] CaptainJack42@discuss.tchncs.de 0 points 1 year ago (2 children)

Maybe look into https://www.github.com/medusalix/xone there's also some useful links in there. But afaik Bluetooth controllers have pretty bad latency on Linux