Linux 3 tricks to boost productivity 🪄 🐧

preview_player
Показать описание
60 seconds on few Linux tricks that are important to practice on, of course there are way more, but these 3 are actions that are commonly repeated on Linux servers, and so it'll save your time mastering these

- See the pinned comment for additional Linux tips in the command line
Рекомендации по теме
Комментарии
Автор

🟡 Repeat the Last Command: `!!`
- Executes the last command you ran.



🟡 Repeat a Command Starting with Specific Characters: `!abc`
- Runs the most recent command that started with "abc".



🟡 Repeat a Command by Number: `!n`
- Executes the command that is nth in the history list.



🟡 Execute the Last Command that Contains a String: `!?string?`
- Executes the most recent command that contains "string".



🟡 Run a Command as sudo: `sudo !!`
- Reruns the last command with `sudo` prefixed, elevating its permissions.

jimshapedcoding
Автор

Very useful. What software did you use to create this video? It has very cool animations. Thanx!

Mike_Sketching
visit shbcf.ru