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/
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
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
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
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
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