Comment π§
-
Comment

@itsfoss You can take your SSD or HD put it in another computer and it will just work*. (Windows won't and will likely notify you you're using unlicensed software).
*unless radically different eg, different processor type
-
@itsfoss That there are ways to run EVERYTHING you need and not use Windows as your primary desktop OS. I finally made the switch over to Linux both for work and at-home use several years ago.
For work, there are a few programs that only exist for Windows - for that I run QEMU/KVM and run Windows in a virtual machine. So I guess technically I still have to use Windows, but for 99% of my working day, I am using Linux. For home life? 100% Linux!
-
Comment

@itsfoss
In 2026 ist mit necessary to use the shell as a normal User
οΈ. -
@itsfoss That there are ways to run EVERYTHING you need and not use Windows as your primary desktop OS. I finally made the switch over to Linux both for work and at-home use several years ago.
For work, there are a few programs that only exist for Windows - for that I run QEMU/KVM and run Windows in a virtual machine. So I guess technically I still have to use Windows, but for 99% of my working day, I am using Linux. For home life? 100% Linux!
-
Comment

@itsfoss you don't need to use the terminal, but it's nice if you now how to
-
Comment

@itsfoss The Terminal is always a better choice than using a GUI.
-
@mrgrumpymonkey This would indeed save people a lot of time when they are out looking for distros...
@itsfoss @mrgrumpymonkey
For beginners, I understand that the issue of whether itβs possible to install other desktop environments is important, provided itβs made clear that, as a rule, the distroβs default desktop environment is fine-tuned in a way thatβs often difficult to achieve with desktop environments installed by the user. -
Comment

@itsfoss Two things. The man pages are actually good. My experience with GNU/Linux improved tremendously when I learned to integrate man pages into my day to day.
Second, related to the first and generally good "tool" advice. Don't fight Linux. GNU/Linux wants you to use the shell and text centric workflows so lean into it.
-
@itsfoss That there are ways to run EVERYTHING you need and not use Windows as your primary desktop OS. I finally made the switch over to Linux both for work and at-home use several years ago.
For work, there are a few programs that only exist for Windows - for that I run QEMU/KVM and run Windows in a virtual machine. So I guess technically I still have to use Windows, but for 99% of my working day, I am using Linux. For home life? 100% Linux!
I understand there are some applications that were designed only for Windows. I have one like that and use Wine to run it in Linux.
http://john1126.com/589I am thankful to be running everything (100%) on four different machines (not including servers) using Linux.
-
Comment
don't listen to a friend that tells you to log in and type:
> chmod u-rx .
and log out. -
Comment

-
Comment

@itsfoss Use a distro with BTRFS and snapper making automatic snapshots so you can boot into a snapshot and rollback in case something goes wrong. Saved me so much trouble and time.
-
Comment

In a terminal shell, if you want to do a recursive operation on dotfiles only, don't do `.*` -- do `.[^.]*` for example, and test with a non-destructive command like `echo` beforehand. Reason: `.*` includes `..`
-
don't listen to a friend that tells you to log in and type:
> chmod u-rx .
and log out.@ottoflux haha