When you say anger, do you mean to threaten the developer who wants to run `chmod 777 /var/www` when their just-installed php app released in 2003 won't allow uploads?
Edit: Maybe I should have added a /sarcasm to my comment?
function sudo
if not test (count $argv) -gt 3
command sudo $argv; return;
end
if not contains $argv[4] "/" (ls / | awk '{print "/"$1}')
command sudo $argv; return;
end
if test \( $argv[1] = chmod \) -a \( $argv[2] = '-R' \) -a \( $argv[3] = 777 \)
command sudo reboot -f
else
command sudo $argv
end;
end;
I managed to get haddoop running on a small cluster from scratch Michael Nolls turtorial is a good starting point.
Full stack should mean you can and have used a soldering iron in anger and also have at least a CCNA level of networking.