7 Linux Terminal Tricks You’ll Use EVERY Day | Once Learned

preview_player
Показать описание
In this video, we'll look at 7 Linux command line tips and tricks that, once you learn them, you will use every day.

They will make you more productive in the Linux and Mac terminals and help you gain further understanding in the ecosystem.

What commands do you think are really helpful? Leave a comment.

Timestamps
00:00 Intro
00:25 1 Piping
02:08 2 Multiple commands on one line
04:00 3 The find command
05:25 4 Command redirections
07:48 5 Aliases with examples
09:59 6 Sudo touchID
11:19 7 Sudo shortcut

Video resources

** Career Path Coding Tracks **

** My Coding Blueprints **
Both FREE in the Travis Media Community

** I write regularly **

** FREE EBOOKS **

LET'S CONNECT!

#linuxterminal #linuxadministration #linuxcommands #learnlinux

** Some of the links in this description may be affiliate links that I may get a little cut of. Thank you.
Рекомендации по теме
Комментарии
Автор

Travis, you're a great teacher. Thank you for making this available to us for free.

RsZ
Автор

Awesome content, Travis! Loved the bit about the aliases. Cheers

richardhoppe
Автор

Hey Travis! Great Stuff.
Kindly upload more linux tutorials for beginners

BARERAHREHMAN
Автор

I love this! You give a short abstraction, then follow up with a lot of examples. And the examples you choose are real-life, useful examples. This way, the explanations are easy to understand and teach us things we can actually use. Thanks a lot! Some videos and live lectures make me want to reach through the screen and shake the lecturer, this one is the opposite

trashaccount
Автор

Awesome content once again! Thanks Travis, already feel my Linux skills leveled up.

aipujols
Автор

Hey Travis ! Very helpfull content coming from you every time. Been using Linux for a while. I am thinking of Enrolling into a Linux course. Not a CS Degree Holding software enginner. So I lack in a lot of ways. Can you suggest some courses. Been a whle you made a video on courses. Thanks a lot.

tohirul
Автор

I know all this already as a linux veteran. But a great video for those new to linux.

DV-mlfm
Автор

OMG thank you. I know Windows backwards. IT for nearly 25 years. I've has a RAID 5 NAS running Ubuntu for 13 years and had no idea what was under the hood or where anything is. Thanks to you, I have my first understanding of How, What, Where things are. Thanks oh so very much !

DumbSkippy
Автор

Tip 6 doesn't seem to work on AArch64.

Tried it on macOS 14.2.1 (M1) and got 2 problems:
1. No touch ID prompt. Instead I got admin password entry popup window.
2. When OS is updated, the changes in /etc/pam.d/sudo were lost.

duta.
Автор

set your bash readline editor to vi rather than emacs && both in vimrc and in bashrc remap "jk" as ESC. this little hack will save you a lot of time, and spare your pinky

bendokis
Автор

Hey Travis, I notice that you run all linux commands in ubuntu. Would you like please explain how can I install ubuntu on my mac as you done it ?

covalea
Автор

Thanks, Travis. Great job! Another way to create a folder and enter it is by doing this:

mkdir test && cd $_

MaxShapirareal