Menu

Close
  • spot #nix
  • mac related
  • linux related
  • purpose
Subscribe
Menu

ultra basic

A 11-post collection

← Newer Posts Page 2 of 3 Older Posts →

building kernels and booting ppc linux with yaboot

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. »

trick tricklyson on ultra basic, command usages, mac 28 February 2008

sending mail from a file

cat email.txt | sendmail <recipient>@<domain> the email.txt file should contain just the headers, not the smtp conversation. a nice change »

trick tricklyson on ultra basic, command usages 07 February 2008

cleaning up rsynced ntfs mount windows data backups

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: »

trick tricklyson on ultra basic, command usages 02 November 2007

raid monitoring

watch -n 15 cat /proc/mdstat monitors the status of a software raid (md) device in linux, refreshing every 15 seconds. »

trick tricklyson on command usages, ultra basic 06 July 2007

linux kernel 2.4 series build system targets

Kernel 2.4 series build system targets: make menuconfig config kernel options make clean clean previous options make dep make dependencies make modules make modules make »

trick tricklyson on ultra basic 05 July 2003
← Newer Posts Page 2 of 3 Older Posts →
spot #nix © 2025
Proudly published with Ghost