119
Your Experience with Linux, BSD etc
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Every year I upgrade to something better and found the past distros very disgusting.
6/2021: Ubuntu, Debian, Mint (for ~15 minutes), Kali Linux
2022: Ubuntu, Lubuntu, RHEL, Fedora (for some days), Arch
2023: Artix (for some days), Gentoo, Alpine (Alpine is the best distro I've ever seen), switched to OpenBSD in the end of the year!
2024: OpenBSD. Have a machine running FreeBSD but currently unplugged and haven't learned anything from FreeBSD.
OpenBSD is so simple and I started reading man pages when I use it. I'm starting to learn tmux. Started to learn sed. Started writing some shell scripts. I can confirm I wasted time using all the distros above except Alpine. Except when I compile the linux kernel on Gentoo. I switched to OpenBSD without any problem. I quickly forgot the /dev/sda1 and learned disklabel. Not using vim without any problem, and I learned how to use vi efficiently.
OpenBSD is not too hard for any "newbies" that can read English. They can type "help" and it will open help(1). When they have read help(1) they will read afterboot(8). afterboot(8) is just comprehensive. It's a pity that package management is about the end of this man page, but package management is just simple: pkg_add and pkg_delete package-name. They may read pkg_add(1) and pkg_delete(1) when they want to upgrade.
Default X11 window manager is fvwm. xterm is launched when X is started. You can move windows with mouse. Minimized windows also appear on the grey screen. But you have to double click much. This is usable. cwm is also available when you want a wm that can be used with a keyboard. It is much more efficient.
2025: plan 9 ???