

Is there any point of logging in with a different account?
When you edit & save a file as root, root takes ownership of that file. I personally don’t like having to run chmod or chown every time I make minor changes to something.
Is there any point of logging in with a different account?
When you edit & save a file as root, root takes ownership of that file. I personally don’t like having to run chmod or chown every time I make minor changes to something.
Ntsync got rid of performance degradation that can occur with some games under esync and fsync
This explains SO MUCH! I was getting frustrated when games start out perfectly fine than 30 minutes in frames would drop significantly.
9 times out of 10 the software you’re looking will typically land in your Distribution’s repository, before it lands in the main repository it’ll be vetted for stability and security in a testing repository.
For example; Steam-Installer is located in the main repository for Debian 12 (Bookworm) they also have a newer version in their Debian 13 (Trixie) repository for testing the next generation of Debian..
If you want to install software outside your distributions repository you will need to vet the software yourself and make sure it’s compatible with your distro.
Hope that explains it a little easier.
Just bricked my Proxmox install an hour ago and I had the pleasure to learn their recovery process sucks. (At least for my case)
Think of them as a simplified mimic to the windows file system, they create this fake C: drive & user directory with basic windows paths (user, app data, program files, etc) an you can choose what firmware gets installed to prefixes (like .Net frameworks) an all this is how people can run .exe executables on Linux.
When you run wine ./something.exe
a prefix is automatically created and the application uses that prefix to make it think it’s using the windows fs.
I could be wrong but I feel like I’ve seen
AE_AML_INVALID_RESOURCE_TYPE
Before,
Now take what I say with a grain of salt because in my experience 9 times out of 10 drives not mounting properly stop the system from booting, if you have multiple drives connected to your pc that automatically mount and you’re familiar with your /etc/fstab
I would suggest disabling auto-mount to any drive that isn’t your boot drive and try again.
deleted by creator
What kind of PC is this? Does it have an SSD?
If it’s anything like my company a “New” desktop is the managers old desktop.
Mr Torvald, I don’t feel so well.
Basically Linux mint or bazzite is the system and how it’s organized while plasma is how I’m seeing that system represented and interacting with it in other words?
Yup, seems like you got the gist of it!
Obviously once you start reading documents on software you’ll start to understand it all better. Suggest reading into the Docker engine for self-hosting software on your network!
how does plasma and Debian fit in cus that stuff is ringing a bell.
Distributions like Ubuntu, Kali Linux, Linux Mint are actually based off of Debian however, each distribution provides their own packages and typically have system files in different places, so packages made for Ubuntu may or may not work with Debian and vice-versa.
Like plasma being separate than a distro
KDE Plasma is a Desktop Environment (aka your desktop). When you install a Linux distro on your computer you’ll typically be given an option on which software you want to pre install. You’ll see software like GNOME, KDE Plasma, Xfce, Cinnamon, etc and by doing a little research into them you can pick the environment that suites you best.
GNOME gave me MacOS vibes while KDE is more Windows.
Edit; I should’ve mentioned you can choose to go headless without a GUI and only run the shell which saves a lot of resources.
Hope this explains things easily!
I personally started out with Debian given that a vast majority of distributions are Debian based, typically paired with KDE Plasma 5 for my desktop environment, and learned from there.
Now Debian is really stable but does require command-line configuration quite often so it may feel complicated but if you’re capable of reading & following documentation then you should be all good.
Currently in the process of fixing up my old Asus TUF FX505DU with Debian & KDE Plasma.
Setting up Nvidia Optimus would be a pain if it weren’t for Envy Control, run one command and boom GPU’s speak nicely to one another.
That’s just how you unlock the hidden boss fight.
The only thing I had to work around was downloading the deb build of Discord Canary to enable audio output in Discord streams since it was only recently added to Discord’s dev/beta build (Canary).
Keep in mind Linux is all about FOSS, if the software you use doesn’t have all the features you want look around for alternatives.
I encountered this same issue when installing Discord and opted to use Vencord instead.
When i first researched Linux distros and learned that Ubuntu, Linux Mint, Kali Linux, etc were all derivatives of Debian I knew it was the distro I wanted to learn.
Granted the package manager does tend to fall behind and the Linux kernel is quite outdated on Debian 12 however, it works great for 99% of tasks (including gaming!).