5 life-changing Linux tips

preview_player
Показать описание
Here are five Linux command tricks that will change your life if you're a programmer.

mkdir { }
cd -
touch {1..100}
tail -f
history

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

#coding #programming #linux #code #softwareengineering #webdevelopment
Рекомендации по теме
Комментарии
Автор

Unlock 100+ Linux tips by following the link at the bottom of this short

Fireship
Автор

cd - is literally the most useful thing ever, how did I not know about it sooner

_scored
Автор

"sudo !!" will run the previous command with sudo

s_
Автор

You can also do cd-1 or cd -2 to go back 1 or 2 folders back in history

gorudonu
Автор

More Linux tips:
- salt your steaks with 1.5% salt by weight several hours (up to 2 days) before and leave it in the fridge uncovered on a wire rack. This is called dry brining. Also works for poultry.
- grate your lemon with the microplane above, lemon below.
- did you know? You can buy MSG and make your healthy veggies addictive too!
- you're not using enough salt and butter.
- frozen veggies are very easy to make into a side dish whenever you're lazy.
- stuff is often cheaper in bulk.

..
Автор

Fireship making reference to Jordan's video is arguably the best thing I've seen this week.

itslonewolf
Автор

You can also do "git checkout -" similar to "cd -"

VVP-ltnl
Автор

Cool fact: the less command has "follow the tail functionality", like tait -f. Run less <file> and then press Shift+f

PaulBunkey
Автор

ctrl + r, reverse shell search is life changing

oxygenownz
Автор

"cd -" goes back in history, "cd +" goes forward I believe

chris-pee
Автор

That egg trick better work tomorrow morning or else I’m gonna be grumpy 😠

thanos
Автор

I prefer "less +F" over tail so you can stop/start following and scroll through the logs

jackdavenport
Автор

The retention graph on this one is probably insane

bejcsmith
Автор

The braces are an all around thing, they interact with every command. Instead of cd - try pushd and pops, it creates a stack of directories that you have visited

ajcosta
Автор

came for tech tips, stayed for cooking tips

michaelwang
Автор

Missed the opportunity to call the command line "shell"😢

zawadlttv
Автор

You forgot to add the neofetch command if you are running Arch

vsjn
Автор

Recursive mkdir and cd - are amazing, thank you.

RemizZ
Автор

Idk if I'll use any of these tricks, except the egg one. That was pretty useful.

louiszhang
Автор

HowToBasic has been teaching us the right way for years.

asailijhijr