130
Exploring where Linux came from, the lost UNIX V4 tape tried out
(quasolaris.tech)
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
Vi is unintuitive and annoying to me. Others can use whatever they want but I can't stand people who tell others they're wrong for not preferring vi.
I use micro in my console, or rather terminal. Why wouldn't it work over telnet when it works via SSH?
Totally fair, I only learned because I was forced to.
Serial consoles feed back information one line at a time, so no curses interfaces. No arrow keys, just hjkl. Anything that needs to count characters and columns (like position-based cursor editors like nano) won't work over telnet.
A serial console and a terminal aren't the same thing.
If you like micro, use micro. I don't care.