Since I retire from my old company I don’t have access to FreeBSD server that I manage. I use FreeBSD since version 4.7 till latest version 9.0 (last version when I retire). The only option I do is using VirtualBox. With less access to server make my memory get weak but I still get my […]
MySQL Tuner on FreeBSD 9.2
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 […]
Install PHP 5.2.17 on CentOS 5.10
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 […]
Install Lua on Linux Ubuntu
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 […]
Trying Eclipse on Ubuntu 13.04
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 […]