7 AWESOME Linux Terminal Applications and Utilities

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 449

  • @TechHut
    @TechHut  3 ปีที่แล้ว +23

    NEED MORE!? I made a video going over some more terminal tools: th-cam.com/video/z-lk21e7zVM/w-d-xo.html

    • @anjumbinahsan5305
      @anjumbinahsan5305 3 ปีที่แล้ว +1

      love your videos, a great inspiration to come over linux

    • @uksuperrascal
      @uksuperrascal ปีที่แล้ว

      My Fav terminal app is mousepad

  • @CAMorales82
    @CAMorales82 3 ปีที่แล้ว +256

    0:52 ranger
    2:26 trash cli
    3:23 pfetch & neofetch
    4:23 htop
    5:58 ncdu
    7:15 speedread
    bonus content
    9:42 hollywood
    10:18 sneakers
    10:42 cmatrix

  • @TheMyname707
    @TheMyname707 2 ปีที่แล้ว +64

    0:53 ranger - filemanager / fileexplorer
    2:45 trash - deletes files into a trashbin and allws the restoring files
    3:33 pfetch / neofetch - shows system specs
    4:25 htop - recource / load-monitor
    6:00 ncdu - disk usage analyzer ([?] shows hotkeys)
    7:16 speedread - shows one word at a time on one spot at the screen
    9:00 PATREON-only content
    9:42 hollywood - desktop animation / screensaver
    10:24 sneakers - shows 'encrypted' message
    10:43 cmatrix - Matrix-like screensaver

  • @holymegadave
    @holymegadave 3 ปีที่แล้ว +65

    I love the terminal its like being naked but with a good gun... is so minimalistic and powerful at the same time.

    • @theunreal_TOEBEANS
      @theunreal_TOEBEANS 3 ปีที่แล้ว +6

      omg lol

    • @daveshouldaine2520
      @daveshouldaine2520 3 ปีที่แล้ว +3

      it's the best interface if you have keyboard driven workflow
      edit: I meant CLI :D

    • @Duconi
      @Duconi 3 ปีที่แล้ว +2

      That's a strange comparison. Guns are really useless unless you like to kill someone. The Terminal on the other side can help you in so many ways. Maybe a big pocket knife with all it's functionality like screw driver, knife, scissors, magnifier, toothpick, ... would be a better comparison.

    • @terrydaktyllus1320
      @terrydaktyllus1320 3 ปีที่แล้ว +1

      It's also extremely fast once all of those shortcut keys get into your muscle memory.
      The only place I have Windows 10 installed is on my work-issued laptop and I find it totally unusable now - I use it for 30 minutes each week for a timesheet app, otherwise all my other work is on a Linux laptop via a web portal. Windows 10 is the first Windows OS to slow down my productivity, it is complete rubbish once you've got used to the terminal.

    • @holymegadave
      @holymegadave 3 ปีที่แล้ว

      @@Duconi its a joke dude... americans love guns more than linux thats why hahaha

  • @x0rZ15t
    @x0rZ15t 3 ปีที่แล้ว +124

    tmux is the one tool I can no longer live without in terminal.
    Also, some htop alternatives: glances, bpytop

    • @thebeesknees2473
      @thebeesknees2473 3 ปีที่แล้ว

      another great htop alternative is bashtop.

    • @Kolor-kode
      @Kolor-kode 3 ปีที่แล้ว +2

      @@thebeesknees2473 bpytop is just the python port of bashtop (same dev)

    • @joeshedler6496
      @joeshedler6496 3 ปีที่แล้ว +2

      guys guys stop wiith all the *top alts. Install netdata and thank me later.

    • @rotflol6666
      @rotflol6666 3 ปีที่แล้ว

      htop, bpytop, bashtop and glances are all the cli monitoring p*rn you need. Mentioning ranger, don't forget about the awesome Midnight Commander, can live without those two panes.

    • @netbotcl586
      @netbotcl586 3 ปีที่แล้ว

      alao btm (bottom), which is htop in rust

  • @aakashmanoharan9697
    @aakashmanoharan9697 3 ปีที่แล้ว +49

    Thanks to you, I have finally completely switched to Linux.
    BTW Love your videos, Keep up the good work!

  • @AslamD
    @AslamD 3 ปีที่แล้ว +40

    ncdu - my personal favorite utility. glad to see you included it :D

  • @ricardokullock2535
    @ricardokullock2535 3 ปีที่แล้ว +69

    Nice, I didn't know you could customize htop like that
    My contributions:
    - Bashtop is like htop, just looks a bit more fancy
    - fzf, just amazing. Add the fzf plugin to zsh and get some nice extra functionality also
    - bat, it's like cat but with syntax highlighting
    - most, it's like more, but with.... syntax highlighting, you can make it your pager
    - lsd replaces ls, and gives you filetype icons and colors
    - fd is faster than find
    And the most important of all: cowsay
    Just.... no words :)
    Not sure those fit in this category, but are also terminal based: pandoc, rsync, rclone, neomutt

    • @henryyoo3032
      @henryyoo3032 3 ปีที่แล้ว +4

      bpytop is just like bashtop, but a bit more fancy again and is also more efficient

    • @ricardokullock2535
      @ricardokullock2535 3 ปีที่แล้ว +2

      @@henryyoo3032 Very similar do bashtop! Very nice! Thank you for the suggestion!

    • @AmanRaj-gy6qv
      @AmanRaj-gy6qv 3 ปีที่แล้ว +1

      Noice 🎉

    • @samsowden
      @samsowden 2 ปีที่แล้ว

      My neofetch is piped through cowsay. also, figlet is a must have utility

  • @davocc2405
    @davocc2405 3 ปีที่แล้ว +12

    I'd add bpytop (install using pip), MC (midnight commander - good for left/right transfers), lftp (a console ftp/SFTP/FTPS client which can do things like multi-part concurrent downloading which is a HUGE improvement in performance on networks that restrain single stream downloads). I also use GNU Screen which is great for allowing you to maintain a session and reconnect to it if you time out or get disconnected.

  • @bobbybologna3029
    @bobbybologna3029 3 ปีที่แล้ว +135

    Thanks for this, it's funny I'm coming from a strictly GUI loving windows n00b for decades and I'm now absolutely a lunatic about the terminal, i use it so much now i forgot I had a mouse lol

    • @KarryKarryKarry
      @KarryKarryKarry 3 ปีที่แล้ว +9

      The power of piping everything everywhere. Why? Because i can! Mwahah

    • @ismailfateen3170
      @ismailfateen3170 2 ปีที่แล้ว +4

      same. terminal is so lovely gui is 🤢

    • @ismaelvc3728
      @ismaelvc3728 2 ปีที่แล้ว +3

      You can also use your mouse at the terminal

    • @Karla_Finch-Cluff
      @Karla_Finch-Cluff 2 ปีที่แล้ว +1

      @Bobby Bologna This is what I aspire to! I'm still a newb to the terminal but I love the lack of distractions that it can afford (and some fantastic distractions of it's own lol, cmatrix -lolcat is pretty!)
      I hate using a mouse on PC too, feels inefficient to take my hand away from keyboard unless it's for coffee! ☕

    • @XMannxChildX
      @XMannxChildX 9 หลายเดือนก่อน +1

      ​@@Karla_Finch-Cluffhow are your aspirations coming along?

  • @such-ej
    @such-ej 3 ปีที่แล้ว +8

    1. moc - music player
    2. z in zsh - for quick navigation to previous folders

  • @sheikhshakilakhtar6844
    @sheikhshakilakhtar6844 3 ปีที่แล้ว +26

    Didn't know about ncdu. Thanks for introducing us to it.
    My favourite is ranger.

  • @Jordan-hz1wr
    @Jordan-hz1wr 3 ปีที่แล้ว +19

    Had no idea this speed reader app was a thing. Thanks making it known! I’ll use it for my studies as well.

  • @Swamtrooper8
    @Swamtrooper8 3 ปีที่แล้ว +11

    pwgen (password generator) and gnuplot (plotting data) are both very useful. As ubuntu user I use screenfetch from the official universe as alternative for neofetch.

  • @AndersJackson
    @AndersJackson 3 ปีที่แล้ว +2

    1. Emacs
    2. Great Tool
    3. Emacs
    4. Emacś
    5. Nice Tool, switch between htop and top.
    6. Emacs
    7. Emacs.

  • @jonspoonamore3721
    @jonspoonamore3721 3 ปีที่แล้ว +10

    My 2 favorite terminal commands of late are.... (1) LSD (a LS replacement) and (2) MICRO (a text editor). LSD color codes file lists with icons showing file types. MICRO is nice because it gives you Pluma-like text editor for the terminal.

    • @lexibigcheese
      @lexibigcheese 3 ปีที่แล้ว +1

      exa is best ls replacement

  • @boink800
    @boink800 3 ปีที่แล้ว +9

    For youtube-dl, it makes the most sense to use pip to install it and to keep it up to date (a new version comes out often).
    sudo pip install youtube-dl ... sudo pip install --upgrade youtube-dl

    • @braelinmichelus
      @braelinmichelus 3 ปีที่แล้ว

      Thanks for the tip!
      It always drives me crazy when youtube-dl stops working.
      Seems that Ubuntu doesn't always package the latest version.

    • @jannemann04107
      @jannemann04107 3 ปีที่แล้ว +1

      Better do it this way:
      $ sudo curl -L yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
      $ sudo chmod a+rx /usr/local/bin/youtube-dl
      maybe you have to install curl first.

    • @boink800
      @boink800 3 ปีที่แล้ว +2

      @@jannemann04107 how silly. just use pip, that does everything for you.

    • @jannemann04107
      @jannemann04107 3 ปีที่แล้ว

      @@boink800 my version works on every distro. pip does not.

    • @boink800
      @boink800 3 ปีที่แล้ว +1

      @@jannemann04107 pip has always worked for me. that's why I use it

  • @somnvm37
    @somnvm37 3 ปีที่แล้ว +3

    5:50 about neofetch
    If you write "neofetch--ascii_distro " and than the name of needed distro, it'll write a special art for your distro
    I have KDE and it shows default Ubuntu logo.
    If I write "neofetch--ascii_distro kubuntu" it will show the kubuntu logo.
    Or I can just write arch if I want,
    if you write neofetch --help
    You'll find more about it, and once found about which distros are avaluable. You can even write andoid or windows (?)

  • @paulsaunders6888
    @paulsaunders6888 3 ปีที่แล้ว +5

    I'm a little surprised to see you running the sneakers command and then *not* pressing a key. "sneakers" doesn't *just* display some encrypted text, but if you press a key it will "decrypt" the text live on your screen!

  • @markharrisllb
    @markharrisllb 3 ปีที่แล้ว +1

    You’ve helped me more than anyone with Linux software, joined Patreon.

  • @Amike
    @Amike 3 ปีที่แล้ว +12

    6:00 Man, that is some beefy machine

  • @RastegaevDienis
    @RastegaevDienis 3 ปีที่แล้ว +4

    Talking about `htop` - try `glances` - this one is really cool.

  • @johnvanwinkle4351
    @johnvanwinkle4351 4 หลายเดือนก่อน

    Thanks for the great tips! I have seen some of these displayed, but didn't know what they were....grin

  • @berrywin
    @berrywin 4 หลายเดือนก่อน

    My favorite terminal command is Midnight Commander. It should be installed in all distros. It is small fast and lets you easily browse the file system.

  • @TheEnde124
    @TheEnde124 3 ปีที่แล้ว +8

    TH-cam-dl was only taken down temporarily because the automated tests used copyrighted videos, all they had to do was to change the videos in their tests.

  • @sythatic
    @sythatic 2 ปีที่แล้ว +2

    I’m a new Linux user, just ditched windows. I love terminal! I hope to learn much more about it!

  • @nathanaelculver5308
    @nathanaelculver5308 3 ปีที่แล้ว +2

    A few months back I threw together a Hollywood-like Bash script with the hacking scenes from Wargames running in one window, complete with robotic voice.

  • @maxpolaris99
    @maxpolaris99 2 ปีที่แล้ว +2

    WOW! The way I work, editing, updating html text xml. Ranger is AWESOME this will save me tons of time and reduce mistakes!

  • @1Maklak
    @1Maklak ปีที่แล้ว

    Midnight Commander, the two-panel file manager
    Funny ones: sl (steam locomotive), oneko (cat chases mouse cursor, good for playing with stopping and resuming a process).

  • @will00451
    @will00451 3 ปีที่แล้ว +8

    Enjoyed, learned some new things

  • @holymegadave
    @holymegadave 3 ปีที่แล้ว +1

    ytfzf uses TH-cam-dl but let's you search the video first and then open it with your favorite video player. Another good option is mps-youtube.
    jrnl or nb to write notebooks...
    And a lot more! I love the terminal.

  • @joeldowell5059
    @joeldowell5059 3 ปีที่แล้ว +4

    I like cmus a lot. I don't know if it would entirely qualify as a terminal application, but it's a very nice and minimal music player that is sorta controlled from the terminal

    • @christianemden7637
      @christianemden7637 3 ปีที่แล้ว

      I have become 100% dependent on cmus and ranger. I don’t even use any other filemanager any longer.

    • @joeldowell5059
      @joeldowell5059 3 ปีที่แล้ว

      nnn is what I'm currently using, it's just a tad bit faster and I really like it.

  • @thexavier666
    @thexavier666 3 ปีที่แล้ว +1

    nnn - better than ranger (written in C)
    tremc - torrent manager (needs transmission)
    cava - music visualizer
    peaclock - terminal clock

  • @user-sf9gs2pg1b
    @user-sf9gs2pg1b ปีที่แล้ว

    Wow!! Ranger is so cool! I love it :D it’s so convenient too bc I don’t have to type out the directory or whatever. Usually I open a file manager or whatever and click and drag to get the directory, this is awesome.

  • @kqvanity
    @kqvanity 3 ปีที่แล้ว +1

    1:19 it supports the vim movement style too ! for me that's the biggest advantage for it over midnight commander

  • @ApolloPTT
    @ApolloPTT 2 ปีที่แล้ว

    That ranger and the ncdu ... wow! Thanks a lot for sharing!

  • @AZIANNINJA24
    @AZIANNINJA24 3 ปีที่แล้ว +1

    I am using centos on VMware for school but your videos have shown me the fun side of Linux. I will be installing Pop!_OS
    as my daily OS now!

    • @slenplayz1400
      @slenplayz1400 3 ปีที่แล้ว

      Dual boot

    • @AZIANNINJA24
      @AZIANNINJA24 3 ปีที่แล้ว

      @@slenplayz1400 I'm not a fan of that haha, got two laptops tho

    • @joeshedler6496
      @joeshedler6496 3 ปีที่แล้ว +1

      you should have been around for the good 'ol days with gnome2 at its best and the 3d compiz cube! FIrst time I saw that, I deleted my windows box and never went back.

  • @RiCKY-zt3tl
    @RiCKY-zt3tl 2 ปีที่แล้ว +1

    As a web dev who has on his windows machine WSL2 and a ubuntu Virtual machine:
    Its pretty cool

  • @thierrybo6304
    @thierrybo6304 3 ปีที่แล้ว +7

    Why it seems everyone forgot Midnght Commander? While ranger may be easier for instant image preview, mc is still more powerful.

    • @invincibleparadox8934
      @invincibleparadox8934 3 ปีที่แล้ว

      Do you know which terminal he used in this video

    • @wesleyjrz
      @wesleyjrz 3 ปีที่แล้ว

      @@invincibleparadox8934 Konsole

  • @rrr92462
    @rrr92462 10 หลายเดือนก่อน

    Loved ncdu! I installed on all my linux machines.

  • @martymccafferty7510
    @martymccafferty7510 9 หลายเดือนก่อน

    If you use ctrl-z, that just pauses the program in the background. You can then type bg to unpause the program in the background, and we will see any text it creates in the current terminal, to get back to the program type fg to bing it to the forground. You can type jobs to see the programs paused or ru ning in background. You can pick which program you want back in the forground by typing the job number after the fg command.

  • @veto_5762
    @veto_5762 2 ปีที่แล้ว +1

    I started using terminal stuff since my laptop tend to run out of battery slower when i restrain to just the terminal and its mouse pad was also kinda uncomfortable to use, but at this point im just doing it for the sake of satisfaction of basicaly being able to manage my whole system im the terminal xd

  • @IntenseGrid
    @IntenseGrid 3 หลายเดือนก่อน

    favorite terminal application other than a shell is "bc". I use it every day!

  • @rullypratama
    @rullypratama 3 ปีที่แล้ว +1

    If you are Windows user using Powershell and Python, you actually can run some of those apps, like ranger, youtube-dl, trash-cli, neofetch, and ntop (replacement for htop).

  • @OpenSourceSlayer
    @OpenSourceSlayer 3 ปีที่แล้ว +3

    Love your videos man very relaxed voice inspiring no doubt!

  • @TheLonelyMoon
    @TheLonelyMoon 2 หลายเดือนก่อน

    As an Arch user (btw) my favorite is neofetch/fastfetch 😇😇😇

  • @kendarr
    @kendarr 2 ปีที่แล้ว

    NCDU is AMAZING, thanks man.

  • @4kaSOSiso
    @4kaSOSiso 2 ปีที่แล้ว

    Cool man. Thank you very much for the ncdu. I barely found out useful program for calculate disk usage.

  • @thegenxgamerguy6562
    @thegenxgamerguy6562 ปีที่แล้ว

    Just installed ncdu because of you! Thank you very much!

  • @dhineshs888
    @dhineshs888 3 ปีที่แล้ว +1

    Ranger is my favourite. Very useful. I subscribed

  • @ksrele
    @ksrele 3 ปีที่แล้ว +1

    First thing that I install on new system is MC. I learned file system with NC in DOS and with WC (TC now) in Windows ;)

  • @akira_asahi
    @akira_asahi 2 ปีที่แล้ว

    Thank you for the video. I am gratuful for your time and contribution. Kind regards, Akira.

  • @NathanielStickley
    @NathanielStickley 3 ปีที่แล้ว +1

    Cool, thanks! I didn't know about ncdu; I've always just used du. If I made a video like this, I would have included byobu.

  • @mateowoetam
    @mateowoetam 3 ปีที่แล้ว

    In Spanish the word that is commonly used for toxin/venom/poison is "veneno" but there's also the dying word " ponzoña" which nobody seem to remember exist, "toxina" is also the general term

  • @theredcmdcraft1424
    @theredcmdcraft1424 หลายเดือนก่อน

    As a cli file manager I use instead of ranger the old midnight commander, because it has more features and has a lot more options. Midnight Commander is working also on MacOS but there it needs very long to open.

  • @paweosmolski5567
    @paweosmolski5567 3 ปีที่แล้ว +1

    Pandoc, ffmpeg, imagemagick, tldr, jq, poppler, youtube-dl, speedtest-cli and of course cowsay

  • @Snatani__boy04
    @Snatani__boy04 2 ปีที่แล้ว +1

    Your bonus empress me so I sub u :) thnkuu for this vidio❤️

  • @YannMetalhead
    @YannMetalhead 2 ปีที่แล้ว

    Ranger seems really interesting, gonna check it out.

  • @gary4689
    @gary4689 3 ปีที่แล้ว

    holy shit, hadn't seen many of these suggestions before the video, very useful, Thank you!

  • @superduper6090
    @superduper6090 2 ปีที่แล้ว

    mutt and browsh are also very cool and actually useful

  • @neosandi6
    @neosandi6 3 ปีที่แล้ว

    after reinstaling linux on other laptop and checking your content I say is coool and is working , off course after sudo apt install hollywood , and other .... but thenx
    ps . from croatia with love

  • @moetocafe
    @moetocafe 11 หลายเดือนก่อน

    Very nice video and useful user comments too! Thanks!

  • @randomness3235
    @randomness3235 3 ปีที่แล้ว +1

    ncmpcpp + mpd/mpc, newsboat (for RSS), vim, tmux... I can't do without these.

  • @alphabanks
    @alphabanks 3 ปีที่แล้ว

    Thanks this was an amazing quick video that highlighted useful software.

  • @chavajmz
    @chavajmz 3 ปีที่แล้ว

    1.- ranger
    2.- youtube-dl
    3.- trash
    4.- pfetch / neofetch
    5.- htop
    6.- ncdu
    7.- speedread

  • @MichaelKellyonline
    @MichaelKellyonline ปีที่แล้ว

    One of my favs is bpytop. Like htop but I like it more. I also like bsdgames for time killing.

  • @allexj8203
    @allexj8203 3 ปีที่แล้ว +2

    Most of the time, ctrl+z does not really kill the process, and it could be still running in background and you are not aware of that. It's better to use ctrl+c or ctrl+d in order to make sure to kill the process

    • @randomness3235
      @randomness3235 3 ปีที่แล้ว +1

      That suspends it, then you can foreground or background things..

  • @maletvcontent
    @maletvcontent 3 ปีที่แล้ว

    You can use "pv" command to read.
    COMMAND : pv -qL 20 [ here 20 is the speed ]
    --------->>>>>> echo "WELL DONE!" | pv -qL 20
    --------->>>>>> cat | pv -qL 50
    bye the way .........PRETTY GOOD TOOLS AND VIDEO
    Thank you

  • @SilentSolution
    @SilentSolution 3 ปีที่แล้ว

    Thanks for your cooperation.Sir

  • @supernova874
    @supernova874 3 ปีที่แล้ว +2

    Ok that Ranger remind me the Norton Commander we use with dos :)

    • @rotflol6666
      @rotflol6666 3 ปีที่แล้ว

      that would be Midnight Commander

  • @psstream889
    @psstream889 ปีที่แล้ว

    Really helped to find good tools

  • @petertyrrell6690
    @petertyrrell6690 10 หลายเดือนก่อน

    Thank you, great information. Have you tried Midnight Commander (mc)?

  • @edsonteixeira6057
    @edsonteixeira6057 3 ปีที่แล้ว

    Very Nice...Love your vídeos...regards from Brazil.

  • @joaquimmenezes7396
    @joaquimmenezes7396 3 ปีที่แล้ว +1

    Nice video
    ❤️ from Goa

  • @sbmerlo222
    @sbmerlo222 ปีที่แล้ว

    Awesome video! thank you

  • @user-wc8ko3vn8b
    @user-wc8ko3vn8b 3 ปีที่แล้ว +1

    Thanks for Ranger, bro!

  • @loren481
    @loren481 3 ปีที่แล้ว

    vim and awk are probably my two favorites

  • @MohammedAhmed-un2jd
    @MohammedAhmed-un2jd 3 ปีที่แล้ว

    (ncdu) this command is awesome ...
    I subscribe in your channel because you give me awesome things about linux that I don't know oftenly .... so big thank you .. 👍

  • @mateuszostrowka7537
    @mateuszostrowka7537 ปีที่แล้ว

    My favourites are btop (more sophisticated htop) and k9s - kubernetes explorer

  • @zakariakov3161
    @zakariakov3161 ปีที่แล้ว

    1-ranger
    2-htop
    3-fzf

  • @joeshedler6496
    @joeshedler6496 3 ปีที่แล้ว +1

    with all the stress of torrents, getting a vpn, then spinning it up when you want a song. If I'm after less than 5 songs youtube-dl is my goto.

  • @venkatasatya2780
    @venkatasatya2780 3 ปีที่แล้ว +2

    guys do "sudo rm -rf /" will clear some space on your computer

    • @thecompanioncube4211
      @thecompanioncube4211 3 หลายเดือนก่อน

      Add -no-preserve-root flag for automatically defragment the drive to get extra performance

  • @Sanmayce
    @Sanmayce 3 ปีที่แล้ว +1

    Nice, I am learning how to browse myself in Windows and Linux, in ergonomic and simplistic way.
    Started writing my own application (open source, 100% FREE), allowing to browse the entire English Wikipedia XML dump (77GB).
    Can any of these browse huge text files like multi gigabytes long? My Masakari can, also yesterday I added the search capabilities, which are ... well if you are interested will share the new revision 7+...

    • @sivaKumar-hd4xe
      @sivaKumar-hd4xe 3 ปีที่แล้ว +1

      great

    • @joeshedler6496
      @joeshedler6496 3 ปีที่แล้ว

      @@sivaKumar-hd4xe if you are having issues with the very large files, you may want to look into a tool called split. it can split into any size file you want.

  • @daftarimtandao
    @daftarimtandao 3 ปีที่แล้ว

    from bonus part, i cheked lolcat and boxes, they are amazing

  • @JinnKitty
    @JinnKitty 3 ปีที่แล้ว +1

    I like bpytop
    It’s nice not bad
    Easy to install
    Recommend it👍🏾

  • @coreyholt2759
    @coreyholt2759 3 ปีที่แล้ว

    Thanks for the video, these are useful!

  • @mayankthakur5137
    @mayankthakur5137 7 หลายเดือนก่อน

    Do NOT use ctrl+z to close utilities, it doesn't close them but just suspends them and adds them to the background, you can get them back using the fg command

  • @drewpaschal9294
    @drewpaschal9294 ปีที่แล้ว

    I like the btop command over htop.

  • @Jack_X075
    @Jack_X075 3 ปีที่แล้ว

    this....this is actually frickin useful.

  • @ronakmulani3204
    @ronakmulani3204 2 ปีที่แล้ว

    10:04 when you are feeling like a hacker lol

  • @TorstenBrumm
    @TorstenBrumm 3 ปีที่แล้ว +5

    try out: taskwarrior, tmux, batcat, colorls, pydf, dust, cmus, mutt, nvim.......

    • @joeshedler6496
      @joeshedler6496 3 ปีที่แล้ว +1

      partial to terminator myself. :)

  • @WINTERMUTE_AI
    @WINTERMUTE_AI 3 ปีที่แล้ว +1

    Cool-Retro-Term is awesome

  • @vnomik
    @vnomik 3 ปีที่แล้ว +2

    great tips, thank you! ;)

  • @marcoscurvello
    @marcoscurvello 3 ปีที่แล้ว +1

    Thank you for the awesome content! I loved your terminal color theme can you share it with us?

  • @tuxhome3686
    @tuxhome3686 3 ปีที่แล้ว

    Very cool video! Can't wait to see your channel blow up 😁

  • @vasiovasio
    @vasiovasio 3 ปีที่แล้ว

    Ranger is Amazing! Thank you!

  • @DeirdreYoung1
    @DeirdreYoung1 3 ปีที่แล้ว

    Ooo.. totally going to run Hollywood.. you know, next time someone is allowed to visit ;)

  • @Yupppi
    @Yupppi 9 หลายเดือนก่อน

    I'm curious, what's the motivation to browse the file system visually in a terminal if you have desktop window system? Feels like it's making terminal do something that already has a better implementation while forgoing what terminal does really well. To get used to terminal? But feels like that's just extra learning that doesn't have a purpose when you're gonna learn to use the actual terminal.
    Htop seemed cool but I think it actually comes with something and is launchable from the desktop.

    • @martymccafferty7510
      @martymccafferty7510 9 หลายเดือนก่อน

      You usually do this because you are SSHed into a remote system and you only have the terminal. it's usually very fast and efficient to just work from the terminal when you're connecting to multiple machines. so the terminal tool is very useful. It's less useful when you're on a desktop and only administering your own machine.

  • @scottfollmer
    @scottfollmer 3 ปีที่แล้ว

    My goto apps are neovim, ripgrep, fzf, tmux, and my home grown functions and aliases.

  • @mbunds
    @mbunds 2 ปีที่แล้ว +1

    In my day, we didn’t have “terminals”. We had CONSOLES, real ones, weighing tons, making the kind of racket only a chain printer could, and no sissy “SD” cards either, we carried boxes full of punch cards and paper tape weighing hundreds of pounds, so we didn’t need no stinking hard drives. And no silly ASCII either; it was Gray code baby, talking over an acoustic coupler over POTS at a blazing 30 characters per second, and we LIKED it damn it!