This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
computer_science:software:linux:gnu_linux_commands [2015/03/12 10:34] thomas Page name changed from gnu_linux_commands to computer_science:software:linux:gnu_linux_commands |
computer_science:software:linux:gnu_linux_commands [2016/12/29 19:52] (current) thomas |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Useful Gnu/Linux commands and tips ====== | ====== Useful Gnu/Linux commands and tips ====== | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| - | * [[:Display CPU information]] | + | * [[computer_science:software:linux:commands:Display CPU information]] |
| ===== Recovery ===== | ===== Recovery ===== | ||
| - | * [[:Cloning a Hard Drive]] | + | * [[computer_science:software:linux:commands:Cloning a Hard Drive]] |
| - | * [[:Remount a partition in RW mode (fstab recovering)]] | + | * [[computer_science:software:linux:commands:Remount a partition in RW mode (fstab recovering)]] |
| - | * [[:Mount .img file]] | + | * [[computer_science:software:linux:commands:Mount .img file]] |
| ===== Security ===== | ===== Security ===== | ||
| - | * [[:Crypt a Hard Drive using Cryptsetup]] | + | * [[computer_science:software:linux:commands:Crypt a Hard Drive using Cryptsetup]] |
| - | * [[:Truecrypt]] | + | * [[computer_science:software:linux:commands:Truecrypt]] |
| ===== Bootloader ===== | ===== Bootloader ===== | ||
| - | * [[:Remove splashscreen at the start of the OS]] | + | * [[computer_science:software:linux:commands:Remove splashscreen at the start of the OS]] |
| ===== Files ===== | ===== Files ===== | ||
| - | * [[:Delete all files with the same name pattern in a directory and its subdirectories]] | + | * [[computer_science:software:linux:commands:Delete all files with the same name pattern in a directory and its subdirectories]] |
| + | * [[computer_science:software:linux:commands:Archive all files in a directory]] | ||
| ===== Data manipulation ===== | ===== Data manipulation ===== | ||
| - | * [[:Display the n first lines of a text file]] | + | * [[computer_science:software:linux:commands:Display the n first lines of a text file]] |
| ==== With tool sed ==== | ==== With tool sed ==== | ||
| - | * [[:Display only the line n of a text file]] | + | * [[computer_science:software:linux:commands:Display only the line n of a text file]] |
| - | * [[:Remove all lines of a text file except the ones containing a keyword]] | + | * [[computer_science:software:linux:commands:Remove all lines of a text file except the ones containing a keyword]] |
| ===== Multimedia ===== | ===== Multimedia ===== | ||
| - | * [[:Play MP3 from the command line]] | + | * [[computer_science:software:linux:commands:Play MP3 from the command line]] |