Cagefs : Compiling your own extensions.

If you have decided that you want to build it on your own, you would need to build it for each and every supported version of PHP that you have installed. The module installation process is the same as you would do for any other module. The only difference is that you have to explicitly […]

See More

PGSQL commands !!!

1. How to check POstgresql version. [root@BMDB-02 ~]# psql –version psql (PostgreSQL) 8.1.11 ================= 2. How to create postgreSQL USER ? /usr/local/pgsql/bin/createuser skadam Shall the new role be a superuser? (y/n) n Shall the new role be allowed to create databases? (y/n) n Shall the new role be allowed to create more new roles? (y/n) […]

See More

How to Configure alternative SMTP port in Qmail (Linux + Plesk)

Most of the ISP blocks default SMTP port (25) to control mail flow hence it is always advisable to have additional SMTP port open on the server. Here are the steps to configure qmail to use alternate SMTP port 587 on Linux Plesk server. 1. Login to the shell with root user and go to […]

See More