Added record sound via rec
[grml-tips.git] / grml_tips
index e9f73e1..7e31b02 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2807,3 +2807,14 @@ or
 
 % fbgs file.pdf
 -- 
+Bypass the password of a PDF file:
+
+% gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf -c quit
+-- 
+Record sound:
+
+% rec test.aiff
+
+This will record a AIFF audio file.
+-- 
+