Install SNMPD
$ sudo apt-get install snmpd
Create a backup file of snmpd.conf original file that we will edit later
$ sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.ori
Create the new snmpd.conf file
$ sudo vim /etc/
Install SNMPD $ sudo apt-get install snmpd Create a backup file of snmpd.conf original file that we will edit later $ sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.ori Create the new snmpd.conf file $ sudo vim /etc/snmp/snmpd.conf Add the fi...
How to enable MySQL remote access on Ubuntu Server 12.04
By default MySQL on Ubuntu Server 12.04 can only be accessed from localhost (127.0.0.1). If we need to access it from another computer on the network, we must do the following stepEdit MySQL Configuration$ sudo vim /etc/mysql/my.cnf#comment out
Posted by JackSmith
on 20.54
Installing and Configuring Freeradius + MySQL and Daloradius + MySQL on Ubuntu Server 12.04 for Mikrotik Hotspot/PPoE/PPTP (updated)

Installing and Configuring FreeradiusThe first step is to Install Freeradius (ensure you already update your apt with apt-update)$sudo apt-get install freeradius * Starting FreeRADIUS daemon freeradius
Posted by JackSmith
on 01.23
Server optimization for high traffic web systems using multiple retry and learning timeout patterns
Excerpt
A webpage typically will be as slow as
the slowest request in the page. So if for a high traffic website like
Yahoo! frontpage has lots of such possibly slow external apis, it could
hold webserver processes and also effect user experien
Posted by JackSmith
on 18.54
How to set environment variables in Mac OS X Lion (For PHPunit purpose)
In my recent web application development, I need PHPUnit to run in my Macbook Pro Mac OS Lion X Lion. In my previous post I installed PHPUnit using PHP pear on XAMPP. Now I need to run it without evoking all the the path to the XAMPP bin f
Posted by JackSmith
on 03.46
Installing PHPUnit on XAMPP Mac OS Lion
How to Install PHPUnit on XAMPP installed on Mac OS X Lion: First you need to add the phpunit channel: $ sudo /Applications/XAMPP/xamppfiles/bin/pear channel-discover pear.phpunit.deAdding Channel "pear.phpunit.de" succeededDiscovery of
Posted by JackSmith
on 07.12
Mengatasi Masalah Logon Message "The terminal server has exceeded the maximum number of allowed connections"
Seringkali ketika kita mengakses Microsoft Windows Server secara remote, tulisan "The terminal server has exceeded the maximum number of allowed connections" muncul. Sehingga kita tidak bisa mengakses komputer tersebut secara rem
Posted by JackSmith
on 02.27