Hello all! I just released a small post install script for Ubuntu systems. Here is the description:
Ubuntu TuneUp - v. 0.0.1 Coded by: *Frantique* (undernetangel@gmail.com) *A small Bash script to make quick tuneup on a freshly installed Ubuntu system.* --- Usage: sudo tuneup.sh OPTION Options: -c : By default sets concurrency to shell. -s : Set swappiness to lower value. (Use it just if you have more than 1Gb of RAM) -g : Install some extra packages like Flash plugin, extra fonts, Java, tweak-ubuntu, etc. -f : Tune up Flash video playback. (Just if GPU can be used.) -a : Execute all above. -h : This help screen. -v : Display version.
How to install:
- Download from http://artinvoice.hu/tuneup.tar.gz
- Unpack with: tar xvzf tuneup.tar.gz
- Start a Terminal and go to tuneup/ directory
- Run the command: sudo ./tuneup.sh -a
Enjoy!