Linux

Ubuntu Linux commands

28th February 2020

Mostly for my own benefit Make Add-Apt-repository available: apt-get install software-properties-common 1 2 3 Change Hostname:sudo nano /etc/hostnamesudo nano /etc/hosts Turn off IPv6sudo nano /etc/sysctl.confAdd: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 =…

📌
0💬 read more

Sudo or SuDon’t

16th October 2019

Sudo is a Linux executable that changes security context. It was found to have a bug in it that lets a malicious process or user elevate their privilege, but only…

📌
0💬 read more

Raspberry Pi 4; why it’s relevant

25th June 2019

The Raspberry Pi 4 was released June 24, the latest in a series of affordable ($35us), single board computers designed to educate children on programming and robotics. Why do we…

📌
0💬 read more