Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

High Performance Tuning

Doug Burks edited this page Jan 6, 2017 · 12 revisions

First, make sure you're following Best Practices.

Disable GUI: http://askubuntu.com/questions/16371/how-do-i-disable-x-at-boot-time-so-that-the-system-boots-in-text-mode

Disable Bluetooth:

sudo sh -c "echo 'manual' > /etc/init/bluetooth.override"

Disable Avahi:

sudo sh -c "echo manual > /etc/init/avahi-daemon.override"

Consider adopting some of the suggestions from here:
https://github.com/pevma/SEPTun

Clone this wiki locally