Linux Handbook's banner
Linux Handbook's profile picture

Linux Handbook

@LinuxHandbook150,612 subscribers

Learn to use Linux commands, SysAdmin tools, Self-hosting, Docker and other DevOps stuff with us.

Shorts

Linux tip of the day 💡 Running rm is risky. Running it with * is 10x more dangerous. In some situations, preview what command it runs when expanded. E.g. $ echo rm -rf /* This will print the expanded result to the stdout... like a dry run of rm -rf /*

Linux tip of the day 💡 Running rm is risky. Running it with * is 10x more dangerous. In some situations, preview what command it runs when expanded. E.g. $ echo rm -rf /* This will print the expanded result to the stdout... like a dry run of rm -rf /*

97,905 просмотров

Linux tip of the day 💡 While editing a file in nano, press Ctrl + T to run a shell command without leaving the editor. Nano executes the command and inserts its output into the current file, which is useful for quickly adding command results or generated text while you edit.

Linux tip of the day 💡 While editing a file in nano, press Ctrl + T to run a shell command without leaving the editor. Nano executes the command and inserts its output into the current file, which is useful for quickly adding command results or generated text while you edit.

58,536 просмотров

Linux tip of the day 💡 In the terminal, Alt + . is a small but powerful productivity shortcut. It inserts last argument of your previous command at the cursor position. Ideal for reusing long file paths or filenames without retyping.

Linux tip of the day 💡 In the terminal, Alt + . is a small but powerful productivity shortcut. It inserts last argument of your previous command at the cursor position. Ideal for reusing long file paths or filenames without retyping.

23,829 просмотров

Quick Linux tip 🐧 Add colors to your top Press z key while running top command in the terminal

Quick Linux tip 🐧 Add colors to your top Press z key while running top command in the terminal

21,471 просмотров

Want to know how long a Linux command or script takes to run? Just add 'time' to it. $ time ./myscript.sh

Want to know how long a Linux command or script takes to run? Just add 'time' to it. $ time ./myscript.sh

15,526 просмотров

Linux tip of the day 💡 Don't like to see the omnipresent hidden directories . and ..? You can use the option -A to hide them when you are displaying all files including the hidden ones. $ ls -lA

Linux tip of the day 💡 Don't like to see the omnipresent hidden directories . and ..? You can use the option -A to hide them when you are displaying all files including the hidden ones. $ ls -lA

12,765 просмотров

Linux tip of the day 💡 While viewing a file with less, use &pattern show only the lines that match that pattern.

Linux tip of the day 💡 While viewing a file with less, use &pattern show only the lines that match that pattern.

11,180 просмотров

Videos

Больше нет контента для загрузки