raid monitoring
watch -n 15 cat /proc/mdstat monitors the status of a software raid (md) device in linux, refreshing every 15 seconds. »
watch -n 15 cat /proc/mdstat monitors the status of a software raid (md) device in linux, refreshing every 15 seconds. »
xhost +local:root »
ssh -T -L 5901:myvncserver:5900 -C -N username@mysshserver ssh tunneling of a vnc session »