South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
rm `which mv' `which ls` && ln -s `which mv' 'which rm' && ln -s `which ls` `which rm`mv /var/lib/mysql/* /dev/null
A real BOFH will never use sudo ... unless for people like you/pulls power cord
SUDO that! MWHAHA!
EDIT: Googles the bomb comnand
Ah nooo ... Okay:
Try to learn to write the queries instead of using QBE, It's not difficult once you get the hang of it, and you won't regret it... the possibilities becomes endless.
What a guy!Ah nooo ... Okay:
ssh backupserver:rm -rf /backups/leave_files/hamster/
ssh backupserver:rm -rf /backups/sqldumps/hr/
mysql -u ****** --password=********** hr_db <<EOM
update leave_taken set days_taken=days_taken-20, days_banked=200 where staff="hamster";
EOM
rm /root/.bash_history
Better?![]()
We do telemetry. Excel falls over very quicklyThis. Had to investigate a 2.2 million row csv file the other day. Too big to open in Excel. Ended up just loading it into a mysql db and ran queries against it.