How to install fantastico on Server?

You don’t need to download any files in order to install Fantastico! Just SSH to your server and enter following commands (you may also copy/paste): cd /usr/local/cPanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz You can see there either You haven’t installed Fantastico yet. Click here to start the installation process NOW GO […]

See More

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