Difference between revisions of "Linux Tricks"
From Tomelec
(→Disks & Files) |
|||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | == Images == | ||
| + | * [[Imagemagick Batch Processing|Batch processing with Imagemagick]] | ||
| + | * [[exif|Editing EXIF data]] | ||
| + | |||
== Audio & Video == | == Audio & Video == | ||
| − | * [[mplayer|Playback | + | * [[mplayer|Playback and conversion using mplayer]] |
| − | * [[mencoder| | + | * [[mencoder|Encode with mencoder]] |
== Disks & Files == | == Disks & Files == | ||
* [[Disk Images|Create and restore disk images]] | * [[Disk Images|Create and restore disk images]] | ||
| + | * [[Compression|Compression]] | ||
| + | * [[Ubuntu: Restore your encrypted home directory|Restore an encrypted Ubuntu home directory]] | ||
| + | * [[List all disk drives and partitions|List disk drives and partitions]] | ||
| + | * [[File Name Manipulation|Scripted File Name Manipulations]] | ||
| + | |||
| + | == Documents == | ||
| + | * [[SED|Convert lowercase to uppercase (SED)]] | ||
| + | * [[Ghost Script|Merge PDF files]] | ||
| + | * [[Vector Graphics in Microsoft Office|Use vector graphics in Microsoft Office applications]] | ||
== Networking == | == Networking == | ||
* [[iptables|Routing and masquerading with iptables]] | * [[iptables|Routing and masquerading with iptables]] | ||
| + | * [[Installing xtables-addons on Raspbian|xtables-addons (for geoip module) on Raspbian]] | ||
* [[DNS servers|List of some DNS Servers]] | * [[DNS servers|List of some DNS Servers]] | ||
Latest revision as of 05:39, 19 June 2016
Images
Audio & Video
Disks & Files
- Create and restore disk images
- Compression
- Restore an encrypted Ubuntu home directory
- List disk drives and partitions
- Scripted File Name Manipulations
Documents
- Convert lowercase to uppercase (SED)
- Merge PDF files
- Use vector graphics in Microsoft Office applications