Ubuntu Forums Archive Viewer

Ubuntu TuneUp

Archived thread 1214688 from Tips & Tutorials Team. Markdown source: Tips_&_Tutorials_Team/thread_1214688_Ubuntu_TuneUp.md

Original URL About this archive
#1

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:

  1. Download from http://artinvoice.hu/tuneup.tar.gz
  2. Unpack with: tar xvzf tuneup.tar.gz
  3. Start a Terminal and go to tuneup/ directory
  4. Run the command: sudo ./tuneup.sh -a

Enjoy!

#2

Do we still approve post install scripts ?