Difference between revisions of "Linux Tricks"
From Tomelec
(Created page with "== mplayer == === Flash Video (FLV) to wav/mp3 === <nowiki>mplayer -ao pcm:file=sound.wav -novideo flashvideo.flv lame sound.wav sound.mp3</nowiki>") |
(→Disks & Files) |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == mplayer == | + | == Images == |
− | === | + | * [[Imagemagick Batch Processing|Batch processing with Imagemagick]] |
− | + | * [[exif|Editing EXIF data]] | |
− | + | ||
+ | == Audio & Video == | ||
+ | * [[mplayer|Playback and conversion using mplayer]] | ||
+ | * [[mencoder|Encode with mencoder]] | ||
+ | |||
+ | == Disks & Files == | ||
+ | * [[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 == | ||
+ | * [[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]] |
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