Hmmm. Ok so this guy uploaded both OS and Goldman-authored code - as stated in the article. And uploading pure OS code wouldn't make sense anyway as it would be available anywhere. And did so immediately prior to taking a principle role at a competitor start up - no wonder they checked. He knew he was doing something wrong - as stated in the article - and his reason for deleting his bash history makes no sense (surel…
> surely bash doesn't cache passwords It does if you're careless enough to type them out in clear text, e.g. when connecting to a mysql database: mysql -h host -u user -pMyPassword database
HISTCONTROL=ignorespace
in your .bashrc, if you start a line with a space, it won't be entered into your history.