![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.ml/pictrs/image/q98XK4sKtw.png)
121·
1 month agoNothing. I picked a distro that works for me out of the box. On top of that I only installed stuff, instead of replacing stuff.
Nothing. I picked a distro that works for me out of the box. On top of that I only installed stuff, instead of replacing stuff.
I’ve used KDE for more than a decade, and then about 1.5 years ago I decided to give Gnome a try. A few months ago I wanted to see KDE again, but I quickly switched back to Gnome.
KDE:
Gnome:
To sum up, my preference is less bugs over more features, so I pick Gnome.
Use
less
for checking contents of files. Many people usecat
all the time, but I don’t like it, because if you do that often, your terminal window quickly gets flooded with stuff, and then you have to scroll up and down if you wanna see a previous output. Withless
, your file opens in a different “frame”, which you can close when you’re done.