Add simple webserver tip, update metasploit tip
[grml-tips.git] / grml_tips
1 Install grml to harddisk:
2
3 # grml2hd
4
5 Notice: You can pre-select the partition for the partition selector
6 and mbr dialogs inside grml2hd using:
7 # grml2hd /dev/hda1 -mbr /dev/hda
8
9 See: man grml2hd + http://grml.org/grml2hd/
10 -- 
11 Install grml on software RAID level 1:
12
13 Create /dev/md0 (and some more /dev/md* devices) first of all:
14 # cd /dev && MAKEDEV dev
15
16 Create RAID:
17 # mdadm --create --verbose /dev/md0 --level=raid1 \
18         --raid-devices=2   /dev/hda1  /dev/hdc1
19
20 Finally install grml on it:
21 # SWRAID='mbr-only' grml2hd /dev/md0 -mbr /dev/md0
22
23 See: man grml2hd + http://grml.org/grml2hd/
24 -- 
25 Install grml in non interactive mode with grml2hd:
26
27 Adjust configuration as needed:
28 # vim /etc/grml2hd/config
29
30 Then execute:
31
32 # GRML2HD_NONINTERACTIVE=yes grml2hd
33
34 or run:
35
36 # grml2hd -i
37
38 Use with care and only if you really know what you are doing!
39
40 See: man grml2hd + http://grml.org/grml2hd/
41 -- 
42 Configure network:
43
44 # grml-network
45 -- 
46 Deactivate error correction of zsh:
47
48 % NOCOR=1 zsh
49
50 Run zsh-help for more information regarding zsh.
51 -- 
52 Disable automatic setting of title in GNU screen:
53
54 % NOPRECMD=1 zsh
55
56 Set it manually e.g. via:
57
58 % screen -X title foobar
59
60 Run zsh-help for more information regarding zsh.
61 -- 
62 Do not use menu completion in zsh:
63
64 % NOMENU=1 zsh
65
66 Run zsh-help for more information regarding zsh.
67 -- 
68 Run GNU screen with grml-configuration:
69
70 % grml-screen
71
72 or
73
74 % screen -c /etc/grml/screenrc
75 -- 
76 Print out grml-version:
77
78 % grml-version
79 -- 
80 Configure mutt:
81
82 % grml-mutt
83 -- 
84 Configure mutt-ng / muttng:
85
86 % grml-muttng
87 -- 
88 Set up Inode-PPTP connection:
89
90 # grml-pptp-inode
91 or
92 # grml-pptp-xdsl-students
93 -- 
94 Set up VPN / WLAN connection at TUG (TU Graz):
95
96 Set ESSID and request for ip-address via DHCP:
97 # iwconfig $DEVICE essid tug
98 # dhclient $DEVICE
99
100 Now run the main script:
101 # grml-vpnc-tugraz
102
103 After running the script an init script is available:
104
105 # /etc/init.d/vpnctug [start|stop]
106 -- 
107 Set up PPTP connection at VCG (Virtual Campus Graz):
108
109 # grml-pptp-vcgraz
110 -- 
111 Set up VPN:
112
113 # grml-vpn <options>
114
115 Usage example:
116
117 # grml-vpn -k 2005 add 1000 192.168.20.1 192.168.20.2
118
119 See: man grml-vpn
120 -- 
121 Use encrypted files / partitions:
122
123 # grml-crypt <options>
124
125 Usage example:
126
127 Initialize:
128
129 # grml-crypt format /mnt/external1/encrypted_file /mnt/test
130 # cp big_file /mnt/test
131 # grml-crypt stop /mnt/test
132
133 Use:
134
135 # grml-crypt start /mnt/external1/encrypted_file /mnt/test
136 # grml-crypt stop /mnt/test
137
138 See: man grml-crypt
139 -- 
140 Change resolution of X:
141
142 % xrandr -s '1024x768'
143 -- 
144 Change resolution of framebuffer:
145
146 # fbset 800x600-60
147 -- 
148 Configure newsreader slrn:
149
150 % grml-slrn
151 -- 
152 Configure grml system:
153
154 # grml-config
155
156 Or directly run scripts:
157
158 # grml-config-root
159 % grml-config-user
160 -- 
161 Lock screen (X / console):
162
163 % grml-lock
164
165 Press ctrl-alt-x to lock a GNU screen session.
166 -- 
167 Change wallpaper in X:
168
169 % grml-wallpaper <press-tab>
170 -- 
171 Start X window system (XFree86 / Xorg / X.org):
172
173 % grml-x $WINDOWMANAGER
174
175 Usage examples:
176
177 % grml-x fluxbox
178 % grml-x -mode '1024x768' wmii
179 % grml-x -nosync wm-ng
180 -- 
181 Collect hardware information:
182
183 % grml-hwinfo
184
185 or run as root to collect some more information:
186
187 # grml-hwinfo
188
189 will generate a file named info.tar.bz2.
190 -- 
191 Configure hardware detection features of harddisk installation:
192
193 # grml-autoconfig
194
195 or manually edit /etc/grml/autoconfig[.small]
196
197 See: man grml-autoconfig
198 -- 
199 Bootoptions / cheatcodes / bootparams for booting grml:
200
201 On the grml-ISO if not running grml:
202 % less /cdrom/GRML/grml-cheatcodes.txt
203
204 When running grml:
205 % most /usr/share/doc/grml-docs/grml-cheatcodes.txt.gz
206 -- 
207 Report bugs to Debian's Bug Tracking System (BTS):
208
209 % reportbug --bts debian
210
211 or adjust /etc/reportbug.conf to your needs.
212
213 See:
214
215   http://grml.org/bugs/
216   http://www.debian.org/Bugs/
217 -- 
218 Offline documentation:
219
220 % grml-info
221
222 Online documentation:
223
224   http://grml.org/faq/
225   http://grml.org/docs/
226   http://wiki.grml.org/doku.php
227 -- 
228 Mount ntfs partition (read-write):
229
230 # modprobe fuse
231 # ntfsmount /dev/hda1 /mnt/hda1
232 -- 
233 Overwrite specific file on an NTFS partition:
234
235 ntfscp /dev/hda1 /tmp/file_source path/to/file_target
236 -- 
237 Resize an NTFS partition:
238
239 # ntfsresize ..
240
241 Usage example:
242
243 ntfsresize -n -s 10G /dev/hda1 # testcase
244 ntfsresize -s 10G /dev/hda1    # testing was successfull, now really resize partition
245 cfdisk /dev/hda   # delete partition hda1, create new one with 10000MB and fs-type 07 (NTFS)
246 -- 
247 Modify resolution for intel graphic chipsets:
248
249 # 915resolution ..
250
251 Usage example:
252
253 # 915resolution 4d 1400 1050
254 -- 
255 Connect bluetooth mouse:
256
257 # bt-hid start
258
259 ... and press 'connect' button on your bluetooth device.
260 -- 
261 Connect bluetooth headset:
262
263 # bt-audio start
264
265 ... and press 'connect' button on your bluetooth device.
266 -- 
267 Secure delete file / directory / partition:
268
269 # wipe -kq /dev/hda1
270
271 See: man wipe
272
273 Also take a look at shred(1), sfill(1) and http://dban.sourceforge.net/
274 -- 
275 Use grml on Samsung X20 laptop:
276
277 # apt-get install grml-samsung-x20
278
279 See: http://www.michael-prokop.at/computer/samsung_x20.html
280 -- 
281 Development information regarding grml:
282
283   http://grml.supersized.org/
284 -- 
285 Contact grml team:
286
287 #grml on irc.freenode.org - http://grml.org/irc/
288 http://grml.org/contact/
289 -- 
290 Join the grml mailinglist:
291
292 http://grml.org/mailinglist/
293 -- 
294 Help us - donate!
295
296 http://grml.org/donations/
297 -- 
298 Commercial support / system administration / adjusted live-cds:
299
300 grml-solutions: http://grml.org/solutions/
301 -- 
302 Information regarding the kernel provided by grml:
303
304   http://grml.org/kernel/
305 -- 
306 SMTP command-line test tool:
307
308 % swaks <options>
309
310 Usage example:
311
312 % swaks -s $MAILSERVER -tlsc -a -au $ACCOUNT -ap $PASSWORD -f $MAILADRESSE -t $MAILADRESSE
313
314 See: man swaks
315 -- 
316 NTFS related packages:
317
318 scrounge-ntfs
319 salvage-ntfs
320 ntfsprogs
321 -- 
322 Modify service through init script:
323
324 # Start ssh
325 # Stop samba
326 # Restart apache
327 # Reload postfix
328 # service gpm start
329 # /etc/init.d/lvm start
330 -- 
331 Test joystick:
332
333 # jstest /dev/input/js0
334 -- 
335 Play movie:
336
337 % mplayer /path/to/movie
338 -- 
339 Use webcam with mplayer:
340
341 % mplayer tv:// -tv driver=v4l:width=352:height=288:outfmt=yv12:device=/dev/video0
342 -- 
343 Powerful network discovery tool:
344
345 # scapy
346 -- 
347 Grab an entire CD and compress it to Ogg/Vorbis,
348 MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) format:
349
350 % abcde
351 -- 
352 Show a console session in several terminals:
353
354 % gems
355 -- 
356 Switch behaviour of caps lock key:
357
358 % caps-ctrl
359 -- 
360 grep with Perl-compatible regular expressions:
361
362 % pcregrep
363 -- 
364 ncp: a fast file copy tool for LANs
365
366 Local (send file):
367 % npush file_to_copy
368
369 Remote (receive file):
370 % npoll
371 -- 
372 utility for sorting records in complex ways:
373
374 % msort
375 -- 
376 a smaller, cheaper, faster SED implementation:
377
378 % minised
379 -- 
380 zsh tips:
381
382 % man zsh-lovers
383
384 See: http://grml.org/zsh/
385 -- 
386 zsh reference card for grml system:
387
388 http://grml.org/zsh/
389 /usr/share/doc/grml-docs/zsh/grml-zsh-refcard.pdf.gz
390 -- 
391 Multiple rename:
392
393 % for i in foo* ; do mv "$i" "bar${i/foo}" ; done
394 % qmv foo*
395 % prename 's/foo/bar/' foo*
396 % mmv "foo*"   "bar#1"
397 % zmv 'foo(*)' 'bar$1'
398 -- 
399 Test TFT / LCD display:
400
401 % lcdtest
402 -- 
403 Test sound:
404
405 % soundtest
406 -- 
407 Improved grep version:
408
409 % glark
410 -- 
411 Grep with highlighting:
412
413 % grep --color=auto ...
414 % hgrep ...
415 -- 
416 Extract matches when grepping:
417
418 Usage examples:
419 % ifconfig | grepc 'inet addr:(.*?)\s'
420 % ifconfig | glark --extract-matches 'inet addr:(.*?)\s'
421 -- 
422 Output text as sound:
423
424 % say 'ghroummel'
425 % xsay            # when running X and text selected via mouse
426 -- 
427 Adjust a grml harddisk (grml2hd) installation:
428
429 # grml2hd-utils
430 -- 
431 Get information on movie files:
432
433 % tcprobe -i file.avi
434 -- 
435 Get an overview of your image files:
436
437 % convert 'vid:*.jpg' thumbnails.jpg
438 -- 
439 List all standard defines:
440
441 % gcc -dM -E - < /dev/null
442 -- 
443 Send a mail as reminder:
444
445 echo "mail -s 'check TODO-list' $MAILADDRESS < /dev/null" | at 23:42
446 -- 
447 ncurses-based presentation tool:
448
449 % tpp
450
451 See: man tpp and /usr/share/doc/tpp/examples/
452 -- 
453 Use ICQ / Jabber / Yahoo! / AIM / MSN /... on command line:
454
455 % centericq
456 -- 
457 Use IRC on command line:
458
459 % irssi
460 -- 
461 Diff / merge files:
462
463 % vimdiff file1 file2
464
465 Re-diffing:
466
467 :diffupdate
468
469 Moving between diffs:
470
471 [c
472 ]c
473
474 Synchronizing:
475
476 :diffget
477 :diffput
478 -- 
479 Hardware monitoring without kernel dependencies:
480
481 % mbmon
482 -- 
483 Install grml-iso to usb-stick:
484
485 % grml2usb grml.iso /mount/point
486 -- 
487 Use mplayer on framebuffer console:
488
489 % mplayer -vo fbdev ...
490 -- 
491 Use links2 on framebuffer console:
492
493 % links2 -driver fb ...
494 -- 
495 Switch language / keyboard:
496
497 * use the bootparam lang to set language environment ($LANG, $LC_ALL, $LANGUAGE)
498 * use the bootparams keyboard / xkeyboard to activate specific keyboard layout
499   Usage example: 'grml lang=us keyboard=de xkeyboard=de'
500
501 Or run one of the following commands:
502
503 % grml-lang de
504 or
505 # loadkeys i386/qwertz/de-latin1-nodeadkeys.kmap.gz # console
506 % setxkbmap de                                      # X11
507 -- 
508 Switch setting of caps-control key (switch between ctrl + shift) on keyboard:
509
510 # caps-ctrl
511 -- 
512 Mount usb device / usb stick:
513
514 % mount /mnt/external1   # corresponds to /dev/sda1
515 or
516 % mount /mnt/external    # corresponds to /dev/sda
517 -- 
518 Install Sun Java packages:
519
520 Download j2re.bin-file from http://java.sun.com/downloads/index.html and run
521
522 # apt-get install java-package
523 # fakeroot make-jpkg j2re-*.bin
524 # dpkg -i sun-j2re*.deb
525 # update-alternatives --config java
526 -- 
527 Improved dd version:
528
529 ddrescue is an improved version of dd which tries to read and
530 if it fails it will go on with the next sectors, where tools
531 like dd will fail.
532
533 % ddrescue ...
534
535 See: man ddrescue
536 -- 
537 How to make an audio file (e.g. Musepack format) out of a DVD track:
538
539 % mkfifo /tmp/fifo.wav
540 % mppenc /tmp/fifo.wav track06.mpc &
541 % mplayer -vo null -vc null -ao pcm:fast:file=/tmp/fifo.wav -dvd-device /dev/dvd dvd://1 -chapter 6-6
542
543 Adjust the mppenc line with the encoder you would like to use,
544 for example 'oggenc -o track06.ogg /tmp/fifo.wav' for ogg files.
545
546 Alternative:
547
548 % mplayer -vo null -dumpaudio -dumpfile track06.raw -aid N -dvd-device /dev/dvd dvd://1 -chapter 6-6
549 to extract audio without processing, where 'N' is the corresponding audio channel (see 'man mplayer')
550
551 Usage example for getting a PCM/wave file from audio channel 128:
552 % mplayer -vo null -vc null -ao pcm:fast:file=track06.wav -aid 128 -dvd-device /dev/dvd dvd://6
553 -- 
554 Create simple chroot:
555
556 # make_chroot_jail $USERNAME
557 -- 
558 Convert DOS formated file to unix format:
559
560 sed 's/.$//'    dosfile > unixfile       # assumes that all lines end with CR/LF
561 sed 's/^M$//'   dosfile > unixfile       # in bash/tcsh, press Ctrl-V then Ctrl-M
562 sed 's/\x0D$//' dosfile > unixfile       # gsed 3.02.80, but top script is easier
563 awk '{sub(/\r$/,"");print}'              # assumes EACH line ends with Ctrl-M
564 gawk -v BINMODE="w" '1' infile >outfile  # in DOS environment; cannot be done with
565                                          # DOS versions of awk, other than gawk
566 tr -d \r < dosfile > unixfile            # GNU tr version 1.22 or higher
567 tr -d '\015' < dosfile > unixfile        # use octal value for "\r" (see man ascii)
568 tr -d '[\015\032]' < dosfile > unixfile  # sometimes ^Z is appended to DOS-files
569 vim -c ":set ff=unix" -c ":wq" file      # convert using vim
570 vim -c "se ff=dos|x" file                # ... and even shorter ;)
571 recode ibmpc..lat1 file                  # convert using recode
572 echo -e "s/\r//g" > dos2unix.sed; sed -f dos2unix.sed < dosfile > unixfile
573 -- 
574 Save live audio stream to file:
575
576 % mplayer -ao pcm:file=$FILE $URL
577 -- 
578 Save live stream to file:
579
580 % mplayer -dumpfile $FILE -dumpstream $STREAM
581
582 or
583
584 % mencoder mms://$URL -o $FILE -ovc copy -oac copy
585
586 or
587
588 % mimms mms://file.wmv
589 -- 
590 Merge video files:
591
592 AVI:
593
594 % avimerge -i *.avi -o blub.avi
595
596 MPEG:
597
598 % cat *.mpg > blub.mpg
599
600 WMV:
601
602 % mencoder file1.wmv -ovc lavc -oac lavc -ofps 25 -srate 48000 -mc 0 -noskip -forceidx -o file1.avi
603 % mencoder file2.wmv -ovc lavc -oac lavc -ofps 25 -srate 48000 -mc 0 -noskip -forceidx -o file2.avi
604 % avimerge -i file1.avi file2.avi -o blub.avi
605 -- 
606 Display MS-Word file:
607
608 % strings file.doc | fmt | less
609
610 or
611
612 % antiword file.doc
613 -- 
614 Convert MS-Word file to postscript:
615
616 % antiword -p a4 file.doc > file.ps
617 -- 
618 Convert manual to postscript:
619
620 % zcat /usr/share/man/man1/zsh.1.gz | groff -man > zsh.1.ps
621 or
622 % man -t zsh > zsh.ps
623 -- 
624 Read BIOS:
625
626 % dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8
627 -- 
628 Read HTTP via netcat:
629
630 echo "GET / HTTP/1.0\r\n\r\n" | netcat $DOMAIN 80
631 -- 
632 Get X ressources for specific program:
633
634 % xrdb -q |grep -i xterm
635 -- 
636 Get windowid of specific X-window:
637
638 % xwininfo -int | grep "Window id:" | cut -d ' ' -f 4
639 -- 
640 Get titel of specific X-window:
641
642 % xprop WM_CLASS
643 -- 
644 check locale - LC_MESSAGES:
645
646 % locale -ck LC_MESSAGES
647 -- 
648 Create random password:
649
650 % pwgen
651 or
652 % dd if=/dev/urandom bs=14 count=1 | hexdump | cut -c 9-
653 -- 
654 Get tarballs of various Linux Kernel trees:
655
656 % ketchup 2.6
657 to get the current stable 2.6 release
658
659 % ketchup -l
660 to get a list of all supported trees
661 -- 
662 Transfer your SSH public key to another host:
663
664 % ssh-keygen   # ssh-keygen / ssh-key-gen: if you don't have a key yet
665 [...]
666 % ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-system
667 or
668 % cat $HOME/.ssh/id_rsa.pub  | ssh user@remote-system 'cat >> .ssh/authorized_keys'
669 -- 
670 Update /etc/fstab entries:
671
672 # grml-rebuildfstab
673
674 See "man grml-rebuildfstab" for more details about
675 generation of /etc/fstab (including stuff like
676 fs LABELs / UUIDs,...).
677 -- 
678 Fetch and potentially change SCSI device parameters:
679
680 # sdparm /dev/sda
681
682 See: man sdparm
683 -- 
684 reclaim disk space by linking identical files together:
685
686 % dupmerge...
687 -- 
688 Find and remove duplicate files:
689
690 % dupseek ...
691 -- 
692 Perform layer 2 attacks:
693
694 # yersinia ...
695 -- 
696 rootsh
697 -- 
698 Guess PC-type hard disk partitions / partition table:
699
700 # gpart <options>
701
702 Perform a standard scan:
703 # gpart /dev/ice
704
705 Write back the guessed table:
706 # gpart -W /dev/ice /dev/ice
707 -- 
708 Develop, test and use exploit code with the Metasploit Framework:
709
710 cd /tmp
711 wget http://spool.metasploit.com/releases/framework-3.2.tar.gz
712 unp framework-3.2.tar.gz
713 cd framework-3.2
714 ./msfcli
715 -- 
716 Useful documentation:
717
718 % w3m   /usr/share/doc/Debian/reference/reference.en.html
719 or
720 % xpdf =(zcat /usr/share/doc/Debian/reference/reference.en.pdf.gz)
721
722 http://grml.org/docs/           grml Documentation
723 http://wiki.grml.org/           grml Wiki
724 http://www.debian.org/doc/      Debian Documentation
725 http://wiki.debian.org/         Debian Wiki
726 http://www.gentoo.org/doc/en/   Gentoo Documentation
727 http://gentoo-wiki.com/         Gentoo Wiki
728 http://www.tldp.org/            The Linux Documentation Project
729
730 Tips and tricks:
731
732 % fortune debian-hints
733 -- 
734 Fun stuff:
735
736 % fortune debian-hints
737 % dpkg -L funny-manpages
738 -- 
739 Backup master boot record (MBR):
740
741 # dd if=/dev/ice of=/tmp/backup_of_mbr bs=512 count=1
742 -- 
743 Backup partition table:
744
745 # sfdisk -d /dev/hda > hda.out
746
747 Restore partition table:
748
749 # sfdisk /dev/hda < hda.out
750 -- 
751 Clone disk via network using netcat:
752
753 Listener:
754 # nc -vlp 30000 > hda1.img
755 Source:
756 # dd if=/dev/hda1 | nc -vq 0 192.168.1.2 30000
757
758 Adjust blocksize (dd's option bs=...) and include 'gzip -c'
759 to tune speed:
760
761 # dd if=/dev/hda1 bs=32M | gzip -c | nc -vq 0 192.168.1.2 30000
762 -- 
763 Backup specific directories via cpio and ssh:
764
765 # for f in directory_list; do find $f >> backup.list done
766 # cpio -v -o --format=newc < backup.list | ssh user@host "cat > backup_device"
767 -- 
768 Clone disk via ssh:
769
770 This one uses CPU cycles on the remote server to compare the files:
771 # ssh target_address cat remotefile | diff - localfile
772 # cat localfile | ssh target_address diff - remotefile
773
774 This one uses CPU cycles on the local server to compare the files:
775 # ssh target_address cat <localfile "|" diff - remotefile
776 -- 
777 Useful tools for cloning / backups:
778
779 * dd: convert and copy a file
780 * dd_rescue: copies data from one file (or block device) to another
781 * pcopy: a replacement for dd
782 * partimage: back up and restore disk partitions
783 * dirvish: Disk based virtual image network backup system
784 * devclone: in-place filesystem conversion -- device cloning
785 * ntfsclone: efficiently clone, image, restore or rescue an NTFS
786 * dump: ext2/3 filesystem backup
787 * udpcast: multicast file transfer tool
788 * cpio: copy files to and from archives
789 * pax: read and write file archives and copy directory hierarchies
790 * netcat / ssh / tar / gzip / bzip2: additional helper tools
791 -- 
792 Use grml as a rescue system:
793
794 Different tools:
795
796   * dd: convert and copy a file
797   * ddrescue: copies data from one file or block device to another
798   * partimage: Linux/UNIX utility to save partitions in a compressed image file
799   * cfdisk: Partition a hard drive
800   * nparted: Newt and GNU Parted based disk partition table manipulator
801   * parted-bf: The GNU Parted disk partition resizing program, small version
802   * testdisk: Partition scanner and disk recovery tool
803   * gpart: Guess PC disk partition table, find lost partitions
804
805 ext2/ext3:
806
807   * e2fsprogs: ext2 file system utilities and libraries
808   * e2tools: utilities for manipulating files in an ext2/ext3 filesystem
809   * e2undel: Undelete utility for the ext2 file system
810   * ext2resize: an ext2 filesystem resizer
811   * recover: Undelete files on ext2 partitions
812
813 ReiserFS/Reiser4:
814
815   * reiser4progs: administration utilities for the Reiser4 filesystem
816   * reiserfsprogs: User-level tools for ReiserFS filesystems
817
818 XFS:
819
820   * xfsdump: Administrative utilities for the XFS filesystem
821   * xfsprogs: Utilities for managing the XFS filesystem
822
823 JFS:
824
825   * jfsutils: utilities for managing the JFS filesystem
826
827 NTFS:
828
829   * ntfsprogs: tools for doing neat things in NTFS partitions from Linux
830   * salvage-ntfs: free NTFS data recovery tools
831   * scrounge-ntfs: data recovery program for NTFS file systems
832   * ntfsresize: resize ntfs partitions
833 -- 
834 Get ASCII value of a character with zsh:
835
836 % char=N ; print $((#char))
837 -- 
838 Convert a collection of mp3 files to wave or cdr using zsh:
839
840 % for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav}
841 -- 
842 Convert images (foo.gif to foo.png) using zsh:
843
844 % for i in **/*.gif; convert $i $i:r.png
845 -- 
846 Remove all "non txt" files using zsh:
847
848 % rm ./^*.txt
849 -- 
850 Remote Shell Using SSH:
851
852 remote host:
853 % ssh -NR 3333:localhost:22 user@yourhost
854
855 local host:
856 % ssh user@localhost -p 3333
857 -- 
858 Reverse Shell with Netcat:
859
860 local host:
861 % netcat -v -l -p 3333 -e /bin/sh
862
863 remote host:
864 % netcat 192.168.0.1 3333
865 -- 
866 Reverse Shell via SSH:
867
868 local host (inside the network):
869 % ssh -NR 1234:localhost:22 remote_host
870
871 remote host (outside the network):
872 % ssh localhost -p 1234
873 -- 
874 Remove empty directories with zsh:
875
876 % rmdir ./**/*(/od) 2> /dev/null
877 -- 
878 Find all the empty directories in a tree with zsh:
879
880 % ls -ld *(/^F)
881 -- 
882 Find all files without a valid owner and change ownership with zsh:
883
884 % chmod user /**/*(D^u:${(j.:u:.)${(f)"$(</etc/passwd)"}%%:*}:)
885 -- 
886 Display the 5-10 last modified files with zsh:
887
888 % print -rl -- /path/to/dir/**/*(D.om[5,10])
889 -- 
890 Find and list the ten newest files in directories and subdirs (recursive) with zsh:
891
892 % print -rl -- **/*(Dom[1,10])
893 -- 
894 Find most recent file in a directory with zsh:
895
896 % setopt dotglob ; print directory/**/*(om[1])
897 -- 
898 Tunnel all traffic through an external server:
899
900 % ssh -ND 3333 username@external.machine
901
902 Then set the SOCKS4/5 proxy to localhost:3333.
903 Check whether it's working by surfing e.g. to checkip.dyndns.org
904 -- 
905 Tunnel everything through SSH via tsocks:
906
907 set up the SSH proxy on the client side:
908
909 % ssh -ND 3333 user@remote.host.example.com
910
911 Adjust /etc/tsocks.conf afterwards (delete all other lines):
912
913 server = 127.0.0.1
914 server_port = 3333
915
916 For programs who natively support proxying connections (e.g. Mozilla
917 Firefox) you can now set the proxy address to localhost port 3333.
918
919 All other programs which's connections you want to tunnel through your
920 external host are prefixed with tsocks, e.g.:
921
922 % tsocks netcat example.com 80
923 % tsocks irssi -c irc.quakenet.eu.org -p 6667
924
925 If you call tsocks without parameters it executes a shell witht the
926 LD_PRELOAD environment variable already set and exported.
927 -- 
928 smartctl - control and monitor utility for harddisks using Self-Monitoring,
929 Analysis and Reporting Technology (SMART):
930
931 # smartctl --all /dev/ice
932
933 If you want to use smartctl on S-ATA (sata) disks use:
934
935 # smartctl -d ata --all /dev/sda
936
937 Start offline test:
938 # smartctl -t offline /dev/ice
939
940 Start short test:
941 # smartctl -t short /dev/ice
942
943 Display results of test:
944 # smartctl -l selftest /dev/ice
945
946 Query device information:
947 # smartctl -i /dev/ice
948 -- 
949 Mount a BSD / Solaris partition:
950
951 # mount -t ufs -o ufstype=ufs2 /dev/hda1 /mnt/hda1
952
953 Use ufstype 44bsd  for FreeBSD, NetBSD, OpenBSD (read-write).
954 Use ufstype ufs2   for >= FreeBSD 5.x (read-only).
955 Use ufstype sun    for SunOS (Solaris) (read-write).
956 Use ufstype sunx86 for SunOS for Intel (Solarisx86) (read-write).
957
958 See /usr/share/doc/linux-doc-$(uname -r)/Documentation/filesystems/ufs.txt.gz
959 for more details.
960 -- 
961 Read BIOS (and or BIOS) password:
962
963 # dd if=/dev/mem bs=512 skip=2 count=1 | hexdump -C | head
964 -- 
965 Clone one of the kernel trees via git:
966
967  git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
968                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
969 This path defines the tree. See http://kernel.org/git/ for an overview.
970 -- 
971 Mount filesystems over ssh protocol:
972
973 % sshfs user@host:/remote_dir /mnt/test
974
975 Unmount via:
976
977 % fusermount -u /mnt/test
978
979 (Notice: requires fuse kernel module)
980 -- 
981 Install Gentoo using grml:
982
983 See http://www.gentoo.org/doc/en/altinstall.xml
984 -- 
985 Install (plain) Debian (sarge release) via grml:
986
987 Assuming you want to install Debian to sda1:
988
989 mkfs.ext3 /dev/sda1           # make an ext3 filesystem on /dev/sda1
990 mount -o rw,suid,dev /dev/sda1 /mnt/test # now mount the new partition
991 debootstrap sarge /mnt/test ftp://ftp.tugraz.at/mirror/debian # get main packages from a debian-mirror
992 chroot /mnt/test /bin/bash    # let's chroot into the new system
993 mount -t devpts none /dev/pts # ...otherwise running base-config might fail ("Terminated" or "openpty failed")
994 mount -t proc   none /proc    # make sure we also have a mounted /proc
995 base-config                   # now configure some main settings
996 vi /etc/mkinitrd/mkinitrd.conf # adjust $ROOT (to /dev/sda1) for your new partition, autodetection will fail in chroot
997 cd /dev ; ./MAKEDEV generic                                # make sure we have all necessary devices for lilo
998 apt-get install lilo linux-image-2.6.12-1-386              # install lilo and a kernel which fits your needs
999 cp /usr/share/doc/lilo/examples/conf.sample /etc/lilo.conf # let's use a template
1000 vi /etc/lilo.conf && lilo                                  # adjust the file for your needs and run lilo afterwards
1001 umount /proc ; umount /dev/pts                             # we do not need them any more
1002 exit                                                       # now leave chroot
1003 cp /etc/hosts /etc/fstab /mnt/test/etc/           # you might want to take the existing files...
1004 cp /etc/network/interfaces /mnt/test/etc/network/ # ...from the running grml system for your new system
1005 umount /mnt/test && reboot    # unmount partition and reboot...
1006
1007 See also: http://www.debian.org/releases/stable/i386/apcs04.html.en
1008 Avoid all of the above steps - use grml-debootstrap(8) instead!
1009 -- 
1010 Install (plain) Debian (etch release) via grml
1011
1012 Assuming you want to install Debian to sda1:
1013
1014 mkfs.ext3 /dev/sda1           # make an ext3 filesystem on /dev/sda1
1015 mount -o rw,suid,dev /dev/sda1 /mnt/test # now mount the new partition
1016 debootstrap etch /mnt/test ftp://ftp.tugraz.at/mirror/debian # get main packages from a debian-mirror
1017 chroot /mnt/test /bin/bash    # let's chroot into the new system
1018 mount -t proc   none /proc    # make sure we have a mounted /proc
1019 apt-get install locales console-data  # install locales
1020 dpkg-reconfigure locales console-data # adjust locales to your needs
1021 apt-get install vim most zsh screen less initrd-tools file grub     \
1022         usbutils pciutils bzip2 sysfsutils dhcp3-client resolvconf  \
1023         strace lsof w3m # install useful software
1024 apt-get install linux-headers-2.6-686 linux-image-686  # install current kernel
1025
1026 echo "127.0.0.1       localhost" > /etc/hosts   # adjust /etc/hosts and network:
1027 cat >> /etc/network/interfaces << EOF
1028 iface lo inet loopback
1029 iface eth0 inet dhcp
1030 auto lo
1031 auto eth0
1032 EOF
1033
1034 ln -sf /usr/share/zoneinfo/Europe/Vienna /etc/localtime # adjust timezone and /etc/fstab:
1035 cat >> /etc/fstab << EOF
1036 sysfs          /sys         sysfs   auto                       0   0
1037 proc           /proc        proc    defaults                   0   0
1038 /dev/sda1      /            ext3    defaults,errors=remount-ro 0   1
1039 /dev/sda2      none         swap    sw                         0   0
1040 /dev/cdrom     /mnt/cdrom0  iso9660 ro,user,noauto             0   0
1041 EOF
1042 passwd             # set password of user root
1043
1044 mkdir /boot/grub   # setup grub
1045 cp /usr/share/doc/grub/examples/menu.lst /boot/grub
1046 cat >> /boot/grub/menu.lst << EOF
1047 title           Debian Etch, kernel 2.6.18-3-686 (on /dev/sda1)
1048 root            (hd0,0)
1049 kernel          /boot/vmlinuz-2.6.18-3-686 root=/dev/sda1 ro
1050 initrd          /boot/initrd.img-2.6.18-3-686
1051 EOF
1052 vim /boot/grub/menu.lst               # adjust grub configuration to your needs
1053 cd /dev && MAKEDEV generic            # create default devices
1054 cp -i /usr/lib/grub/i386-pc/* /boot/grub/ # copy stage-files to /boot/grub/
1055 grub install  # now install grub, run in grub-cmdline following commands:
1056 > root (hd0,0)
1057 > setup (hd0)
1058 > quit
1059 umount -a # unmount all filesystems in chroot and finally:
1060 exit      # exit the chroot and:
1061 reboot
1062
1063 If you want to use lilo instead of grub take a look at
1064 /usr/share/doc/lilo/examples/conf.sample or use the following template:
1065
1066 cat > /etc/lilo.conf << EOF
1067 # This allows booting from any partition on disks with more than 1024 cylinders.
1068 lba32
1069
1070 # Specifies the boot device
1071 boot=/dev/sda1
1072
1073 # Specifies the device that should be mounted as root.
1074 root=/dev/sda1
1075
1076 # use Debian on software raid:
1077 # raid-extra-boot=mbr-only
1078
1079 install=text
1080 # prompt
1081 timeout=1
1082 map=/boot/map
1083 vga=normal
1084
1085 image=/boot/vmlinuz-2.6.18-grml
1086         label="2.6.18-grml"
1087         #append="...."
1088         read-only
1089         initrd=/boot/initrd.img-2.6.18-grml
1090 EOF
1091
1092 See also: http://www.debian.org/releases/stable/i386/apcs04.html.en
1093 Avoid all of the above steps - use grml-debootstrap(8) instead!
1094 -- 
1095 Convert files from Unicode / UTF-8 to ISO:
1096
1097 % iconv -c -f utf8 -t iso-8859-15 < utffile > isofile
1098
1099 and vice versa:
1100
1101 % iconv -f iso-8859-15 -t utf8 < isofile > utffile
1102 -- 
1103 Assign static setup for network cards (eth0 and eth1) via udev:
1104
1105 First method - manual:
1106 ~~~~~~~~~~~~~~~~~~~~~~
1107 Get information for SYSFS address:
1108 # udevinfo -a -p /sys/class/net/eth0/ | grep address
1109
1110 Then create udev rules:
1111 # cat /etc/udev/network.rules
1112 # match eth* stuff:
1113 KERNEL=="eth*", SYSFS{address}=="00:00:00:00:00:01", NAME="wlan0"
1114 KERNEL=="eth*", SYSFS{address}=="00:00:00:00:00:02", NAME="lan0"
1115 # do not match eth* drivers but also e.g. firewire stuff:
1116 ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:00:00:00:00:03", NAME="1394"
1117
1118 Now activate the rules:
1119 # cd /etc/udev/rules.d/ && ln -s ../network.rules z35_network.rules
1120
1121 Unload the drivers, restart udev and load the drivers again to activate
1122 the settings.
1123
1124 Second method - automatic:
1125 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1126 Run /lib/udev/write_net_rules shipped with recent udev versions:
1127
1128 # INTERFACE=wlan1 /lib/udev/write_net_rules 00:00:00:00:00:04
1129
1130 This command will create /etc/udev/rules.d/z25_persistent-net.rules containing:
1131
1132 SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:00:00:00:00:04", NAME=wlan1
1133
1134 See /usr/share/doc/udev/writing_udev_rules/index.html for more information.
1135 -- 
1136 Change the suffix from *.sh to *.pl using zsh:
1137
1138 % autoload zmv
1139 % zmv -W '*.sh' '*.pl'
1140 -- 
1141 Generate SSL certificate:
1142
1143 Create self signed certificate (adjust /etc/ssl/openssl.cnf if necessary):
1144 # openssl req -x509 -newkey rsa:1024 -keyout keyfile -out certfile -days 9999 -nodes
1145
1146 Check certfile:
1147 # openssl x509 -in certfile -text
1148
1149 Verify against CA certificate:
1150 # openssl verify -CAfile cacert.crt -verbose -purpose sslserver
1151
1152 Generate 2048bit RSA-key:
1153 # openssl req -new -x509 -keyout pub-sec-key.pem -out pub-sec-key.pem -days 365 -nodes
1154
1155 As before but add request to existing key pub-sec-key.pem:
1156 # openssl req -new -out request.pem -keyin pub-sec-key.pem
1157
1158 Show request request.pem:
1159 # openssl req -text -noout -in request.pem
1160
1161 Verify signature of request request.pem:
1162 # openssl req -verify -noout -in request.pem
1163
1164 Generate SHA1 fingerprint (modulo key) of request.pem:
1165 # openssl req -noout -modulus -in request.pem | openssl sha1 -c
1166
1167 Generate 2048bit RSA-key and put it to pub-sec-key.pem. Save self signed certificate in self-signed-certificate.pem:
1168 # openssl req -x509 -days 365 -newkey rsa:2048 -out self-signed-certificate.pem -keyout pub-sec-key.pem
1169
1170 As before but create self signed certificate based on existing key pub-sec-key.pem:
1171 # openssl req -x509 -days 365 -new -out self-signed-certificate.pem -key pub-sec-key.pem
1172
1173 Generate new request out of existing self signed certificate:
1174 # openssl x509 -x509toreq -in self-signed-certificate.pem -signkey pub-sec-key.pem -out request.pem
1175
1176 Display certificate self-signed-certificate.pem in plaintext:
1177 # openssl x509 -text -noout -md5 -in self-signed-certificate.pem
1178
1179 Check self signed certificate:
1180 # openssl verify -issuer_checks -CAfile self-signed-certificate.pem self-signed-certificate.pem
1181
1182 Estable OpenSSL-connection using self-signed-certificate.pem and display certificate:
1183 # openssl s_client -showcerts -CAfile self-signed-certificate.pem -connect www.example.com:443
1184
1185 Generate ssl-certificate for use with apache2:
1186
1187 export RANDFILE=/dev/random
1188 mkdir /etc/apache2/ssl/
1189 openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.pem
1190 chmod 600 /etc/apache2/ssl/apache.pem
1191
1192 Also take a look at make-ssl-cert (debconf wrapper for openssl):
1193
1194 # /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/apache.pem
1195
1196 and mod-ssl-makecert (utility to create SSL certificates in /etc/apache/ssl.*/).
1197 -- 
1198 Change Windows NT password(s):
1199
1200 # mount -o rw /mnt/hda1
1201 # cd /mnt/hda1/WINDOWS/system32/config/
1202 # chntpw SAM SECURITY system
1203
1204 Notice: if mounting the partition read-write did not work (check syslog!)
1205 try using mount.ntfs-3g instead: mount.ntfs-3g /dev/hda1 /mnt/hda1
1206
1207 (Be careful with deactivating syskey!)
1208 -- 
1209 glark - replacement for grep written in Ruby:
1210
1211 A replacement for (or supplement to) the grep family, glark offers:
1212 Perl compatible regular expressions, highlighting of matches,
1213 context around matches, complex expressions and automatic exclusion
1214 of non-text files.
1215
1216 Usage examples:
1217
1218 % glark -y keyword file      # display only the region that matched, not the entire line
1219 % glark -o format print *.h  # search for either "printf" or "format"
1220
1221 More information: man glark
1222 -- 
1223 Find CD burning device(s):
1224
1225 General information on CD-ROM:
1226 % cat /proc/sys/dev/cdrom/info
1227
1228 Scan using ATA Packet specific SCSI transport:
1229 # cdrecord -dev=ATA -scanbus
1230 # cdrecord-prodvd -s -scanbus dev=ATA
1231
1232 Get specific information for /dev/ice:
1233 # cdrecord dev=/dev/ice -scanbus
1234 -- 
1235 Create devices in /dev on udev:
1236
1237 For example create md devices (/dev/md0, /dev/md1,...):
1238 # cd /dev ; WRITE_ON_UDEV=1 ./MAKEDEV md
1239 -- 
1240 Identify network device (NIC):
1241
1242 # ethtool -i $DEVICE
1243
1244 Show NIC statistics:
1245
1246 # ethtool -S $DEVICE
1247
1248 If your NIC shows some aging signs, you may want to be sure:
1249
1250 # ethtool -t $DEVICE
1251
1252 Disable TCP/UDP checksums:
1253
1254 # ethtool -K $DEVICE tx off
1255 -- 
1256 grml2hd seems to hang? Getting Squashfs errors? Problems while booting?
1257
1258 Switch to tty12 and take a look at the syslog. If you see something like:
1259
1260   SQUASHFS error: zlib_fs returned unexpected result 0x........
1261   SQUASHFS error: Unable to read cache block [.....]
1262   SQUASHFS error: Unable to read inode [.....]
1263
1264 your ISO/CD-ROM very probably is not ok. Verify it via booting with grml testcd.
1265 Check your CD low-level via running:
1266
1267 # readcd -c2scan dev=/dev/cdrom
1268
1269 If the medium really is ok and it still fails try to boot with deactivated DMA
1270 via using grml nodma at the bootprompt.
1271 -- 
1272 Write a Microsoft compatible boot record (MBR) using ms-sys
1273
1274 Write a Windows 2000/XP/2003 MBR to device:
1275
1276 # ms-sys -m /dev/ice
1277 -- 
1278 Use a Vodafone 3G Datacard (UMTS) with Linux:
1279
1280 Plug in your vodafone card and check in syslog whether the appropriate
1281 (probably /dev/ttyUSB0 or /dev/noz0) has been created. If so run:
1282
1283 # gcom -d $DEVICE
1284 # wvdial --config /etc/wvdial.conf.umts $PROFILE
1285
1286 Usage examples:
1287 # gcom -d /dev/ttyUSB0
1288 # wvdial --config /etc/wvdial.conf.umts a1usb
1289
1290 # gcom -d /dev/noz0
1291 # wvdial --config /etc/wvdial.conf.umts tmnozomi
1292
1293 # gcom -d /dev/noz0
1294 # wvdial --config /etc/wvdial.conf.umts dreiusb
1295
1296 If you receive invalid DNS nameservers when connecting, like:
1297
1298 [...]
1299 --> primary   DNS address 10.11.12.13
1300 --> secondary DNS address 10.11.12.14
1301
1302 just provide a working nameserver to resolvconf via:
1303
1304 # echo "nameserver 80.120.17.70" | resolvconf -a ppp0
1305
1306 Notice: some vodafone cards require the nozomi driver (run 'modprobe nozomi' on
1307 your grml system), some other ones require the sierra driver (run
1308 'modprobe sierra').
1309
1310 If your device isn't supported by usbserial yet, manually provide vendor and
1311 product ID when loading the usbserial module. Usage example:
1312
1313 % lsusb
1314 [...]
1315 Bus 004 Device 008: ID 1199:6813 Sierra Wireless, Inc.
1316
1317 # modprobe usbserial vendor=0x1199 product=0x6813
1318
1319 To get a list of available providers execute:
1320
1321 # gcom -s -d /dev/ttyUSB0 /usr/share/doc/gcom/examples/operator
1322 -- 
1323 hdparm - get/set hard disk parameters
1324
1325 Display the identification info that was obtained from the drive at boot time,
1326 if available:
1327 # hpdarm -i /dev/ice
1328
1329 Request identification info directly from the drive:
1330 # hpdarm -I /dev/ice
1331
1332 Perform timings of device + cache reads for benchmark and comparison purposes:
1333 # hdparm -tT /dev/ice
1334 -- 
1335 bonnie++ - program to test hard drive performance.
1336
1337 # mkdir /mnt/benchmark
1338 # mount /dev/ice /mnt/benchmark
1339 # chmod go+w /mnt/benchmark
1340 # bonnie -u grml -d /mnt/benchmark -s 2000M
1341 -- 
1342 Use gizmo with a bluetooth headset:
1343
1344 % DEVICE="/dev/dsp$(awk '/- BT Headset/ {print $1}' /proc/asound/cards)"
1345 % gizmo --mic $DEVICE --speaker $DEVICE
1346 -- 
1347 Scan a v4l device for TV stations:
1348
1349 % scantv -c /dev/video0 -C /dev/vbi0 -o ~/.xawtv
1350
1351 Then running xawtv should work:
1352
1353 % xawtv
1354 -- 
1355 Run apt-get with timeout of 3 seconds:
1356
1357 # apt-get -o acquire::http::timeout=3  update
1358 -- 
1359 Debian GNU/Linux device driver check page
1360
1361 % $BROWSER http://kmuto.jp/debian/hcl/index.cgi
1362 -- 
1363 Use dd with status line:
1364
1365 # dd if=/dev/ice conv=noerror,notrunc,sync | buffer -S 100k | dd of=/tmp/file
1366 -- 
1367 Generate a 512k file of random data with status bar:
1368
1369 % dd if=/dev/random bs=1024 count=512 | bar -s 512k -of ./random
1370 -- 
1371 Install Grub instead of lilo on grml installation (grml2hd):
1372
1373 install grml:
1374 # grml2hd ....
1375
1376 adjust grub's configuration file menu.lst:
1377 # $EDITOR /boot/grub/menu.lst
1378
1379 now install grub (usage example for /dev/sda1):
1380 # grub install
1381 root (hd0,0)
1382 setup (hd0)
1383 -- 
1384 Install Ubuntu using grml:
1385
1386 See https://wiki.ubuntu.com/Installation/FromKnoppix
1387 -- 
1388 Resize ext2 / ext3 partition:
1389
1390 # tune2fs -O '^has_journal' /dev/iceX # disable journaling
1391 # fsck.ext2 -v -y -f /dev/iceX        # check the filesystem
1392 # resize2fs -p /dev/iceX  $SIZE       # resize it (adjust $SIZE)
1393 # fdisk /dev/ice                      # adjust partition in partition table
1394 # fsck.ext2 -v -y -f /dev/iceX        # check filesystem again
1395 # resize2fs -p /dev/iceX              # resize it to maximum
1396 # tune2fs -j /dev/iceX                # re-enable journal
1397 -- 
1398 Tune ext2 / ext3 filesystem:
1399
1400 Check partition first:
1401
1402 # tune2fs -l /dev/iceX
1403
1404 If you don't see dir_index in the list, then enable it:
1405
1406 # tune2fs -O dir_index /dev/iceX
1407
1408 Now run e2fsck with the -D option to have the directories optimized:
1409
1410 # e2fsck -D /dev/iceX
1411
1412 Notice: since e2fsprogs (1.39-1) filesystems are created with
1413 directory indexing and on-line resizing enabled by default.
1414 -- 
1415 Search for printers via network:
1416
1417 # pconf_detect -m NETWORK -i 192.168.0.1/24
1418 -- 
1419 Mount a remote directory via webdav (e.g. Mediacenter of GMX):
1420
1421 # mount -t davfs https://mediacenter.gmx.net/ /mnt/test
1422 -- 
1423 System-Profiling using oprofile:
1424
1425 Prepare setup:
1426
1427 # opcontrol --reset
1428 # opcontrol --setup --no-vmlinux --event=CPU_CLK_UNHALTED:500000:0:1:1 --separate=library
1429
1430 Start logging:
1431 # opcontrol --start
1432
1433 Now $DO_SOME_TASKS...
1434
1435 Stop logging:
1436 # opcontrol --shutdown
1437
1438 Then take a look at the reports using something like e.g.:
1439 # opreport -t 0.5 --exclude-dependent
1440 # opreport -t 0.5 /path/to/executable_to_check
1441 # opannotate -t 0.5 --source --assembly
1442 -- 
1443 Install ATI's fglrx driver for Xorg / X.org:
1444
1445 Usually there already exist drivers for the grml-system:
1446 # apt-get update ; apt-get install fglrx-driver fglrx-kernel-`uname -r`
1447
1448 After installing adjust xorg.conf via running:
1449 # aticonfig --initial --input=/etc/X11/xorg.conf
1450
1451 For more information take a look at http://wiki.grml.org/doku.php?id=ati
1452 -- 
1453 Install nvidia driver for Xorg / X.org:
1454
1455 Usually there already exist drivers for the grml-system:
1456 # apt-get update ; apt-get install nvidia-glx nvidia-kernel-`uname -r`
1457
1458 Then switch from module nv to nvidia:
1459
1460 # sed -i 's/Driver.*nv.*/Driver      "nvidia"/' /etc/X11/xorg.conf
1461 -- 
1462 glxgears - a GLX demo that draws three rotating gears
1463
1464 To print frames per second (fps) use:
1465 % glxgears -printfps
1466 -- 
1467 You forgot to boot with 'grml noeject noprompt' to avoid
1468 ejecting and prompting for CD removal when rebooting/halting
1469 the system?
1470
1471 Either run:
1472
1473 # noeject reboot
1474
1475 or:
1476
1477 # noeject halt
1478
1479 If you want to avoid only the prompting part, run:
1480
1481 # noprompt reboot
1482
1483 or:
1484
1485 # noprompt halt
1486 -- 
1487 Mount wikipedia local via fuse:
1488
1489 Adjust configuration:
1490 % cat ~/.wikipediafs/config.xml
1491 <wfs-config>
1492     <general>
1493        <article-cache-time>300</article-cache-time>
1494     </general>
1495     <sites>
1496       <site>
1497         <dirname>wikipedia-de</dirname>
1498         <host>de.wikipedia.org</host>
1499         <basename>/w/index.php</basename>
1500       </site>
1501       <site>
1502         <dirname>wikipedia-en</dirname>
1503         <host>en.wikipedia.org</host>
1504         <basename>/w/index.php</basename>
1505       </site>
1506     </sites>
1507 </wfs-config>
1508
1509 Mount it (/wiki must exist of course):
1510 % mount.wikipediafs /wiki
1511 % cat /wiki/wikipedia-en/Cat
1512
1513 Unmount via:
1514 % fusermount -u /wiki
1515 -- 
1516 Remote notification on X via osd (on screen display):
1517
1518 Start osd_server.py at your local host (listens on port 1234 by default):
1519 % osd_server.py
1520
1521 Then login to a $REMOTEHOST
1522 % ssh -R 1234:localhost:1234 $REMOTEHOST
1523
1524 Now send the text to your local display via running something like:
1525 % echo "text to send" | nc localhost 1234
1526
1527 Very useful when you are waiting for a long running job
1528 but want to do something else in the meanwhile:
1529
1530 % ./configure && make && echo "finished compiling" | netcat localhost 1234
1531
1532 You can use this in external programs as well of course. Examples:
1533
1534 Use osd in centericq:
1535
1536 % cat ~/.centericq/external
1537 [...]
1538 %action osd notify
1539 event msg
1540 proto all
1541 status all
1542 options nowait
1543 %exec
1544 #!/bin/bash
1545 if [ -x /usr/bin/socat -a -x /bin/netcat ] ; then
1546   CONTACT_CUSTOM_NICK=$(cat ${CONTACT_INFODIR}/info | head -n 46 | tail -n 1)
1547   osd_msg="*** CenterICQ: new ${EVENT_NETWORK} ${EVENT_TYPE} from ${CONTACT_CUSTOM_NICK} ***"
1548   if echo | socat - TCP4:localhost:1234 &>/dev/null ; then
1549     echo "${osd_msg}" | netcat localhost 1234
1550   fi
1551 fi
1552
1553 Use it in the IRC console client irssi via running:
1554
1555 /script load osd.pl
1556
1557 You can even activate the port forwarding by default globally:
1558
1559 % cat ~/.ssh/config
1560 [...]
1561 Host *
1562 RemoteForward 1234 127.0.0.1:1234
1563 ForwardAgent yes
1564
1565 Notice: if you get 'ABORT: Requested font not found' make sure the
1566 requested font is available, running 'LANG=C LC_ALL=C osd_server.py...'
1567 might help as well.
1568 -- 
1569 Avoid automatical startup of init scripts via invoke-rc.d:
1570
1571 First of all make sure the package policyrcd-script-zg2 (which
1572 provides the /usr/sbin/policy-rc.d interface) is installed.
1573
1574 In policyrcd-script-zg2's configuration file named
1575 /etc/zg-policy-rc.d.conf the script /usr/sbin/grml-policy-rc.d is
1576 defined as the interface for handling invoke-rc.d's startup policy.
1577
1578 grml-policy-rc.d can be configure via /etc/policy-rc.d.conf.  By
1579 default you won't notice any differences to Debian's default
1580 behaviour, except that invoke-rc.d won't be executed if a chroot has
1581 been detected (detection: /proc is missing).
1582
1583 If you want to disable automatical startup of newly installed packages
1584 (done via the invoke-rc.d mechanism) just set EXITSTATUS to '101' in
1585 /etc/policy-rc.d.conf.
1586
1587 To restore the default behaviour set EXITSTATUS back to '0' in
1588 /etc/policy-rc.d.conf.
1589 -- 
1590 Install VMware-Tools for grml:
1591
1592 First of all make sure a CD-ROM device in VMware is available.
1593
1594 Mount the CD-ROM device to /mnt/cdrom, then unpack and install
1595 the tools running:
1596
1597 cd /tmp
1598 unp /mnt/cdrom/vmware-linux-tools.tar.gz
1599 cd vmware-tools-distrib
1600 ./vmware-install.pl
1601
1602 /etc/init.d/networking stop
1603 rmmod pcnet32
1604 rmmod vmxnet
1605 depmod -a
1606 modprobe vmxnet
1607 /etc/init.d/networking start
1608
1609 In an X terminal, launch the VMware Tools running:
1610
1611 vmware-toolbox
1612 -- 
1613 Some important Postfix stuff
1614
1615 List mail queue:
1616
1617 # mailq
1618 or
1619 # postqueue -p
1620
1621 Send all messages in the queue:
1622
1623 # postqueue -f
1624
1625 Send all messages in the queue for a specific site:
1626
1627 # postqueue -s site
1628
1629 Delete a specific message
1630 # postsuper -d 12345678942
1631
1632 Deletes all messages held in the queue for later delivery
1633 # postsuper -d ALL deferred
1634
1635 Mail queues in postfix:
1636
1637     incoming -> mail who just entered the system
1638     active   -> mail to be delivered
1639     deferred -> mail to be delivered later because there were problems
1640     hold     -> mail that should not be delivered until released from hold
1641
1642 For configuration of postfix take a look at
1643 /etc/postfix/master.cf  - man 5 master
1644 /etc/postfix/main.cf    - man 5 postconf
1645 and http://www.postfix.org/documentation.html.
1646 -- 
1647 File permissions
1648
1649 mode 4000 - set user ID (suid):
1650
1651 - for executable files: run as the user who owns the file, instead of the
1652   user who runs the file
1653 - for directories: not used
1654
1655 mode 2000 - set group ID (guid):
1656
1657 - for executable files: run as the group who owns the file, instead of the
1658   group of the user who runs the file
1659 - for directories: when a file is created inside the directory, it belongs
1660   to the group of the directory instead of the default group of the user who
1661   created the file
1662
1663 mode 1000 - sticky bit:
1664
1665 - for files: not used
1666 - for directories: only the owner of a file can delete or rename the file
1667 -- 
1668 Create MySQL database
1669
1670 # apt-get install mysql-client mysql-server
1671
1672 Run 'mysql' as root - create a database with:
1673
1674 create database grml
1675
1676 Give a user access to the database (without password):
1677
1678 grant all on grml.* to mika;
1679
1680 Give a user access to the database (with password):
1681
1682 grant all on grml.* to enrico identified by "PASSWORD";
1683 -- 
1684 Setup an HTTPS website:
1685
1686 Create a certificate:
1687
1688 # mkdir /etc/apache2/ssl
1689 # make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem
1690
1691 Create a virtual host on port 443:
1692
1693 <VirtualHost www.foo.invalid:443>
1694 [...]
1695 </VirtualHost>
1696
1697 Enable SSL in the VirtualHost:
1698
1699 SSLEngine On
1700 SSLCertificateFile /etc/apache2/ssl/apache.pem
1701
1702 Enable listening on the HTTPS port (/etc/apache2/ports.conf):
1703
1704 Listen 443
1705
1706 and make sure the SSL module is used:
1707
1708 # a2enmod ssl
1709 -- 
1710 Useful Apache / Apache2 stuff
1711
1712 Check configuration file via running:
1713
1714 # apache2ctl configtest
1715
1716 Enable a site:
1717
1718 # a2ensite sitename
1719
1720 Enable a module
1721
1722 # a2enmod modulename
1723 -- 
1724 Create tar archive and store it on remote machine:
1725
1726 % tar zcf - /sourcedir | ssh user@targethost "cat >file.tgz"
1727 -- 
1728 Pick out and displays images from network traffic:
1729
1730 # driftnet
1731 -- 
1732 Install Flash plugin:
1733
1734 # dpkg-reconfigure flashplugin-nonfree
1735 -- 
1736 To test a proxy, low level way:
1737
1738 % telnet proxy 8080
1739 [...]
1740 GET http://www.google.com HTTP/1.0 [press enter twice]
1741 -- 
1742 Adjust system for use of qemu with kqemu:
1743
1744 Make sure you have all you need:
1745 # aptitude update ; aptitude install qemu kqemu-modules-$(uname -r)
1746
1747 Then set up kqemu:
1748
1749 modprobe kqemu
1750 mknod /dev/kqemu c 250 0
1751 chmod 666 /dev/kqemu
1752 chmod 666 /dev/net/tun
1753
1754 Check kqemu support via starting qemu, press
1755 Ctrl-Alt-2 and entering 'info kqemu'.
1756 -- 
1757 (High-Load) Debugging related tools:
1758
1759 mpstat  # report processors related statistics
1760 iostat  # report CPU statistics and input/output statistics for devices and partitions
1761 vmstat  # report virtual memory statistics
1762 slabtop # display kernel slab cache information in real time
1763 atsar   # system activity report
1764 dstat   # versatile tool for generating system resource statistics
1765
1766 Usage examples:
1767
1768 # mpstat -P ALL
1769 # iostat -x 1
1770 # iostat -xtc 5 3
1771 # vmstat 1
1772 # atsar -t 60 10
1773 # dstat -af
1774 -- 
1775 Using WPA for network setup manually:
1776
1777 # wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
1778
1779 Adjust the options and configuration file to your needs.
1780 Also take a look at 'grml-network'.
1781 -- 
1782 Start X and lock console via exiting:
1783
1784 % startx 2>~/.xsession-errors &| exit
1785 -- 
1786 Which process is writing to disk and/or causes the disk to spin up?
1787
1788 First of all use lsof to check what's going on. Does not help? ->
1789
1790 # echo 1 > /proc/sys/vm/block_dump
1791
1792 The command sets a sysctl to cause the kernel to log all disk
1793 writes. Please notice that there is a lot of data.  So please
1794 disable syslogd/syslog-ng before you do this, or you must make
1795 sure that kernel output is not logged.
1796
1797 When you're done, disable block dump using:
1798 # echo 0 > /proc/sys/vm/block_dump
1799
1800 Alternative:
1801 laptop-mode-tools provides a tool named lm-profiler (laptop mode profiler)
1802 which handles block_dump on its own.
1803
1804 See: $KERNEL-SOURCE/Documentation/laptop-mode.txt
1805
1806 Also take a look at event-viewer(8) which is part of grml-debugtools.
1807 -- 
1808 Install initrd via initramfs-tools for currently running kernel:
1809
1810 # update-initramfs -c -t -k $(uname -r)
1811 -- 
1812 Install initrd via yaird for currently running kernel:
1813
1814 # yaird -o /boot/initrd.img-$(uname -r)
1815
1816 Install initrd via yaird for specific kernel:
1817
1818 # mount /proc
1819 # mount /sys
1820 # yaird -o /boot/initrd.img-2.6.15-1-686 2.6.15-1-686
1821 -- 
1822 Reinstall package with its original configuration files:
1823
1824 # apt-get install --reinstall -o DPkg::Options::=--force-confmiss -o \
1825   DPkg::Options::=--force-confnew package
1826 -- 
1827 grml 0.8 funkenzutzler - rt2x00 drivers:
1828
1829 To avoid conflicts with the other rt2x00-drivers the package rt2x00 (which
1830 includes beta-version drivers) is not installed by default. If you want to
1831 use the kernel modules rt2400pci, rt2500pci, rt2500usb, rt61pci and/or
1832 rt73usb please install the package manually running:
1833
1834 # dpkg -i /usr/src/rt2x00-modules-*.deb
1835 -- 
1836 Use Java with jikes and jamvm on grml:
1837
1838 Simple demo:
1839
1840 % cp /usr/share/doc/grml-templates/template.java .
1841 % jikes template.java
1842 % jamvm HelloWorld
1843
1844 Notice that grml exports $JIKESPATH (/usr/share/classpath/glibj.zip),
1845 so you do not have to manually run
1846 jikes --bootclasspath /usr/share/classpath/glibj.zip
1847 -- 
1848 Online resizing of (Software-)RAID5:
1849
1850 # Initiate a RAID5 setup for testing purposes:
1851 mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/hda1 /dev/hdb1 /dev/hdd1
1852
1853 # Create filesystem, mount md0, create a testfile and save md5sum for
1854 # later check:
1855 mkfs.ext3 /dev/md0
1856 mount /dev/md0 /mnt/test
1857 dd if=/dev/urandom of=/mnt/test/dd bs=512 count=10000
1858 md5sum /mnt/test/dd > md5sum
1859
1860 # Make sure the RAID is synched via checking:
1861 cat /proc/mdstat
1862
1863 # Now remove one partition:
1864 mdadm /dev/md0 --fail /dev/hdd1 --remove /dev/hdd1
1865
1866 # Delete partition, create a new + bigger one and set partition type to fd
1867 # (Linux raid autodetect):
1868 cfdisk /dev/hdd
1869
1870 # And re-add the partition:
1871 mdadm -a /dev/md0 /dev/hdd1
1872
1873 # Make sure the RAID is synched via checking:
1874 cat /proc/mdstat
1875
1876 # Repeat the steps for all other disks/partitions as well:
1877 mdadm /dev/md0 --fail /dev/hdb1 --remove /dev/hdb1
1878 cfdisk /dev/hdb
1879 mdadm -a /dev/md0 /dev/hdb1
1880 cat /proc/mdstat
1881 mdadm /dev/md0 --fail /dev/hda1 --remove /dev/hda1
1882 cfdisk /dev/hda
1883 mdadm -a /dev/md0 /dev/hda1
1884 cat /proc/mdstat
1885
1886 # Now resize the RAID5 system online [see 'man mdadm' for details]:
1887 mdadm --detail /dev/md0 | grep -e 'Array Size' -e 'Device Size'
1888 mdadm --grow /dev/md0 -z max
1889 mdadm --detail /dev/md0 | grep -e "Array Size" -e 'Device Size'
1890
1891 # Last step - resize the filesystem (online again):
1892 resize2fs /dev/md0
1893 -- 
1894 ext3 online resizing:
1895
1896 Starting with Linux kernel 2.6.10 you can resize ext3 online.  With
1897 e2fsprogs >=1.39-1 new filesystems are created with directory indexing and
1898 on-line resizing enabled by default (see /etc/mke2fs.conf).
1899
1900 Demo:
1901
1902 cfdisk /dev/hda                           # create a partition with type 8e (lvm)
1903 pvcreate /dev/hda2                        # create a physical volume
1904 vgcreate resize_me /dev/hda2              # create volume group
1905 lvcreate -n resize_me -L100 resize_me     # create a logical volume
1906 mkfs.ext3 /dev/resize_me/resize_me        # now create a new filesystem
1907 mount /dev/resize_me/resize_me /mnt/test  # mount the new fs for demonstrating online resizing
1908 df -h                                     # check the size of the partition
1909 lvextend -L+100M /dev/resize_me/resize_me # let's extend the logical volume
1910 resize2fs /dev/resize_me/resize_me        # and finally resize the filesystem
1911 df -h                                     # recheck the size of the partition
1912
1913 This also works for Software-RAID. Demo:
1914
1915 mdadm --create --verbose /dev/md0 --level=raid1 --raid-devices=2 /dev/hda2 /dev/hdb1
1916 mkfs.ext3 /dev/md0
1917 mount /dev/md0 /mnt/test
1918 mdadm /dev/md0 --fail /dev/hda2 --remove /dev/hda2
1919 cfdisk /dev/hda                                  # adjust partition size for hda2
1920 mdadm /dev/md0 --add /dev/hda2
1921 mdadm /dev/md0 --fail /dev/hdb1 --remove /dev/hdb1
1922 cfdisk /dev/hdb                                  # adjust partition size for hdb1
1923 mdadm /dev/md0 --add /dev/hdb1
1924 mdadm --grow /dev/md0 --size=max
1925 resize2fs /dev/md0
1926
1927 Notice: online resizing works as soon as the kernel can re-read the
1928 partition table. So it works for example with LVM and SW-RAID but not with
1929 a plain device (/dev/[sh]d*). The kernel does not re-read the partition
1930 table if the device is already mounted.
1931 -- 
1932 Use vim as an outline editor:
1933
1934 % $PAGER /usr/share/doc/vim-vimoutliner/README.Debian
1935 % vim ~/foo.otl
1936 :he vo
1937 -- 
1938 Monitor directories/files for changes using iwatch
1939
1940 Monitor /tmp for changes:
1941 % iwatch /tmp/
1942
1943 Monitor files/directories specified in /etc/iwatch.xml
1944 and send mail on changes:
1945 % iwatch
1946 -- 
1947 Some often used mdadm commands:
1948
1949 Set up RAID1:
1950 # mdadm --create --verbose /dev/md0 --level=raid1 --raid-devices=2 /dev/hda1 /dev/hdb1
1951
1952 Display details of specific RAID:
1953 # mdadm --detail /dev/md0
1954 # cat /proc/mdstat
1955
1956 Simulating a drive failure by software:
1957 # mdadm --manage --set-faulty /dev/md0 /dev/hda1
1958
1959 Remove disk from RAID:
1960 # mdadm /dev/md0 -r /dev/hda1
1961
1962 Set disk as faulty and remove from RAID:
1963 # mdadm /dev/md0 --fail /dev/hda1 --remove /dev/hda1
1964
1965 Stop a RAID-device:
1966 # mdadm -S /dev/md0
1967
1968 Restart a RAID-device:
1969 # mdadm -R /dev/md0
1970
1971 Add another disk to existing RAID setup (hotadd):
1972 # mdadm /dev/md0 -a /dev/hde1
1973 # mdadm --grow /dev/md0 --raid-devices=4
1974
1975 Assemble and start all arrays:
1976 # mdadm --assemble --scan
1977
1978 Assemble a specific array:
1979 # mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1
1980
1981 Resync:
1982 # mdadm --assemble --run --force --update=resync /dev/md0 /dev/sda1 /dev/sda2
1983
1984 Stop and rebuild:
1985 # mdadm --stop --scan
1986
1987 Scan for and setup arrays automatically:
1988 # mdadm --assemble --scan --auto=yes --verbose
1989
1990 Notice: If the above does not work make sure /etc/mdadm/mdadm.conf contains:
1991 DEVICE partitions
1992 CREATE owner=root group=disk mode=0660 auto=yes
1993 HOMEHOST <system>
1994 MAILADDR root
1995
1996 Running
1997 # /usr/share/mdadm/mkconf > /etc/mdadm/mdadm.conf
1998 might help as well.
1999
2000 Monitoring the sw raid
2001 # nohup mdadm --monitor --mail=root@localhost --delay=300 /dev/md0
2002
2003 Producing /etc/mdadm/mdadm.conf:
2004 # mdadm --detail --scan > /etc/mdadm/mdadm.conf
2005
2006 See also: man mdadm | less -p "^EXAMPLES"
2007           http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html
2008 -- 
2009 A quick summary of the most commonly used RAID levels:
2010
2011 RAID 0: Striped Set
2012  => 2 disks each 160 GB: 320 GB data
2013 RAID 1: Mirrored Set
2014  => 2 disks each 160 GB: 160 GB data
2015 RAID 5: Striped Set with Parity
2016  => 3 disks each 160 GB: 320 GB data; 160 GB redundancy
2017
2018 Common nested RAID levels:
2019 RAID 01: A mirror of stripes
2020 RAID 10: A stripe of mirrors
2021 RAID 30: A stripe across dedicated parity RAID systems
2022 RAID 100: A stripe of a stripe of mirrors
2023
2024   -- http://en.wikipedia.org/wiki/RAID
2025 -- 
2026 Logical Volume Management (LVM) with Linux
2027
2028 LVM setup layout:
2029 ~~~~~~~~~~~~~~~~~
2030
2031 |    hda1   hdc1      (PV:s on partitions or whole disks)
2032 |       \   /
2033 |        \ /
2034 |       diskvg        (VG)
2035 |       /  |  \
2036 |      /   |   \
2037 |  usrlv rootlv varlv (LV:s)
2038 |    |      |     |
2039 | ext3    ext3  xfs   (filesystems)
2040
2041 Often used commands:
2042 ~~~~~~~~~~~~~~~~~~~~
2043
2044 Create a physical volume:
2045 # pvcreate /dev/hda2
2046
2047 Create a volume group:
2048 # vgcreate testvg /dev/hda2
2049
2050 Create a logical volume:
2051 # lvcreate -n test_lv -L100 testvg
2052
2053 Resize a logical volume:
2054 # lvextend -L+100M /dev/resize_me/resize_me
2055 # resize2fs /dev/resize_me/resize_me               # ext2/3
2056 # xfs_growfs  /dev/resize_me/resize_me             # xfs
2057 # resize_reiserfs -f /dev/resize_me/resize_me      # reiserfs online
2058 # mount -o remount,resize /dev/resize_me/resize_me # jfs
2059
2060 Create a snapshot of a logical volume:
2061 # lvcreate -L 500M --snapshot -n mysnap /dev/testvg/test_lv
2062
2063 Deactivate a volume group:
2064 # vgchange -a n my_volume_group
2065
2066 Actually remove a volume group:
2067 # vgremove my_volume_group
2068
2069 Display information about physical volume:
2070 # pvdisplay /dev/hda1
2071
2072 Remove physical volume:
2073 # vgreduce my_volume_group /dev/hda1
2074
2075 Remove logical volume:
2076 # umount /dev/myvg/homevol
2077 # lvremove /dev/myvg/homevol
2078
2079 See also: man lvm
2080           http://www.tldp.org/HOWTO/LVM-HOWTO/
2081 -- 
2082 How to use APT locally
2083
2084 Sometimes you have lots of packages .deb that you would like to use APT to
2085 install so that the dependencies would be automatically solved. Solution:
2086
2087 mkdir debs
2088 dpkg-scanpackages debs /dev/null | gzip > debs/Packages.gz
2089 echo "  deb file:/root debs/" >> /etc/apt/sources.list
2090 dpkg-scansources debs | gzip > debs/Sources.gz
2091 echo "  deb-src file:/root debs/" >> /etc/apt/sources.list
2092
2093 See also: http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html
2094 -- 
2095 Check filesystem's LABEL:
2096
2097 generic way:
2098 # vol_id -l /dev/sda1
2099
2100 ext2/3 without vol_id:
2101 # dumpe2fs /dev/sda1 | grep "Filesystem volume name"
2102
2103 xfs without vol_id:
2104 # xfs_admin -l /dev/sda1
2105
2106 reiserfs without vol_id:
2107 # debugreiserfs /dev/sda1 | grep -i label
2108
2109 jfs without vol_id:
2110 # jfs_tune -l /dev/sda1 | grep -i label
2111
2112 reiser4 without vol_id:
2113 # debugfs.reiser4 /dev/sda1 | grep -i label
2114 -- 
2115 Check filesystem's UUID:
2116
2117 generic way:
2118 # vol_id -u /dev/sda1
2119
2120 ext2/3 without vol_id:
2121 # dumpe2fs /dev/sda1 | grep -i UUID
2122
2123 xfs without vol_id:
2124 # xfs_admin -u /dev/sda1
2125
2126 reiserfs without vol_id:
2127 # debugreiserfs /dev/sda1 | grep -i UUID
2128
2129 reiser4 without vol_id:
2130 # debugfs.reiser4 /dev/sda1 | grep -i UUID
2131 -- 
2132 Change a filesystem's LABEL:
2133
2134 swap:
2135 # mkswap -L $LABEL /dev/sda1
2136
2137 ext2/ext3:
2138 # e2label /dev/sda1 $LABEL
2139 # tune2fs -L $LABEL /dev/sda1
2140
2141 reiserfs:
2142 # reiserfstune -l $LABEL /dev/sda1
2143
2144 jfs:
2145 # jfs_tune -L $LABEL /dev/sda1
2146
2147 xfs:
2148 # xfs_admin -L $LABEL /dev/sda1
2149
2150 fat/vfat:
2151 # echo 'drive i: file="/dev/sda1"' >> ~/.mtoolsrc
2152 # mlabel -s i:$LABEL
2153
2154 ntfs:
2155 # ntfslabel $LABEL /dev/sda1
2156 -- 
2157 Disable pdiffs feature of APT:
2158
2159 Permanent:
2160 # echo 'Acquire::PDiffs "false";' >> /etc/apt/apt.conf
2161
2162 Temporary:
2163 # apt-get update -o Acquire::Pdiffs=false
2164 -- 
2165 Backup big devices or files and create compressed splitted
2166 image chunks of it using zsplit
2167
2168 Create backup of /dev/sda named archiveofsda_#.spl.zp in directory
2169 /mnt/sda1/backup, split the files up into chunks of 1GB each and set
2170 read/write buffer to 256kB:
2171 # zsplit -b 256 -N archiveofsda -o /mnt/sda1/backup/ -s 1G /dev/sda
2172
2173 Restore the backup using unzsplit:
2174 # unzsplit -D /dev/sda -d archiveofsda
2175
2176 More usage examples: man zsplit + man unzsplit
2177 -- 
2178 Measure network performance using iperf:
2179
2180 Server side:
2181 % iperf -s -V
2182
2183 Client side:
2184 % iperf -c <server_address> -V
2185
2186 or
2187
2188 Server with 128k TCP window size:
2189 % iperf -s -w128k
2190
2191 Client with running for 60 seconds and bidirectional test:
2192 % iperf -c <server_address> -r -w128k -t60
2193 -- 
2194 Framebuffer resolutions:
2195
2196                               Resolution in pixels
2197 Color depth      |   640x480      800x600      1024x768      1280x1024
2198 256        (8bit)|     769          771           773           775
2199 32000     (15bit)|     784          787           790           793
2200 65000     (16bit)|     785          788           791           794
2201 16.7 Mill.(24bit)|     786          789           792           795
2202
2203 vga=0x... modes:
2204
2205   Mode 0x0300: 640x400 (+640), 8 bits
2206   Mode 0x0301: 640x480 (+640), 8 bits
2207   Mode 0x0303: 800x600 (+800), 8 bits
2208   Mode 0x0303: 800x600 (+832), 8 bits
2209   Mode 0x0305: 1024x768 (+1024), 8 bits
2210   Mode 0x0307: 1280x1024 (+1280), 8 bits
2211   Mode 0x030e: 320x200 (+640), 16 bits
2212   Mode 0x030f: 320x200 (+1280), 24 bits
2213   Mode 0x0311: 640x480 (+1280), 16 bits
2214   Mode 0x0312: 640x480 (+2560), 24 bits
2215   Mode 0x0314: 800x600 (+1600), 16 bits
2216   Mode 0x0315: 800x600 (+3200), 24 bits
2217   Mode 0x0317: 1024x768 (+2048), 16 bits
2218   Mode 0x0318: 1024x768 (+4096), 24 bits
2219   Mode 0x031a: 1280x1024 (+2560), 16 bits
2220   Mode 0x031b: 1280x1024 (+5120), 24 bits
2221   Mode 0x0330: 320x200 (+320), 8 bits
2222   Mode 0x0331: 320x400 (+320), 8 bits
2223   Mode 0x0332: 320x400 (+640), 16 bits
2224   Mode 0x0333: 320x400 (+1280), 24 bits
2225   Mode 0x0334: 320x240 (+320), 8 bits
2226   Mode 0x0335: 320x240 (+640), 16 bits
2227   Mode 0x0336: 320x240 (+1280), 24 bits
2228   Mode 0x033c: 1400x1050 (+1408), 8 bits
2229   Mode 0x033d: 640x400 (+1280), 16 bits
2230   Mode 0x033e: 640x400 (+2560), 24 bits
2231   Mode 0x0345: 1600x1200 (+1600), 8 bits
2232   Mode 0x0346: 1600x1200 (+3200), 16 bits
2233   Mode 0x034d: 1400x1050 (+2816), 16 bits
2234   Mode 0x035c: 1400x1050 (+5632), 24 bits
2235 -- 
2236 Portscan using netcat:
2237
2238 # netcat -v -w2 <host|ip-addr.> 1-1024
2239 -- 
2240 Run apt-get but disable apt-listchanges:
2241
2242 APT_LISTCHANGES_FRONTEND=none apt-get ...
2243
2244 Upgrade system but disable apt-listbugs:
2245
2246 APT_LISTBUGS_FRONTEND=none apt-get ...
2247 -- 
2248 Set up a Transparent Debian Proxy
2249
2250 Install of apt-cacher, the default config will do:
2251 # apt-get install apt-cacher
2252
2253 Check out the ip address of debian mirror(s).
2254 Then add this to your firewall script:
2255
2256 DEBIAN_MIRRORS="141.76.2.4 213.129.232.18"
2257 for ip in ${DEBIAN_MIRRORS} ; do
2258   ${IPTABLES} -t nat -A PREROUTING -s $subnet -d $ip -p tcp --dport 80 -j REDIRECT --to-port 3142
2259 done
2260
2261 where ${IPTABLES} is the location of your iptables binary
2262 and $subnet is your internal subnet.
2263
2264 Now everybody in your subnet who does access either
2265 ftp.de.debian.org or ftp.at.debian.org will actually
2266 access your apt-cacher instead.
2267
2268 To use apt-cacher on the router itself, add the following
2269 line to your /etc/apt/apt.conf:
2270
2271 Acquire::http::Proxy "http://localhost:3142/";
2272 -- 
2273 Version control using Mercurial
2274
2275 Setting up a Mercurial project:
2276
2277 % cd project
2278 % hg init           # creates .hg
2279 % hg add            # add all files
2280 % hg commit         # commit all changes, edit changelog entry
2281
2282 Branching and merging:
2283
2284 % hg clone linux linux-work  # create a new branch
2285 % cd linux-work
2286 <make changes>
2287 % hg commit
2288 % cd ../linux
2289 % hg pull ../linux-work     # pull changesets from linux-work
2290 % hg merge                  # merge the new tip from linux-work into
2291                             # (old versions used "hg update -m" instead)
2292                             # our working directory
2293 % hg commit                 # commit the result of the merge
2294
2295 Importing patches:
2296
2297 % cat ../p/patchlist | xargs hg import -p1 -b ../p
2298
2299 Exporting a patch:
2300
2301 (make changes)
2302 % hg commit
2303 % hg tip
2304 1234:af3b5cd57dd5
2305 % hg export 1234 > foo.patch    # export changeset 1234
2306
2307 Export your current repo via HTTP with browsable interface:
2308
2309 % hg serve -n "My repo" -p 80
2310
2311 Pushing changes to a remote repo with SSH:
2312
2313 % hg push ssh://user@example.com/~/hg/
2314
2315 Merge changes from a remote machine:
2316
2317 host1% hg pull http://foo/
2318 host2% hg merge # merge changes into your working directory
2319
2320 Set up a CGI server on your webserver:
2321 % cp hgwebdir.cgi ~/public_html/hg/index.cgi
2322 % $EDITOR ~/public_html/hg/index.cgi # adjust the defaults
2323 -- 
2324 Download binary codecs for mplayer:
2325
2326 # /usr/share/mplayer/scripts/win32codecs.sh
2327
2328 or
2329
2330 # /usr/share/mplayer/scripts/binary_codecs.sh install
2331
2332 (depending on the mplayer version you have).
2333
2334 To play encrypted DVDs and if you are living in a country where using
2335 libdvdcss code is not illegal can install Debian package libdvdread3
2336 and use the script /usr/share/doc/libdvdread3/install-css.sh.
2337 -- 
2338 Read manpages of uninstalled packages with debman:
2339
2340 % debman -p git-core git
2341 -- 
2342 Test network performance using netperf:
2343
2344 Server:
2345 # netserver
2346
2347 Client:
2348 # netperf -t TCP_STREAM -H 192.168.0.41
2349 -- 
2350 Setup Xen within 20 minutes on Debian/grml
2351
2352 Install relevant software und update grub's menu.lst (Xen does not work with
2353 usual lilo so install grub instead if not done already):
2354
2355 apt-get install linux-image-2.6.18-1-xen-686 xen-hypervisor-3.0.3-1-i386 \
2356                  xen-utils-3.0.3-1 xen-tools bridge-utils
2357 update-grub
2358
2359 Example for installation of Debian etch as DomU:
2360
2361 mkdir /mnt/md1/xen
2362 xen-create-image --debootstrap --dir=/mnt/md1/xen --size=2Gb --memory=512Mb --fs=ext3 \
2363    --cache=yes --dist=etch --hostname=xengrml1 --ip 192.168.1.2 --netmask 255.255.255.0 \
2364   --gateway 192.168.1.1 --initrd=/boot/initrd.img-2.6.18-1-xen-686 \
2365   --kernel=/boot/vmlinuz-2.6.18-1-xen-686 --mirror=http://ftp.at.debian.org/debian/
2366
2367 Start services:
2368
2369 /etc/init.d/xend start
2370 /etc/init.d/xendomains start
2371
2372 Setup a bridge for network, either manually:
2373
2374 brctl addbr xenintbr
2375 brctl stp xenintbr off
2376 brctl sethello xenintbr 0
2377 brctl setfd xenintbr 0
2378 ifconfig xenintbr 192.168.1.1 netmask 255.255.255.0 up
2379
2380 or via /etc/network/interfaces (run ifup xenintbr to bring up the device then
2381 without rebooting):
2382
2383 auto xenintbr
2384 iface xenintbr inet static
2385   pre-up brctl addbr xenintbr
2386   post-down brctl delbr xenintbr
2387   address 192.168.1.1
2388   netmask 255.255.255.0
2389   bridge_fd 0
2390   bridge_hello 0
2391   bridge_stp off
2392
2393 Setup forwarding (adjust $PUBLIC_IP; for permanet setup use /etc/sysctl.conf and
2394 add the iptables commands to a startup script like /etc/init.d/rc.local):
2395
2396 echo 1 > /proc/sys/net/ipv4/ip_forward
2397 iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/24 -j SNAT --to $PUBLIC_IP
2398 iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to $PUBLIC_IP
2399
2400 Adjust network configuration of Xend:
2401
2402 cat >> /etc/xen/xend-config.sxp << EOF
2403 (network-script    network-route)
2404 (vif-bridge        xenintbr)
2405 (vif-script        vif-bridge)
2406 EOF
2407
2408 List domains, start up a DomU, shutdown later again:
2409
2410 xm create -c /etc/xen/xengrml1.cfg
2411 xm list
2412 xm shutdown 1
2413
2414 This HowTo is also available online at http://grml.org/xen/
2415 -- 
2416 Play tetris with zsh:
2417
2418 autoload -U tetris
2419 zle -N tetris
2420 bindkey "^Xt" tetris
2421
2422 Now press 'ctrl-x t'.
2423 -- 
2424 Set up a router with grml
2425
2426 Run grml-router script:
2427 # grml-router
2428
2429 Install dnsmasq if not already present:
2430 # apt-get update ; apt-get install dnsmasq
2431
2432 Adjust /etc/dnsmasq.conf according to your needs:
2433 # cat >> /etc/dnsmasq.conf << EOF
2434 domain-needed
2435 bogus-priv
2436 dhcp-range=19.168.0.124,192.168.0.254,1m # dhcp range
2437 dhcp-option=3,192.168.0.1   # dns server
2438 dhcp-option=1,255.255.255.0 # netmask
2439 EOF
2440
2441 Start dnsmasq finally:
2442 # Restart dnsmasq
2443 -- 
2444 Display stats about memory allocations performed by a program:
2445
2446 Usage example for 'ls':
2447
2448 % LD_PRELOAD=/lib/libmemusage.so ls > /dev/null
2449 -- 
2450 Use KVM (Kernel-based Virtual Machine for Linux):
2451
2452 Make sure to install the relevant tools:
2453 # apt-get update ; apt-get install kvm
2454 # modprobe kvm
2455
2456 Test it with a minimal system like ttylinux:
2457 # wget http://www.minimalinux.org/ttylinux/packages/bootcd-i386-5.3.iso.gz
2458 # gzip -d bootcd-i386-5.3.iso.gz
2459 # kvm -cdrom bootcd-i386-5.3.iso
2460 -- 
2461 EEPROM data decoding for SDRAM DIMM modules:
2462
2463 # modprobe eeprom
2464 # /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl
2465 -- 
2466 Set up and use DVB:
2467
2468 Make sure your device is supported by Linux and running.
2469 See http://www.linuxtv.org/ for more details.
2470
2471 If the DVB device works on your system (see 'hwinfo --usb'
2472 when using a DVB usb device for example), then make sure you
2473 have the scan util from dvb-utils available:
2474
2475 # aptitude install dvb-utils
2476
2477 Then create a channels.conf configuration file:
2478
2479 % scan /usr/share/doc/dvb-utils/examples/scan/... > ~/.mplayer/channels.conf
2480
2481 You can find some example configuration files on
2482 your grml system in ~/.channels. Usage example:
2483
2484 % ln -s ~/.mplayer/channels.conf-AT-graz ~/.mplayer/channels.conf
2485
2486 Tip: w_scan (see http://free.pages.at/wirbel4vdr/w_scan/index2.html)
2487 might be useful if you do not know the initial configuration
2488 details.
2489 -- 
2490 Get the lastest mercurial snapshot:
2491
2492 Make sure you have the python-dev package available:
2493 # apt-get update ; apt-get install python-dev
2494
2495 Get and build the source:
2496 % hg clone http://selenic.com/repo/hg mercurial
2497 % cd mercurial
2498 % make local
2499 % export PYTHONPATH=$(pwd)
2500 % export PATH=$PATH:$(pwd)
2501
2502 now you should have the newest version of mercurial whenever you execute hg.
2503
2504 To update to the lastest development snapshot, additionally use
2505 the following commands:
2506 % hg pull -u http://hg.intevation.org/mercurial/crew
2507 % make local
2508 -- 
2509 Configure timezone
2510 ==================
2511
2512 Available bootoptions relevant in live-cd mode:
2513 -----------------------------------------------
2514
2515 * utc: set UTC, if your system clock is set to UTC (GMT)
2516 * gmt: set UTC, if your system clock is set to UTC (GMT) [like bootoption utc]
2517 * tz=$option: set timezone to corresponding $option, usage example:
2518   tz=Europe/Vienna
2519
2520 Configuration options relevant on harddisk installation:
2521 --------------------------------------------------------
2522
2523 * Use the tzconfig utility to set the local timezone:
2524
2525   # tzconfig
2526
2527   which adjusts /etc/timezone and /etc/localtime according
2528   to the provided information. Running:
2529
2530   # dpkg-reconfigure tzdata
2531
2532   might be useful as well.
2533
2534 * /etc/default/rcS: set variable UTC according to your needs,
2535   whether your system clock is set to UTC (UTC='yes') or
2536   not (UTC='no')
2537
2538 * /etc/localtime: adjust zoneinfo according to your needs:
2539
2540   # ln -sf /usr/share/zoneinfo/$WHATEVER_YOU_WANT /etc/localtime
2541
2542   The zoneinfo directory contains the time zone files that were
2543   compiled by zic. The files contain information such as rules
2544   about DST. They allow the kernel to convert UTC UNIX time into
2545   appropriate local dates and times. Use the zdump utility to
2546   print current time and date (in the specified time zone).
2547
2548 * /etc/adjtime: This file is used e.g. by the adjtimex function,
2549   which can smoothly adjust system time while the system runs
2550
2551 * If you change the time (using 'date --set ...', ntpdate,...)
2552   it is worth setting also the hardware clock to the correct time:
2553
2554   # hwclock --systohc [--utc]
2555
2556   Remember to add the --utc -option if the hardware clock is set
2557   to UTC!
2558
2559 Still problems?
2560 ---------------
2561
2562 Check your current settings via:
2563
2564   cat /etc/timezone
2565   zdump /etc/localtime
2566   echo $TZ
2567   hwclock --show
2568   grep hwclock /etc/runlevel.conf
2569   grep '^UTC' /etc/default/rc
2570
2571 Further information:
2572 --------------------
2573
2574   hwclock(8) tzselect(1) tzconfig(8)
2575   http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html
2576   http://wiki.debian.org/TimeZoneChanges
2577 -- 
2578 Recorder shellscript session using script:
2579
2580 % script -t 2>~/upgrade.time -a ~/upgrade.script
2581 % scriptreplay ~/upgrade.time ~/upgrade.script
2582 -- 
2583 Test UTF-8 capabilities of terminal:
2584
2585 wget http://melkor.dnp.fmph.uniba.sk/~garabik/debian-utf8/download/UTF-8-demo.txt.gz
2586 zcat UTF-8-demo.txt.gz
2587
2588 or:
2589
2590 wget http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2591 cat UTF-8-test.txt
2592 -- 
2593 UTF-8 at grml / some general information regarding Unicde/UTF-8:
2594
2595   http://wiki.grml.org/doku.php?id=utf8
2596 -- 
2597
2598 This allows one ssh connection attepmt per minute per source ip, with a initial
2599 burst of 10.  The available burst is like a counter which is initialised with
2600 10. Every connection attempt decrements the counter, and every minute where the
2601 connection limit of one per minute is not overstepped the counter is
2602 incremented by one.  If the burst counter is exhausted the real rate limit
2603 comes into play. This gives you 11 connectionattepmts in the first minute
2604 before blocked for 10minutes.  After 10 minutes block the game restarts.
2605
2606 Hint: you could set the burst value to 5 and the block time to only 5 minutes
2607 to achive the same average connection rate but with halve the block time.
2608
2609 iptables -A inet_in -p tcp --syn --dport 22 -m hashlimit --hashlimit-name ssh \
2610          --hashlimit 1/minute \ --hashlimit-burst 10 --hashlimit-mode srcip   \
2611          --hashlimit-htable-expire 600000 -j ACCEPT
2612 iptables -A inet_in -p tcp --dport 22 -m state --state NEW -j REJECT
2613 -- 
2614 Tunnel a specific connection via socat:
2615
2616 On the client:
2617 % socat TCP4-LISTEN:8003 TCP4:gateway:500
2618
2619 On the gateway:
2620 # socat TCP4-LISTEN:500,fork TCP4:target:$PORT
2621
2622 Using localhost:8003 on the client uses the tunnel now.
2623 -- 
2624 Set date:
2625
2626 # date --set=060916102007
2627
2628 where the bits are month(2)/day(2)/hour(2)/minute(2)/year(4)
2629
2630 Set date using a relative date:
2631
2632 # date -s '+3 mins'
2633
2634 or
2635
2636 # date -s '+tomorrow'
2637
2638 Display a specific relative date:
2639
2640 # date -d '+5 days -2 hours'
2641
2642 Don't forget to set hardware clock via:
2643
2644 # hwlock -w
2645 -- 
2646 Booting grml via network / PXE:
2647
2648 Start grml-terminalserver on a system with network access
2649 and where grml is running:
2650
2651 # grml-terminalserver
2652
2653 Then booting your client(s) via PXE should work without
2654 any further work.
2655
2656 See: man grml-terminalserver + http://grml.org/terminalserver/
2657 -- 
2658 Debugging SSL communications:
2659
2660 % openssl s_client -connect server.adress:993 > output_file
2661 % openssl x509 -noout -text -in output_file
2662
2663 or
2664
2665 # ssldump -a -A -H -i eth0
2666
2667 See http://prefetch.net/articles/debuggingssl.html for more details.
2668 -- 
2669 Remove bootmanager from MBR:
2670
2671 # lilo -M /dev/hda -s /dev/null
2672 -- 
2673 Rewrite grub to MBR:
2674
2675 # mount /mnt/sda1
2676 # grub-install --recheck --no-floppy --root-directory=/mnt/sda1 /dev/sda
2677 -- 
2678 Rewrite lilo to MBR:
2679
2680 # mount /mnt/hda1
2681 # lilo -r /mnt/hda1
2682 -- 
2683 Create screenshot of plain/real console - tty1:
2684
2685 # fbgrab -c 1 screeni.png
2686 -- 
2687 Create screenshot when running X:
2688
2689 % scrot
2690
2691 Tip: use the gkrellshoot plugin when using gkrellm
2692 -- 
2693 Redirect all connections to hostA:portA to hostB:portB, where hostA and hostB are
2694 different networks:
2695
2696 Run the following commands on hostA:
2697
2698 echo 1 > /proc/sys/net/ipv4/ip_forward
2699 iptables -t nat -A PREROUTING -p tcp --dport portA -j DNAT --to hostB:portB
2700 iptables -A FORWARD -i eth0 -o eth0 -d hostB -p tcp --dport portB -j ACCEPT
2701 iptables -A FORWARD -i eth0 -o eth0 -s hostB -p tcp --sport portB -j ACCEPT
2702 iptables -t nat -A POSTROUTING -p tcp -d hostB --dport portB -j SNAT --to-source hostA
2703 -- 
2704 Flash BIOS without DOS/Windows:
2705
2706 Dump flash info and set the flash chip to writable:
2707 # flashrom
2708
2709 Backup the original BIOS:
2710 # flashrom -r backup.bin
2711
2712 Notice: the following step will overwrite your current BIOS!
2713 So make sure you really know what you are doing.
2714
2715 Flash the BIOS image:
2716 # flashrom -wv newbios.bin
2717
2718 Also check out LinuxBIOS: http://linuxbios.org/
2719 -- 
2720 Enable shadow passwords:
2721
2722 # shadowconfig on
2723 -- 
2724 Set up an IPv6 tunnel on grml:
2725
2726 # ipv6-tunnel start
2727 -- 
2728 Set up console newsreader slrn for use with Usenet:
2729
2730 % grml-slrn
2731 -- 
2732 Calculate with IPv6 addresses:
2733
2734 % ipv6calc
2735
2736 For usage examples refer to manpage ipv6calc(8).
2737 -- 
2738 Common network debugging tools for use with IPv6:
2739
2740 % ping6
2741 % tracepath6
2742 % traceroute6
2743 % tracert6
2744 % nc6
2745 % tcpspray6
2746 -- 
2747 Set up NFS (Network File System):
2748
2749 Server-side
2750 ~~~~~~~~~~~
2751 Make sure the relevant services are running on the server side:
2752
2753 # /etc/init.d/portmap start
2754 # /etc/init.d/nfs-common start
2755 # /etc/init.d/nfs-kernel-server start
2756
2757 Export shares via /etc/exports:
2758
2759 /backups 192.168.1.100/24(rw,wdelay,no_root_squash,async,subtree_check)
2760
2761 ... or manually export a directory running:
2762
2763 # exportfs -o rw,wdelay,no_root_squash,async,subtree_check 192.168.1.100:/backups
2764
2765 and unexport a share running:
2766
2767 # exportfs -u 192.168.1.100:/backups
2768
2769 and every time when you modify /etc/exports file run
2770
2771 # exportfs -ra
2772
2773 Display what NFS components are running:
2774
2775 # rpcinfo -p
2776
2777 Display list of exported shares:
2778
2779 # exportfs -v
2780 or
2781 # showmount -e
2782
2783 Client-side
2784 ~~~~~~~~~~~
2785 Make sure the relevant services are running on the client side:
2786
2787 # /etc/init.d/portmap start
2788 # /etc/init.d/nfs-common start
2789
2790 Verify that the server allows you to access its RPC/NFS services:
2791
2792 # rpcinfo -p server_name
2793
2794 Check what directories the server exports:
2795
2796 # showmount -e server_name
2797
2798 On the client side you can use something like the following in /etc/fstab:
2799
2800 192.168.1.101:/backups /mnt/nfs nfs defaults,users,wsize=8192,rsize=8192 0 0
2801 -- 
2802 Mount a cloop file:
2803
2804 # aptitude install cloop-src
2805 # m-a a-i cloop-src
2806
2807 # modprobe cloop file=/path/to/cloop/file
2808 # mount -r -t iso9660 /dev/cloop /mnt/test
2809 -- 
2810 Create a PS/PDF of a plaintext file:
2811
2812 % a2ps --medium A4dj -E -o output.ps input_file
2813 % ps2pdf output.ps
2814 -- 
2815 Print two pages on one in a PDF file:
2816
2817 % pdfnup --nup 2x1 input.pdf
2818
2819 Concatenate, extract pages/parts, encrypt/decrypt,
2820 compress PDFs using 'pdftk'.
2821 -- 
2822 Read a PS/PDF file on console:
2823
2824 % pstotext file.pdf
2825
2826 or on plain framebuffer console in graphical mode:
2827
2828 % pdf2ps file.pdf ; ps2png file.ps file.png ; fbi file.png
2829
2830 or
2831
2832 % fbgs file.pdf
2833 -- 
2834 Bypass the password of a PDF file:
2835
2836 % gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf -c quit
2837 -- 
2838 Record sound:
2839
2840 % rec test.aiff
2841
2842 This will record a AIFF audio file.
2843 -- 
2844 Change passphrase / password of an existing SSH key:
2845
2846 % ssh-keygen -p
2847 -- 
2848 Enable syntax highlighting in nano:
2849
2850 Just uncomment the include directives for your respective
2851 language at the bottom of the file /etc/nanorc
2852 -- 
2853 Create netboot package for grml-terminalserver:
2854
2855 # sh /usr/share/doc/grml-terminalserver/examples/create-netboot
2856 -- 
2857 To boot grml via network (PXE) check out grml-terminalserver:
2858
2859 # grml-terminalserver
2860
2861 See http://grml.org/terminalserver/ for more details.
2862 -- 
2863 Rotate pictures:
2864
2865 Using the 'Orientation' tag of the Exif header, rotate
2866 the image so that it is upright:
2867 % jhead -autorot *.jpg
2868
2869 Manually rotate a picture:
2870 % convert -rotate 270 input.jpg output.jpg
2871 -- 
2872 Rename files based on the information inside their exif header:
2873
2874 % jhead -n%Y-%m-%d_%Hh%M_%f *.jpg
2875
2876 This will rename a file named img_2071.jpg to something like:
2877
2878 2007-08-17_10h38_img_2071.jpg
2879
2880 if it was shot at 10:38 o'clock on 2007-08-17 (according to
2881 the information inside the exif header).
2882 -- 
2883 Calculate network / netmask:
2884
2885 Usage examples:
2886 % ipcalc 10.0.0.28 255.255.255.0
2887 % ipcalc 10.0.0.0/24
2888 -- 
2889 Blacklist a kernel module:
2890
2891 # blacklist <name_of_kernel_module>
2892
2893 -> running 'blacklist hostap_cs' for example will generate an
2894 entry like this in /etc/modprobe.d/grml:
2895
2896 blacklist hostap_cs
2897 alias hostap_cs off
2898
2899 To remove the module from the blacklist again just invoke:
2900
2901 # unblacklist <name_of_kernel_module>
2902
2903 or manually remove the entry from /etc/modprobe.d/grml.
2904 -- 
2905 Create a Debian package of a perl module:
2906
2907 % dh-make-perl --cpan Acme::Smirch --build
2908 -- 
2909 The Magic SysRq Keys (SysReq or Sys Req, short for System Request):
2910
2911 To reboot your system using the SysRq keys just hold down the Alt and
2912 SysRq (Print Screen) key while pressing the keys REISUB ("Raising
2913 Elephants Is So Utterly Boring").
2914
2915 R = take the keyboard out of raw mode
2916 E = terminates all processes (except init)
2917 I = kills all processes (except init)
2918 S = synchronizes the disk(s)
2919 U = remounts all filesystems read-only
2920 B = reboot the system
2921
2922 Notice: use O instead of B for poweroff.
2923
2924 Or write the sequence to /proc/sysrq-trigger instead:
2925
2926 # for i in r e i s u b ; do echo $i > /proc/sysrq-trigger ; done
2927
2928 To enable or disable SysRq calls:
2929
2930 # echo 0 > /proc/sys/kernel/sysrq
2931 # echo 1 > /proc/sys/kernel/sysrq
2932
2933 See http://en.wikipedia.org/wiki/Magic_SysRq_key for more details.
2934 -- 
2935 Memtest / memcheck:
2936
2937 Just boot your grml Live-CD with "memtest" to execute a memcheck/memtest
2938 with Memtest86+.
2939 -- 
2940 Tunnel TCP-Traffic through DNS using dns2tcp:
2941
2942 Server-side:
2943 ~~~~~~~~~~~~
2944 1. Create necessary DNS-Records:
2945 dnstun.example.com.     3600    IN      NS      host.example.com.
2946 dnstun.example.com.     3600    IN      A       192.168.1.1
2947 host.example.com.       3600    IN      A       192.168.1.1
2948
2949 2. Configure dns2tcpd on host.example.com.:
2950 # cat /etc/dns2tcpd.conf 
2951 listen = 192.168.1.1          #the ip dns2tcpd should listen on
2952 port = 53                     #" port " " " "
2953 user = nobody
2954 chroot = /tmp
2955 domain = dnstun.example.com.  # the zone as specified inside dns
2956 ressources = ssh:127.0.0.1:22 # available resources
2957
2958 3. Start the daemon:
2959 # cat > /etc/default/dns2tcp << EOF
2960 # Set ENABLED to 1 if you want the init script to start dns2tcpd.
2961 ENABLED=1
2962 USER=nobody
2963 EOF
2964 # /etc/init.d/dns2tcp start
2965
2966 Client-side:
2967 ~~~~~~~~~~~~
2968 You have two possibilities:
2969 - Use the DNS inside your network (DNS must allow resolving for external domains)
2970 # grep nameserver /etc/resolv.conf 
2971 nameserver 172.16.42.1
2972 # dns2tcpc -z dnstun.example.com 172.16.42.1
2973 Available connection(s) : 
2974         ssh
2975 # dns2tcpc -r ssh -l 2222 -z dnstun.example.com 172.16.42.1 &
2976 Listening on port : 2222
2977 # ssh localhost -p 2222
2978 user@host.example.com:~#
2979
2980 - Directly contact the endpoint (port 53 UDP must be allowed outgoing)
2981 # dns2tcpc -z dnstun.example.com dnstun.example.com
2982 Available connection(s) : 
2983         ssh
2984 # dns2tcpc -r ssh -l 2222 -z dnstun.example.com dnstun.example.com &
2985 Listenning on port : 2222
2986 # ssh localhost -p 2222
2987 user@host.example.com:~#
2988
2989 Notice: using 'ssh -D 8080 ..' you will get a socks5-proxy listening on
2990 localhost:8080 which you can use to tunnel everything through your "dns-uplink".
2991 -- 
2992 Configure a MadWifi device for adhoc mode:
2993
2994 Disable the autocreation of athX devices:
2995 # echo "options ath_pci autocreate=none" > /etc/modprobe.d/madwifi
2996
2997 Remove the autocreated device for now:
2998 # wlanconfig ath0 destroy
2999
3000 Configuration in /etc/network/interfaces:
3001
3002 iface ath0 inet static
3003   madwifi-base wifi0
3004   madwifi-mode adhoc
3005   ...
3006
3007 Hints:
3008   - Do not use interface names without ending 0 (otherwise startup fails).
3009   - Only chooss unique names for interfaces.
3010 -- 
3011 Find dangling symlinks using zsh:
3012
3013 % ls **/*(-@)
3014 -- 
3015 Use approx with runit supervision
3016 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3017
3018 Install the packages:
3019 # apt-get install approx runit
3020
3021 Add user approxlog for the logging daemon:
3022 # adduser --system --home /nonexistent --no-create-home approxlog
3023
3024 Create config directory:
3025 # mkdir /etc/sv/approx
3026
3027 Use /var/run/sv.approx as supervise directory:
3028 # ln -s /var/run/sv.approx /etc/sv/approx/supervise
3029
3030 # cat > /etc/sv/approx/run << EOF
3031 #!/bin/sh
3032 echo 'approx starting'
3033 exec approx -f 2>&1
3034 EOF
3035
3036 You normally do not need a logging service for approx because it logs
3037 to syslog too. So just for completion:
3038 # mkdir -p /etc/sv/approx/log
3039 # ln -s /var/run/sv.approx.log /etc/sv/approx/log/supervise
3040 # cat > /etc/sv/approx/log/run << EOF
3041 #!/bin/sh
3042 set -e
3043 LOG="/var/log/approx"
3044 test -d "$LOG" || mkdir -p -m2750 "$LOG" && chown approxlog:adm "$LOG"
3045 exec chpst -uapproxlog svlogd -tt -v "$LOG"
3046 EOF
3047
3048 Now activate the new approx service (will be started within 5s):
3049 # ln -s /etc/sv/approx/ /var/service/
3050
3051 Make approx managed via runit available via init-script interface:
3052 # dpkg-divert --local --rename /etc/init.d/approx
3053 # ln -s /usr/bin/sv /etc/init.d/approx
3054 -- 
3055 Remote-reboot a grml system using SysRQ via /proc (execute as root):
3056
3057 eject &>/dev/null
3058 umount -l /cdrom
3059 eject /dev/cdrom
3060 echo b > /proc/sysrq-trigger
3061 -- 
3062 Show what happens on /dev/sda0:
3063
3064 # mount the debugfs to relay kernel info to userspace
3065 mount -t debugfs none /sys/kernel/debug
3066
3067 # is a convenient wrapper arround blktrace and blkparse
3068 btrace /dev/sda0
3069 -- 
3070 Convert Flash to Avi:
3071
3072 % ffmpeg -i input.flv output.avi
3073 -- 
3074 Usage example for cryptsetup / -luks encrypted partition on LVM:
3075
3076 volume group name:   x61
3077 logical volume name: home
3078
3079 echo "grml-crypt_home /dev/mapper/x61-home none luks" >> /etc/crypttab
3080 Start cryptdisks
3081 mount /dev/mapper/grml-crypt_home /mnt/test
3082 -- 
3083 fdisk/parted/... complains with something like
3084 'unable to open /dev/sda - unrecognised disk label'?!
3085
3086 See http://grml.org/faq/#fdisk =>
3087
3088 * use /sbin/fdisk.distrib from util-linux
3089 * switch to sfdisk, cfdisk,...
3090 * use parted's mklabel command (but please read the
3091   parted manual before executing this command)
3092 -- 
3093 dmraid - support for SW-RAID / FakeRAID controllers
3094 like Highpoint HPT and Promise FastTrack
3095
3096 Activate all software RAID sets discovered:
3097 # dmraid -ay
3098
3099 Deactivates all active software RAID sets:
3100 # dmraid  -an
3101
3102 Discover all software RAID devices supported on the system:
3103 # dmraid -r
3104 -- 
3105 Extract winmail.dat:
3106
3107 List content:
3108 % ytnef winmail.dat
3109
3110 Extract files to current directory:
3111 % ytnef -f . winmail.dat
3112 -- 
3113 Approx - Debian package proxy/cacher howto
3114
3115 % apt-get install approx
3116 % echo 'debian  http://ftp.de.debian.org/debian' >>/etc/approx/approx.conf
3117 % Restart approx
3118
3119 Add your new approx to sources.list
3120
3121 eg.
3122 deb http://localhost:9999/debian  unstable  main contrib non-free
3123
3124 use approx in grml-debootstrap like:
3125 % grml-debootstrap -r lenny -t /dev/sda1 -m http://127.0.0.1:9999/debian
3126 -- 
3127 Simple webserver with python
3128
3129 % python -m SimpleHTTPServer
3130 --