Top 10 things to do on a ubuntu fresh install
Disable ipv6
/etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6=1
Bring me back my alt-printscreen key combo
Even wonder why alt-printscreen stops working some time ago? Apparently after a certain kernel version, the sysrq key is no longer bound by default. Re-enable it in sysctl.conf:/etc/sysctl.conf
kernel.sysrq = 0
There are no comments on this page. [Add comment]