Author Archives: Awang Apandy

Malware Detector – Maldet

It is quite a common view that your server eventually will be the target of unethical hackers. They will try their best to hack into your server, inject their codes, and get the right to brag among their buddies (pathetic). … Continue reading

Posted in Linux Tutorial | Leave a comment

Multi-tasking Screen in CentOS

Have you ever experience the needs to multi-task in a single screen while the current SSH screen already occupied with the current task? Ever experience a sudden internet outrage after spending almost 4 hours on cPanel installation via SSH? When … Continue reading

Posted in Linux Tutorial | Leave a comment

Synchronizing Folders using Rsync

This is an alternative to the “mv” command (move) or cp (copy) but slightly with a added feature of doing it remotely from server to another server. Local Server rsync -avzp /source-address/* /destination-address/ Remote Server rsync -avzp -e ‘ssh -p … Continue reading

Posted in Linux Tutorial | Leave a comment

Compile PHP 5.3 via CustomBuild in Direct Admin

This is the step on how to compile your PHP into the latest version (or vice versa, according to your preferences) using CustomBuild in Direct Admin servers. Note: This same procedure also can be applied with any other supported modules … Continue reading

Posted in Linux Tutorial | Leave a comment

Adding multiple alternative SMTP Port in Direct Admin

Whereas in Direct Admin, things will done in a manual way. Ssh into the server and type: vi /etc/exim.conf Try to find “daemon_smtp_ports” and then you may add/edit the line to look like this: 25 : 587 : 26 The … Continue reading

Posted in Linux Tutorial | Leave a comment