Miscellaneous cheatsheet
| Burn DVD | growisofs -J --iso-level 4 -v -Z dev/dvdrw -R /path/to/dir/ |
| Burn CD | mkisofs -J --iso-level 4 -R path/to/dir/ | \ |
| Image manipulation | convert -rotate 90 -resize 800x600 input.jpg output.jpg |
| Linux Qlogic HBA configuration | # loading module for failover and load balancing: options qla2xxx ql2xfailover=1 ql2xlbType=2 # The RAM disk image may need to be rebuilt with mkinitrd <image file> <kernel version> |
