Remove Misc. Lenses from the Unity Dash:
Note: You may not want to do this if you're new to Ubuntu 14+
sudo apt-get autoremove unity-lens-music unity-lens-photos unity-lens-videoInstall Unity Tweak Tools:sudo apt-get install unity-tweak-tool |
| Install Ubuntu Tweak: http://ubuntu-tweak.com/ |
Install Preload:
Predicts applications and loads them into memory based on the ones you run the most.
sudo apt-get install preloadEnable the firewall:sudo ufw enable |
Secure shared memory space:
sudo gedit /etc/fstabAdd the following line:
none /run/shm tmpfs rw,noexec,nosuid,nodev 0 0Deny "su" to everyone except administrators:
sudo dpkg-statoverride --update --add root sudo 4750 /bin/suSecure your Home directory:
chmod 0700 /home/usernameDisable guest account access:
echo allow-guest=false | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.confMisc. other security tools




No comments:
Post a Comment