Have a nice day,
Claudius
Some of these may be totally outdated, while others may involve great risks. Some do both. Use at your own risk!
Machine to clone:
dd if=<hdd> | gzip -c | nc -vv -n -w 10 <target_ip>
<target_port>
Target:
nc -l -vv -p <target_port> > `date
+%Y-%m-%d`.full.img.gz
dd dumps out its status when receiving a SIGUSR1:
kill -SIGUSR1 <dd_pid>
loadkeys de-latin1
Boot from your installation cd or something similar and run
fdisk /mbr
ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
(see
also)
echo <name> hold |dpkg --set-selections
Necessary: libft-perl defoma x-ttcidfont-conf
defoma-hints -c --no-question truetype <PathToFonts>/*
>/etc/defoma/hints/<some name>.hints
defoma-font register-all /etc/defoma/hints/<some
name>.hints
defoma-reconfigure
xset fp rehash
Taken from
tuxknowledge.org
for file in *original.jpg; do newfile=$(echo ${file}-400); convert $file -resize 400 -quality 100 $newfile; done
for i in $(ls *m4a); do ffmpeg -i $i -ab 128k $(echo $i | sed \'s/m4a/mp3/g\'); done && rm *m4a