Author Archives: SamO

Adding multiple alternative SMTP Port in cPanel

By default, cPanel only support one additional alternative SMTP port. However, if you need multiple port, follow the steps below: 1) Disable “exim on another port” in WHM -> Service Manager 2) Go to WHM-> Exim Configuration Editor -> Advanced … Continue reading

Posted in Linux Tutorial | Leave a comment

Custom php.ini on suPHP using .htaccess

Remove the lines that begin with “php_value” and “php_flag”. You will need to move these files to a file named php.ini and upload php.ini into your public_html directory. Then, add the following line into the .htaccess file in your public_html: … Continue reading

Posted in Linux Tutorial | Leave a comment

Fix User’s Folder and File permission when suPHP enabled

Just use the command below to fix the user’s files and folder permission. find /home/username/public_html/ -type d -exec chmod 755 {} \; find /home/username/public_html/ -type f -exec chmod 644 {} \; Repace with the real username in the system.

Posted in Linux Tutorial | Leave a comment

[HowTo] Update Timezone on CentOS/RedHat

This tutorial shows you how to update timezone on your CentOS/Redhat machine. Run the command below to install system-config-date. [root]# yum install system-config-date [root]# setup Go-to -> Timezone configuration -> Select your local time zone -> Click OK -> Quit. … Continue reading

Posted in Linux Tutorial | Leave a comment

Fix Your Streamyx Problem Today by Using TMnet Proxy

Guys, if you having packet loss problem now with streamyx, you can use these proxies. Usable proxy list: 219.93.178.162:3128 updated: 26/04/2010 Firefox setting: Tools ->Options->Advance->Network->Settings Internet Explorer Setting: Tools -> Internet Options -> Connections -> Lan Settings Notes: If you … Continue reading

Posted in Internet | 1 Comment

Opera v9.60 Released

The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera’s groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, … Continue reading

Posted in Internet | Leave a comment

[How-to]Install DOM XML on Directadmin

Below is the tutorial on how-to install DOM-XML in DirectAdmin using customapache. # yum install libxml2-devel libxslt-devel libgcrypt-devel # cd /usr/local/directadmin/customapache # vi configure.php Add this to configure.php before –with-gd \ : –with-dom=/usr/lib \ –with-dom-exslt=/usr/lib \ –with-dom-xslt=/usr/lib \ # ./build … Continue reading

Posted in Linux Tutorial | Leave a comment

[DirectAdmin-Problem] Fix DirectAdmin Installation on CentOS 64bit

Make sure you install these before installing DirectAdmin yum install gcc-c++ libxml2-devel libjpeg-devel libpng-devel -y As you notice on 64-bit, you have /lib and /lib64. It’s just the dynamic linking in the installer is a bit skewed, now run the … Continue reading

Posted in Linux Tutorial | Leave a comment

[OpenVZ-Problem] Server refused to allocate pty

If you are getting this error message in your OpenVZ vm, you can fix this by running command below in your VPS node: vzctl exec <VPSID> /sbin/MAKEDEV ptyp

Posted in Linux Tutorial | Leave a comment

[HOWTO] Adding new harddisk in Linux

This guide shows you how to add a new hard disk in linux OS. This allow user to easily add and boot up the hard disk without any pain. This howto is a practical guide without any warranty – it … Continue reading

Posted in Linux Tutorial | Leave a comment