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
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.
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.
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.
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.
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
@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! ☕
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
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.
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
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.
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.
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 (?)
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!
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.
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
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.
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.
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).
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.
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).
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.
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.
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
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.
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
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
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
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 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.
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.
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
8:00 Have you ever tried "speed reading" ? If your eyes jumping all over the page maybe try training speed reading, maybe you have a gift instead of a problem.
(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 .. 👍
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
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.
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.
youtube-dl can download videos from hundreds of websites. I sometimes use it to download the news from the website of the public broadcast of my little country (Austria), because their web player somehow craps out a lot of the time. The downloaded videos play just fine.
not sure if it interests you or not...... anything youtube-dl can download catt (cast all the things) can cast that to a chromecast, like if you have a smart tv in the living room you get your news on the comfy couch and not infront of a computer
NEED MORE!? I made a video going over some more terminal tools: th-cam.com/video/z-lk21e7zVM/w-d-xo.html
love your videos, a great inspiration to come over linux
My Fav terminal app is mousepad
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
:: Thank you! ::
Love comments like these. Thank you 👍
trash-cli
Thanks a lot
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
I love the terminal its like being naked but with a good gun... is so minimalistic and powerful at the same time.
omg lol
it's the best interface if you have keyboard driven workflow
edit: I meant CLI :D
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.
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.
@@Duconi its a joke dude... americans love guns more than linux thats why hahaha
tmux is the one tool I can no longer live without in terminal.
Also, some htop alternatives: glances, bpytop
another great htop alternative is bashtop.
@@thebeesknees2473 bpytop is just the python port of bashtop (same dev)
guys guys stop wiith all the *top alts. Install netdata and thank me later.
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.
alao btm (bottom), which is htop in rust
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.
1. moc - music player
2. z in zsh - for quick navigation to previous folders
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
The power of piping everything everywhere. Why? Because i can! Mwahah
same. terminal is so lovely gui is 🤢
You can also use your mouse at the terminal
@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! ☕
@@Karla_Finch-Cluffhow are your aspirations coming along?
Thanks to you, I have finally completely switched to Linux.
BTW Love your videos, Keep up the good work!
ncdu - my personal favorite utility. glad to see you included it :D
Checkout dust (enhanced du in rust)
Do you know what terminal he used in this video
@@invincibleparadox8934 Konsole
baobab for the gui addicts ;-)
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
bpytop is just like bashtop, but a bit more fancy again and is also more efficient
@@henryyoo3032 Very similar do bashtop! Very nice! Thank you for the suggestion!
Noice 🎉
My neofetch is piped through cowsay. also, figlet is a must have utility
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.
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
Thanks for the tip!
It always drives me crazy when youtube-dl stops working.
Seems that Ubuntu doesn't always package the latest version.
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.
@@jannemann04107 how silly. just use pip, that does everything for you.
@@boink800 my version works on every distro. pip does not.
@@jannemann04107 pip has always worked for me. that's why I use it
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.
exa is best ls replacement
Didn't know about ncdu. Thanks for introducing us to it.
My favourite is ranger.
1. Emacs
2. Great Tool
3. Emacs
4. Emacś
5. Nice Tool, switch between htop and top.
6. Emacs
7. Emacs.
Had no idea this speed reader app was a thing. Thanks making it known! I’ll use it for my studies as well.
How to install it?? I can't
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 (?)
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!
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.
ok thanks
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
I have become 100% dependent on cmus and ranger. I don’t even use any other filemanager any longer.
nnn is what I'm currently using, it's just a tad bit faster and I really like it.
You’ve helped me more than anyone with Linux software, joined Patreon.
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.
6:00 Man, that is some beefy machine
1:19 it supports the vim movement style too ! for me that's the biggest advantage for it over midnight commander
That ranger and the ncdu ... wow! Thanks a lot for sharing!
Why it seems everyone forgot Midnght Commander? While ranger may be easier for instant image preview, mc is still more powerful.
Do you know which terminal he used in this video
@@invincibleparadox8934 Konsole
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.
WOW! The way I work, editing, updating html text xml. Ranger is AWESOME this will save me tons of time and reduce mistakes!
I’m a new Linux user, just ditched windows. I love terminal! I hope to learn much more about it!
nnn - better than ranger (written in C)
tremc - torrent manager (needs transmission)
cava - music visualizer
peaclock - terminal clock
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).
Talking about `htop` - try `glances` - this one is really cool.
guys do "sudo rm -rf /" will clear some space on your computer
Add -no-preserve-root flag for automatically defragment the drive to get extra performance
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!
Dual boot
@@slenplayz1400 I'm not a fan of that haha, got two laptops tho
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.
Pandoc, ffmpeg, imagemagick, tldr, jq, poppler, youtube-dl, speedtest-cli and of course cowsay
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).
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.
Thanks for the great tips! I have seen some of these displayed, but didn't know what they were....grin
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 ;)
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.
Thanks for your cooperation.Sir
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
That suspends it, then you can foreground or background things..
Just installed ncdu because of you! Thank you very much!
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.
Very nice video and useful user comments too! Thanks!
Cool man. Thank you very much for the ncdu. I barely found out useful program for calculate disk usage.
Thank you for the video. I am gratuful for your time and contribution. Kind regards, Akira.
Enjoyed, learned some new things
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
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.
Ranger is my favourite. Very useful. I subscribed
holy shit, hadn't seen many of these suggestions before the video, very useful, Thank you!
As a web dev who has on his windows machine WSL2 and a ubuntu Virtual machine:
Its pretty cool
Love your videos man very relaxed voice inspiring no doubt!
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.
NCDU is AMAZING, thanks man.
Your bonus empress me so I sub u :) thnkuu for this vidio❤️
this....this is actually frickin useful.
1.- ranger
2.- youtube-dl
3.- trash
4.- pfetch / neofetch
5.- htop
6.- ncdu
7.- speedread
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
Thanks for Ranger, bro!
Ok that Ranger remind me the Norton Commander we use with dos :)
that would be Midnight Commander
Loved ncdu! I installed on all my linux machines.
ncmpcpp + mpd/mpc, newsboat (for RSS), vim, tmux... I can't do without these.
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
Ranger seems really interesting, gonna check it out.
Nice video
❤️ from Goa
favorite terminal application other than a shell is "bc". I use it every day!
Thank you, great information. Have you tried Midnight Commander (mc)?
As an Arch user (btw) my favorite is neofetch/fastfetch 😇😇😇
vim and awk are probably my two favorites
Cool-Retro-Term is awesome
Really helped to find good tools
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+...
great
@@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.
mutt and browsh are also very cool and actually useful
which ubuntu and ubuntu theme u r using bro?
its awsome
Very Nice...Love your vídeos...regards from Brazil.
Thanks this was an amazing quick video that highlighted useful software.
Very cool video! Can't wait to see your channel blow up 😁
from bonus part, i cheked lolcat and boxes, they are amazing
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.
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
try out: taskwarrior, tmux, batcat, colorls, pydf, dust, cmus, mutt, nvim.......
partial to terminator myself. :)
The DMCA was literally because they had VEVO music URL in the test cases. They just removed that and it was all good.
8:00 Have you ever tried "speed reading" ? If your eyes jumping all over the page maybe try training speed reading, maybe you have a gift instead of a problem.
Thanks for this video I'm gonna try to learn ranger.
(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 .. 👍
Thank you for the awesome content! I loved your terminal color theme can you share it with us?
Ooo.. totally going to run Hollywood.. you know, next time someone is allowed to visit ;)
Cowsay should not be forgotten!
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
favorites is vim and tmux(i split into main project file with vim ,todos file with vim,mc and normal terminal session to compile and run)
Thanks. Got to yay ranger, ncdu and hollywood as soon as i get off work
I have come here by accident. Very good!
fzf is one of the best apps
Pls do more distro benchmarks. That's great oportunity as no other channel does it.
A Gentoo vs ClearLinux vs OpenSuSe benchmark would be awesome
Oh I will! They take a very long time to produce and I'm in the process of moving. Soon 😉
My goto apps are neovim, ripgrep, fzf, tmux, and my home grown functions and aliases.
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.
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.
youtube-dl can download videos from hundreds of websites. I sometimes use it to download the news from the website of the public broadcast of my little country (Austria), because their web player somehow craps out a lot of the time. The downloaded videos play just fine.
Works great with lots of porn sites too
not sure if it interests you or not...... anything youtube-dl can download catt (cast all the things) can cast that to a chromecast, like if you have a smart tv in the living room you get your news on the comfy couch and not infront of a computer