this post was submitted on 02 Sep 2024
795 points (93.4% liked)

Linux

53618 readers
57 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 7 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] psycho_driver@lemmy.world 91 points 2 years ago (4 children)
[–] lemmesay@discuss.tchncs.de 25 points 2 years ago (2 children)

I too use nano.

alias nano="vi -y"

[–] fin@sh.itjust.works 4 points 2 years ago (1 children)

Just tried it in my terminal and I couldn’t exit, lol

[–] lemmesay@discuss.tchncs.de 2 points 2 years ago (1 children)

sorry, i didn't tell how to quit. it's ctrl+q

[–] fin@sh.itjust.works 2 points 2 years ago (1 children)

Thanks, I finally got my access to the terminal back.

[–] lemmesay@discuss.tchncs.de 1 points 2 years ago

just when you thought you knew how to exit vim lol
also, this is vim's "easy" mode.

[–] fallingcats@discuss.tchncs.de 2 points 2 years ago
ln -sf /bin/nano /bin/vi
[–] mub@lemmy.ml 12 points 2 years ago (1 children)

I like Nano. I think it is quite good. There, I said it.

[–] J4g2F@lemmy.ml 9 points 2 years ago (1 children)

Edit a file, writing a quick shell script or whatever in the terminal. Nano is great. I don't see any use in learning vim or emacs. If I need something more I'm going use a gui editor anyway.

Don't get triggered anyone it's just my preference

[–] alexaralvarado@infosec.pub 4 points 2 years ago

Well hello there!