New pages
From Flo's Knowledge in a Nutshell
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)- 22:37, 6 November 2011 Auth.log cron spam (hist) [324 bytes] Flo (Talk | contribs) (Created page with "== Spam messages in Auth.log == pam_unix(cron:session): session opened for user root by (uid=0) ... === Solution === just add the following line before the pam_unix.so call in…")
- 21:48, 15 October 2011 Cyanogenmod mount emmc to sdcard (hist) [170 bytes] Flo (Talk | contribs) (Created page with "==Mount emmc to sdcard directory== mkdir /mnt/sdcard/external_sd mount --bind /mnt/emmc /mnt/sdcard/external_sd now you can access the external sd card with every tool")
- 22:20, 3 August 2011 Rtmpdump videoportal.sf.tv Example (hist) [756 bytes] Flo (Talk | contribs) (Created page with "== Howto save videoportal.sf.tv Stream video == * Dump RTMP URL with a Sniffer or Tool like Streamtransport Example URL: rtmp://80.239.230.191:1935/ondemand?_fcs_vhost=cp50792…")
- 18:10, 7 March 2011 Sourcecode to PDF (hist) [206 bytes] Flo (Talk | contribs) (Created page with "==Create PDF from multiple source files with enscript and ps2pdf== ===For example Java-Files=== enscript -r -2 --file-align=2 --highlight --line-numbers -o - `find . -name '*.ja…")
- 01:34, 29 December 2010 Rebind OSX Eject Key (hist) [543 bytes] Flo (Talk | contribs) (New page: == Rebind the Eject key on a macbook keyboard == As I removed my optical drive in my macbook pro and the eject key has no further use I wanted to rebind this key to the always missed forw...)
- 09:23, 7 September 2010 Create DVD with hdiutil (hist) [391 bytes] Flo (Talk | contribs) (New page: ==Create a playable DVD from VIDEO_TS directory== hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder Make sure that /path/to/VIDEO_TS/parent/...)
- 11:09, 28 February 2010 TeXShop temporary Files (hist) [1,144 bytes] Flo (Talk | contribs) (New page: ==Introduction== I was always nerved by the temporary Files (.log, .aux, .vrb and so on) created by TeXShop. Often i want to keep the pdf file, so the parameter ''pdflatex --output-directo...)
- 17:41, 16 January 2010 Installed OSX applications (hist) [97,822 bytes] Flo (Talk | contribs) (New page: Here a dump of installed applications on my macbook pro (for my personal use): <pre> Applications: System Profiler: Version: 10.6.0 Last Modified: 5/19/09 7:53 AM Kind: Universal ...)
- 14:32, 10 January 2010 Serial console sheeva plug osx (hist) [2,490 bytes] Flo (Talk | contribs) (New page: == Get the serial console for the sheeva plug working on mac osx== * download drivers from http://www.ftdichip.com/Drivers/VCP.htm for osx * reboot * patch the file /System/Library/Extens...)
- 08:45, 6 January 2010 Mass resize pictures (hist) [268 bytes] Flo (Talk | contribs) (New page: Sometimes you want to mass resize a stack of images, but you dont want to load a tool like photoshop e.g. its time for sipe - scriptable image processing system. == Sips == be warned, ori...)
- 22:56, 5 January 2010 Dd Backup over ssh (hist) [669 bytes] Flo (Talk | contribs) (New page: To make a dd backup over ssh and store the contents in a gzip-compressed image use the following commands: ==initiate backup== dd if=/dev/sda | gzip -9 - | ssh root@remote "cat > /hd/flo...)
