[HowTo] Export All Your Visitors Comment Email In WordPress

In default WordPress comment your visitors need to input their email to leave a comment in your blog. And you can export those emails for whatever reasons you need. Probably you need to keep in touch, or just say hi, you name it. I just want to share a little trick to export those emails from database to a csv file.Here is the php code to do that:Or you can download it here.DISCLAIMER:This script is free to use and modified. And i don't responsible for any legal or ILEGAL activity … Read more...

[HowTo] Install ODBC Driver For MySQL On Ubuntu

ODBC or Open Database Conectivity provides a standard software interface for accessing database management systems (DBMS). ODBC could work in multi platform. With ODBC API, the application only needs to know ODBC syntax, and the driver can then pass the query to the DBMS in its native format, returning the data in a format the application can understand.As ODBC work in multi platform, ODBC could work in Ubuntu as well. For software developer they are using ODBC so their application could … Read more...

[HowTo] Install Memcached On Centos 5

Memcached is a free & open source, high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load. A Wordpress blog with W3 Total Cache plugin support memcached to cache database query and page cache. This will make high visitor blog but low memory and cpu load. Beside using it with Wordpress you can use it in your web application as well, read memcached API for more details.How to install Memcached on … Read more...

[HowTo] Install Alternative PHP Cache (APC)

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. And you can boost your php web application using this modules. For example you can use it in WordPress using W3 Total Cache.To install Alternative PHP Cache (APC) you can use PECL (repository for PHP Extensions): 1. Open your ssh with root access. 2. Install APC dependency pcre prior install APC:3. Install … Read more...

Clear Favicon Cache From Firefox

Favicon is a short for favorite icon, is a 16×16 pixel square icon associated with a particular website or web page. In most of the case favicon is website logo or an identity of the website or company. But if you are recently change your favicon, and your browser doesn't reflect the change you have made. It still show the old favicon. That's because the web browser cache the favicon, and it won't clear even you clear cookies and cache.To clear favicon cache in Mozilla Firefox need a little … Read more...

Install And Configure Nginx, PHP, MySQL On Ubuntu

Nginx is simple webserver yet powerful. It is widely know for stable webserver. If it is well configured, nginx rarely have spike in the cpu load and have low memory consumption. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.In this article i want to share how to install and configure your Ubuntu server to use Nginx as web server, PHP5 support (using fastcgi) and MySQL support.Open your ssh terminal. Install … Read more...

Install nginx as Reverse Proxy With Apache

Install nginx as reverse proxy is one way to improve your sever performance and so your website performance too. This is the serial post of “Improve Your Server Performance With Nginx” from my previous post. You can read why you should install nginx aside with apache to improve your server performance in that post. But here we will talk how technically we do it.Install nginx as reverse proxy with ApacheDownload and install the requirementsDownoad mod_rpafDownload PCRE (erl … Read more...

How to Customize Your Android Phone

What makes Android different from other operating systems is that it is an open source, compatible for any applications, and also it is fully customizable. If you love to explore the phone that runs this operating system, then this can be a good news that there is a list of tips and trick you can try to relieve your curiosity.It is obvious that unlike iPhone, Android is more user-friendly. So, this OS free you to do anything with it. Several useful tricks and tips include the customization … Read more...

Simple Ways to Change and Adjust Your Mac OSX Display Resolution

The impact of your decision to upgrade your monitor is the change of display resolution and this also applies to Mac OSX. Actually, changing the resolution on Mac operating system can easily be carried out on your own through some simple steps below.Initially, the first step is to click the Apple logo found in the top-left corner of the menu bar and then pick “System Preferences.” Next, you should select display and check the box entitled “Shows display in menu bar.” This step will … Read more...

Step By Step Setup a VPS With WHM/Cpanel

A linux server is one of the best operating system for server purpose. It is secure, powerful, fast and free. But setting up the a Linux server is time consuming, you should have a proper technical skill in computer and networking technology. But you can skip all of that technical skill just by using a powerful tools called WHM/cPanel. WHM (WebHost Manager) or cPanel is a Unix based web hosting control panel that provides a graphical interface and automation tools designed to simplify the … Read more...