Difference between revisions of "Linux Tricks"

From Tomelec
Jump to: navigation, search
(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 ==
=== Flash Video (FLV) to wav/mp3 ===
+
* [[Imagemagick Batch Processing|Batch processing with Imagemagick]]
<nowiki>mplayer -ao pcm:file=sound.wav -novideo flashvideo.flv
+
* [[exif|Editing EXIF data]]
lame sound.wav sound.mp3</nowiki>
+
 
 +
== 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 06:39, 19 June 2016

Images

Audio & Video

Disks & Files

Documents

Networking