this post was submitted on 12 Sep 2023
131 points (99.2% liked)

Linux

47247 readers
852 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 1 year ago (4 children)

Nano (or pico). I had to use vi one time 😭

[–] [email protected] 13 points 1 year ago (3 children)

Which distro doesn't ship nano? I've only ever seen this in embedded or docker contexts.

Condolences for your vile experiences, though.

[–] [email protected] 2 points 1 year ago (2 children)

I think Debian doesn't cause I used it in some containers

[–] [email protected] 3 points 1 year ago

The Debian LXC containers ship without nano, the normal (net/dvd/cd) install have nano.

[–] [email protected] 1 points 1 year ago

Debian does ship nano not vim.

[–] [email protected] 1 points 1 year ago

I think it was OpenWRT

[–] [email protected] 1 points 1 year ago

Yeah I find that nano is on basically everything but alpine or other minimalist distros for containers. As long as I have access to it on the host I'm doing okay.

[–] [email protected] 9 points 1 year ago

🤕 <-- he was forced to use vi

[–] [email protected] 3 points 1 year ago

How did you get out of it?

[–] [email protected] 2 points 1 year ago

I remember using nano in college when I was a baby dev. I would write everything locally then paste into nano. I don't remember if the professor gave us an FTP link or if I was just trying around but I pasted the server address into the file explorer (I think nautilus, I don't remember) and it managed to connect. It made it all so easy.

Good times, writing assembly in nano lmao!