User:Mr pingu

mr_pingu (Talk | contribs)
(New page: In this page I post all my snippets of tweak and mods, I made this for the reference of all tweaks I did and might need after a reflash #all repos used by me - have to come #Setting u...)
Newer edit →

Revision as of 20:55, 17 April 2012

In this page I post all my snippets of tweak and mods, I made this for the reference of all tweaks I did and might need after a reflash


  1. all repos used by me

- have to come


  1. Setting up the most important

apt-get update apt-get install rootsh sudser kernel-power-flasher recovery-boot powertop shortcutd


apt-get install rootsh


  1. setting up device to my likings
  2. Install not neccesary programs

apt-get install brainparty clipman conkylayoutswitcher cutetube-qml dosbox


  1. Use sudo while already root. Sometimes when I am root I still type sudo in-front of a command and it spits out the help of sudo. This will add root to sudoers and solve that. Not very useful but it's a small and convenient tweak

sudo gainroot

[Code]echo "user ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers echo "root ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers mv everybody.sudoers /etc/sudoers.d update-sudoers[/code]