User:Mr pingu
(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...) |
|||
Line 8: | Line 8: | ||
#Setting up the most important | #Setting up the most important | ||
- | apt-get update | + | apt-get update |
- | apt-get install | + | apt-get install kernel-power-flasher linux-backports-modules-power recovery-boot busybox-power powertop shortcutd tracker-cfg wpakey-editor powertop phone-control nano-opt gconf-editor procps swappolube |
+ | #improve performance | ||
+ | Tracker-cfg tick lowmemorymode and set throttle to 10 | ||
+ | Turn off swap on eMMC, enable on uSD | ||
- | apt-get install | + | Boot script, swapsd |
+ | <pre> | ||
+ | need to be pasted | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | #USB Hostmode | ||
+ | apt-get install hostmode-gui extkbd extmou | ||
#setting up device to my likings | #setting up device to my likings | ||
#Install not neccesary programs | #Install not neccesary programs | ||
- | apt-get install brainparty clipman conkylayoutswitcher cutetube-qml dosbox | + | apt-get install conkylayoutswitcher flashlight-applet alarmed ssh-status |
+ | |||
+ | brainparty clipman conkylayoutswitcher cutetube-qml dosbox flashlight-applet alarmed ssh-status | ||
#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 | #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 | ||
+ | <pre> | ||
sudo gainroot | sudo gainroot | ||
- | + | echo "user ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers | |
- | + | ||
echo "root ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers | echo "root ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers | ||
mv everybody.sudoers /etc/sudoers.d | mv everybody.sudoers /etc/sudoers.d | ||
- | update-sudoers | + | update-sudoers</pre> |
+ | |||
+ | |||
+ | #Fix qchroot for maemopr1.3image so /home/* isn't mounted in chroot | ||
+ | <pre>/sbin/qchroot/</pre> |
Revision as of 21:11, 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
- all repos used by me
- have to come
- Setting up the most important
apt-get update apt-get install kernel-power-flasher linux-backports-modules-power recovery-boot busybox-power powertop shortcutd tracker-cfg wpakey-editor powertop phone-control nano-opt gconf-editor procps swappolube
- improve performance
Tracker-cfg tick lowmemorymode and set throttle to 10 Turn off swap on eMMC, enable on uSD
Boot script, swapsd
need to be pasted
- USB Hostmode
apt-get install hostmode-gui extkbd extmou
- setting up device to my likings
- Install not neccesary programs
apt-get install conkylayoutswitcher flashlight-applet alarmed ssh-status
brainparty clipman conkylayoutswitcher cutetube-qml dosbox flashlight-applet alarmed ssh-status
- 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 echo "user ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers echo "root ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers mv everybody.sudoers /etc/sudoers.d update-sudoers
- Fix qchroot for maemopr1.3image so /home/* isn't mounted in chroot
/sbin/qchroot/