Uploaded August 2020 | Updated September 2026, 2 weeks ago
I’ve moved to using a Python Script running as a Daemon to handle parsing of DNS logs and updating DNS blocklists. Performance has continued to improve, bearing in mind I’m running the server off a Raspberry Pi 3 Model B+ with Ubuntu 20.04 as the base OS.
GitLab page: gitlab.com/quidsup/notrack
Wallpaper: pling.com/p/1405883
Follow me on Social Media
Twitter: twitter.com/quidsup
MeWe: mewe.com/i/quidsup
Minds: minds.com/quidsup
Like my channel? Please help support it:
Patreon: patreon.com/quidsup
Paypal: paypal.me/quidsup
#Tracking #Spying #NoTrack
I’ve moved to using a Python Script running as a Daemon to handle parsing of DNS logs and updating DNS blocklists. Performance has continued to improve, bearing in mind I’m running the server off a Raspberry Pi 3 Model B+ with Ubuntu 20.04 as the base OS.
GitLab page: gitlab.com/quidsup/notrack
Wallpaper: pling.com/p/1405883
Follow me on Social Media
Twitter: twitter.com/quidsup
MeWe: mewe.com/i/quidsup
Minds: minds.com/quidsup
Like my channel? Please help support it:
Patreon: patreon.com/quidsup
Paypal: paypal.me/quidsup
#Tracking #Spying #NoTrack


![Deadly Linux Terminal Commands part 3
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 Deadly Linux Terminal Commands part 3](https://i.ytimg.com/vi/Yk7gLLZfsUg/mqdefault.jpg)







