Installing OS, 10 years ago:
Windows: click a couple of buttons enter username and password
Linux: Terminal hacking, downloading shell scripts from github
Installing OS today:
Linux: click a couple of buttons, enter username and password
Windows: Terminal hacking, downloading shell scripts from github.
Link to video: https://m.youtube.com/watch?v=qKRmYW1D0S0
sudo rm -fr /
Add —no-preserve-root
if you really want to make sure it’s gone! /j
I know just enough about Linux to know that’s problematic. I don’t know anything about language packs to know why someone try to remove one this way though. Just seems wrong from the get go.
--no-preserve-root
is only required if you try to remove /
. For /*
I don’t think it’s needed.