getting size of users' spam mailboxes in a cyrus mailstore
find /path/to/mail/store/ -mindepth 4 -maxdepth 4 -type d \ |fgrep spam |xargs -i du -s {} \ |awk '{print $1$2}' |awk -F/ '{ »
find /path/to/mail/store/ -mindepth 4 -maxdepth 4 -type d \ |fgrep spam |xargs -i du -s {} \ |awk '{print $1$2}' |awk -F/ '{ »
watch -n 15 cat /proc/mdstat monitors the status of a software raid (md) device in linux, refreshing every 15 seconds. »
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 »
xhost +local:root »
ssh -T -L 5901:myvncserver:5900 -C -N username@mysshserver ssh tunneling of a vnc session »