From: Michael Prokop Date: Thu, 26 Jul 2007 22:41:49 +0000 (+0200) Subject: Added record sound via rec X-Git-Tag: 0.4.4~2 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=4df41a210d000973ede7b95bfe2242a9f19548ce Added record sound via rec --- diff --git a/debian/changelog b/debian/changelog index abf0930..e37cd89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-tips (0.4.4) unstable; urgency=low + + * Added tips: + - record sound via rec + + -- Michael Prokop Fri, 27 Jul 2007 00:41:33 +0200 + grml-tips (0.4.3) unstable; urgency=low * Added tips for LinuxBIOS, usenet, ipv6, NFS, shadow passwords diff --git a/grml_tips b/grml_tips index 641eb8b..7e31b02 100644 --- a/grml_tips +++ b/grml_tips @@ -2811,3 +2811,10 @@ 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. +-- +