Linux Crash Course - nano (command-line text editor)

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 55

  • @skysaville
    @skysaville 3 місяці тому +1

    Editing the nanorc file makes nano so good, it’s my daily driver for most things now.

    • @Katatonya
      @Katatonya 2 місяці тому +1

      what changes did you make?

  • @AkebonoRadio
    @AkebonoRadio 3 роки тому +13

    Jay, love your work. Been using Linux for years. However, love learning the fundamentals.

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 3 роки тому +2

    Thank you, Jay. Nano's limitations are offset by how easy it is for quick work.

  • @mikehensley78
    @mikehensley78 3 роки тому +2

    Ive been using nano since it was pico(in the pine email pkg)! I love it.

  • @tigerfish66
    @tigerfish66 3 роки тому +2

    Love your content, way back in 90's when i started learning Unix as sideline to my job supporting DOS/Windows banks trading floor workstations that my company supplied with our real time market data product, the biggest learning curve i had was learning the locations of various files and the unix commend line editors as they were so different to DOS 'edit', i recall the commend back then was 'ed'....i wish Nano was available back then, thanks for the trip down memory lane.

  • @tyler5888
    @tyler5888 3 роки тому +2

    No wonder Mork from Ork liked Nano so much. Very useful little tool

  • @meowcula
    @meowcula 3 роки тому +4

    Nano has been my CLI text editor of choice for a long time now. Just never bothered nor had need to learn vim. It does all I need it to do.

  • @aaronperl
    @aaronperl 3 роки тому +10

    Back in university, the first Computer Science course was taught using Pascal on DOS. The next class was using a language called Modula-3 on UNIX (Solaris), or Linux for those who wanted to try to run it at home, though that's a whole other story about the libc6 disaster). I didn't know how to use any UNIX text editors in those days except for pico, which I believe nano is based on / a clone of. It was pretty terrible for writing code. After the first assignment I was determined to figure out how to use something better. I used Emacs for a while, and then started learning some Vim and never looked back. Unfortunately, the early experience with pico left a bad taste in my mouth and I tend to avoid using nano as a result. I will agree that it's a better first editor when you're only used to DOS/Windows text editing, though...

    • @AriannaEuryaleMusic
      @AriannaEuryaleMusic 3 роки тому

      As a Beginner Linux user, I found nano really easy for basic things (Changing .conf files) but when I used Vim I almost panicked cuz I didn´t know how to save a file and much less getting out of that thing.

    • @kim-hendrikmerk4163
      @kim-hendrikmerk4163 2 роки тому

      Ed is the best

  • @brandon_wallace
    @brandon_wallace 3 роки тому

    Thanks for this video. I use Vim for so long I never learned how to use Nano.

  • @faustipez
    @faustipez 3 роки тому +3

    Thank you for all your videos, these are really straight to the point and very easy tu understand, I'm learning a lot! ❤️

  • @froid_san
    @froid_san 3 роки тому

    Thanks for the video, as a new linux user, I learned a few new tricks on using nano.

  • @Roachness99
    @Roachness99 2 місяці тому

    I haven't worried about line numbers since I programmed in basic in 1987. I need to know how to find multiple occurrences of strings, how to undo, how do duplicate text, more on copy/paste. Spell checking is the last thing I need to know if a code editor.

  • @thelowerping8053
    @thelowerping8053 Рік тому

    Thanks for the video, Nano is awsome! ops , sudo apt install spell, Ctrl + T, awesome!

  • @АлександрМельник-ч3ь

    i love micro text editor

    • @jonspoonamore3721
      @jonspoonamore3721 3 роки тому +2

      I agree. Micro is like having Gedit/Pluma on the command line. Using standard editor functions like CTRL-C and CTRL-V (copy and paste).

  • @AndrettiUA
    @AndrettiUA 2 роки тому +1

    Esc + Shift + 4 -- to soft wrap text in nano

  • @thomasdunn496
    @thomasdunn496 2 роки тому

    Nano is my ride or die editor!

  • @olivergarcia6309
    @olivergarcia6309 9 місяців тому

    Thanks bro, your way to explain thinks is inspiring

  • @kim-hendrikmerk4163
    @kim-hendrikmerk4163 2 роки тому

    personally i prefere ed
    ED. The standard text editor.
    It is the only text editor that isn't bloated. Things like syntax highliting or seeing the document while editing are for noobs and bloat. And this is without even mentioning errors, like who actually needs error messages? A single ? to represent an error is all you need. Ed also does not waste your storage space compared to bolat like vi.

  • @sussusamogus7831
    @sussusamogus7831 Рік тому

    nano is quite cool actually

  • @BigBlueMotors
    @BigBlueMotors 3 роки тому

    Thanks for the video. Seems that spell check process with Nano is different in Kali Linux. I guess each distro has a different way to use spell check.

  • @wildmanjeff42
    @wildmanjeff42 3 роки тому

    Thanks for the video Jay !

  • @rhax_ffm
    @rhax_ffm 3 роки тому +2

    9:31 you said without leaving vim :D

  • @DL-xf3ur
    @DL-xf3ur 2 роки тому

    Awesome as always Jay! Thanks!

  • @dailyjavafx9542
    @dailyjavafx9542 3 роки тому +1

    Nano is great
    👍

  • @YrmiZ
    @YrmiZ 3 роки тому

    You done a great work. This was just what I needed

  • @anandSingh-hw6et
    @anandSingh-hw6et 2 роки тому

    I think u forgot to mention the shortcut to jump words back and forth in a long command. For e.g. if someone need to go to 5th word from begining to modify it.

  • @hehermosilla13
    @hehermosilla13 11 місяців тому

    thank you!

  • @guilherme5094
    @guilherme5094 3 роки тому

    Nano is great.

  • @litebkt
    @litebkt 3 роки тому

    Many years ago, vi was my editor. I wonder if I still remember how to use it.

  • @nicholasobrien5914
    @nicholasobrien5914 Рік тому

    Awesome !!! Lovely and clear

  • @kodemasterx
    @kodemasterx Рік тому +1

    Hey everyone Linux Noob here with quick question... So at 6:00 if I add a . at the end instead of a path, does it copy the file to the root or the current directory?

  • @tambokavz
    @tambokavz 3 роки тому

    Thanking you.

  • @13thravenpurple94
    @13thravenpurple94 2 роки тому

    Great work! Thank you

  • @Alianger
    @Alianger 2 роки тому +1

    What linux text editor is the most like notepad?

    • @CyberpunkPizza
      @CyberpunkPizza 2 роки тому +1

      vim if you remap the keys a bit. if you paste these into your .vimrc text file it gets you most of the way there:
      set mouse=a
      nnoremap i
      vnoremap x
      vnoremap y
      vnoremap p
      vnoremap d
      nnoremap /
      nnoremap u
      nnoremap
      inoremap u
      inoremap :w
      unhelpfully serious answer: most linux desktops come with an app very similar to notepad such as gedit, kate or mousepad.

  • @sambodo88
    @sambodo88 3 роки тому

    Salam kenal mas Jay, from Indonesia

  • @elabeddhahbi3301
    @elabeddhahbi3301 3 роки тому

    is there any possibility that you can make a video about nfs ganeasha with pacemaker

  • @robertfschmidt
    @robertfschmidt Рік тому

    How can I change the content of existing nano file that comes with kali linux virtual box? I'm having troubles with the sudo -apt update. This file comes with the operating system. I didn't create it. Is it possible to change content of nano that came with linux?

  • @Alfoncos
    @Alfoncos Рік тому

    Can nano be configured to show line numbers?

  • @whirledpeas5644
    @whirledpeas5644 Рік тому

    I added a line to a file in nano and then I don't know how to save and exit? Do I "append"? The bottom has M-A for append. Which key on my keyboard gives me that function? ( Like the control key plus X is for exit?
    I'm a real noobie any help appreciated.

  • @KLiNoTweet
    @KLiNoTweet 3 роки тому +1

    Hallo! Nano is real great, as is your vid. Awsome 😎

  • @joel53146
    @joel53146 2 роки тому

    Nano is SO much better than VIM editor.

  • @MrABJ1983
    @MrABJ1983 2 роки тому

    My nano does not have spell check ? ctrl t is execute ? I did install spell ???

  • @Baruch_Spinning_Kick
    @Baruch_Spinning_Kick 3 роки тому +2

    vim ftw

  • @JanKowalski-gq5fc
    @JanKowalski-gq5fc 3 роки тому

    Comment to feed yt algorithm :D

  • @BeesCantSwim
    @BeesCantSwim 3 роки тому

    You still talk too much. There is no need to repeat yourself constantly.

    • @Dierre
      @Dierre 3 роки тому +4

      Relax