I just know if mysqltuner is available via ports. Quick heads up : # cd /usr/ports/databases/mysqltuner # make install # whereis mysqltuner.pl mysqltuner.pl: /usr/local/bin/mysqltuner.pl # /usr/local/bin/mysqltuner.pl >>  MySQLTuner 1.2.0 – Major Hayden <[email protected]> >>  Bug reports, feature requests, and downloads at http://mysqltuner.com/ >>  Run with ‘–help’ for additional options and output filtering Please enter your […]

Another server came with specific hardware that require me to install CentOS 5.10 64 bit with base only package. Since CentOS 5 use PHP 5.1 by default so I decide to find a way for PHP 5.2.17 (latest version of PHP 5.2 generation).   I use Jason package from jasonlitka.com # nano /etc/yum.repos.d/utter-ramblings.repo fill these […]

As Android world use Java mostly for its language then I found Lua is another language that powering many games. I want to try it on my Ubuntu desktop and see how it goes : $ sudo apt-get install lua [sudo] password for alamsyah: Reading package lists… Done Building dependency tree Reading state information… Done […]

I want to try Eclipse on my Ubuntu 13.04 . Installation process is quite straight perhaps useful for me in future use. Checking Java I already install Java before, check it first : $ java -version java version “1.7.0_25” OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2) OpenJDK Server VM (build 23.7-b01, mixed mode) Get nearest mirror […]