Tweaks for clean boot and optimization

Tweaks for Rspberry PI

<SAVE SPACE>

df -h (See where we are at before we begin)

sudo apt-get remove –purge wolfram-engine scratch minecraft-pi sonic-pi dillo gpicview penguinspuzzle oracle-java8-jdk openjdk-7-jre oracle-java7-jdk openjdk-8-jre libreoffice*

sudo apt-get autoremove

sudo apt-get clean
sudo apt-get purge

df -h (How much space did we save?)

</SAVE SPACE>

<CLEAN BOOT>

Remove the error message on each boot.

sudo nano /boot/cmdline.txt

add line : cgroup_enable=memory **(before elevator=deadline)**

at the end add:
loglevel=3
to disable non-critical kernel log messages.

</CLEAN BOOT>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s