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

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 55

  • @AkebonoRadio
    @AkebonoRadio 3 года назад +15

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

  • @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.

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 3 года назад +2

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

  • @skysaville
    @skysaville 6 месяцев назад +1

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

    • @GateOfSteins
      @GateOfSteins 5 месяцев назад +1

      what changes did you make?

  • @mikehensley78
    @mikehensley78 3 года назад +2

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

  • @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.

  • @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! ❤️

  • @tyler5888
    @tyler5888 3 года назад +2

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

  • @aaronperl
    @aaronperl 3 года назад +11

    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

  • @froid_san
    @froid_san 3 года назад

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

  • @brandon_wallace
    @brandon_wallace 3 года назад

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

  • @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?

  • @thelowerping8053
    @thelowerping8053 Год назад

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

  • @YrmiZ
    @YrmiZ 3 года назад

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

  • @DL-xf3ur
    @DL-xf3ur 2 года назад

    Awesome as always Jay! Thanks!

  • @Roachness99
    @Roachness99 5 месяцев назад

    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.

  • @wildmanjeff42
    @wildmanjeff42 3 года назад

    Thanks for the video Jay !

  • @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?

  • @olivergarcia6309
    @olivergarcia6309 Год назад

    Thanks bro, your way to explain thinks is inspiring

  • @АлександрМельник-ч3ь
    @АлександрМельник-ч3ь 3 года назад +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).

  • @rhax_ffm
    @rhax_ffm 3 года назад +2

    9:31 you said without leaving vim :D

  • @whirledpeas5644
    @whirledpeas5644 2 года назад

    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.

  • @AndrettiUA
    @AndrettiUA 3 года назад +1

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

  • @MrABJ1983
    @MrABJ1983 2 года назад

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

  • @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.

  • @thomasdunn496
    @thomasdunn496 2 года назад

    Nano is my ride or die editor!

  • @litebkt
    @litebkt 3 года назад

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

  • @Alianger
    @Alianger 2 года назад +1

    What linux text editor is the most like notepad?

    • @mu-suwi
      @mu-suwi 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.

  • @anandSingh-hw6et
    @anandSingh-hw6et 3 года назад

    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.

  • @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.

  • @elabeddhahbi3301
    @elabeddhahbi3301 3 года назад

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

  • @sussusamogus7831
    @sussusamogus7831 Год назад

    nano is quite cool actually

  • @Alfoncos
    @Alfoncos Год назад

    Can nano be configured to show line numbers?

  • @dailyjavafx9542
    @dailyjavafx9542 3 года назад +1

    Nano is great
    👍

  • @nicholasobrien5914
    @nicholasobrien5914 Год назад

    Awesome !!! Lovely and clear

  • @13thravenpurple94
    @13thravenpurple94 2 года назад

    Great work! Thank you

  • @hehermosilla13
    @hehermosilla13 Год назад

    thank you!

  • @guilherme5094
    @guilherme5094 3 года назад

    Nano is great.

  • @tambokavz
    @tambokavz 3 года назад

    Thanking you.

  • @sambodo88
    @sambodo88 3 года назад

    Salam kenal mas Jay, from Indonesia

  • @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.

  • @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