Deadly Linux Terminal Commands part 3

Channel:
Subscribers:
54,700
Published on ● Video Link: https://www.youtube.com/watch?v=Yk7gLLZfsUg



Duration: 6:22
2,370 views
150


Breaking Ubuntu Linux with some deadly commands: Sinkhole tmp to /dev/null, Crashing the Linux kernel with Magic System Request Key, Enigma Terminal (more of an April fools joke), Invert sudoers groups, and Delete your sudo rights.

0:54 Sinkhole tmp to Null
sudo rm -R /tmp
sudo ln -s /dev/null /tmp

1:47 Magic System Request Key
https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
echo i > /proc/sysrq-trigger
echo c > /proc/sysrq-trigger

2:53 Enigma Terminal
nano ~/.bashrc
while true; do echo -ne $(tr -cd '[:alnum:]' < /dev/urandom | fold -w1 | head -n1); read -rsn 1; done;

4:00 Invert Sudoers
sudo sed -i ‘s/%/%:/g’ /etc/sudoers

5:08 Delete yourself from Sudo
sudo deluser $(whoami) sudo

Wallpaper by Charlie Henson: https://www.pling.com/p/1405883/

Like my channel? Please help support it:
Patreon: https://www.patreon.com/quidsup
Paypal: https://www.paypal.me/quidsup

Follow me on Social Media
Twitter: https://twitter.com/quidsup
MeWe: https://mewe.com/i/quidsup
Minds: https://minds.com/quidsup

#Linux #Ubuntu







Tags:
Terminal
Ubuntu
Deadly
Commands
Linux
Quidsup