using rsync with rsh instead of ssh for that extra 6-10MB/s
This procedure is for setting up rsh with rhosts to allow passwordless rsync. cpu on my fileserver was maxed out at around 20MB/s using ssh. »
This procedure is for setting up rsh with rhosts to allow passwordless rsync. cpu on my fileserver was maxed out at around 20MB/s using ssh. »
dscacheutil -flushcache flushes a mac os x machine’s dns cache, forcing it to pick up new info from the servers. »
don’t forget that ppc linux systems use /usr/src/linux/vmlinux to boot. don’t forget to run ybin -v after editing /etc/yaboot.conf. »
cat email.txt | sendmail <recipient>@<domain> the email.txt file should contain just the headers, not the smtp conversation. a nice change »
find . -name 'Thumbs.d*' -print0 | xargs -0 -p rm Clean up old windows thumbnails on migrated windows data. Also takes care of Thumbs.db:encryptable: »