grep -i dedicated -A4 -B3 Negotiator.log
ps auxw | grep -i vnc # ...who is using VNC on Man2e?
root@man2e> du -s /home/* | sort -nr
for i in *.sh; do echo $i; dos2unix -n $i $i.unix; done