Simple Way To Setup WebDAV on Apache
WebDAV (Web-based Distributed Authoring and Versioning) is a way to share files over HTTP, much like you would use Samba or NFS.It has more limitations, and less speed, than file systems like Samba or...
View ArticlePostfixadmin Squirellmail Plugins To Change Postfix User Password
What is Postfixadmin Squirellmail Plugins ?This plugin is used to help postfix user to be able to change their password, autovacation and forwarding via squirellmail webmail without need to asking...
View ArticlePEAR channel using a unsupported protocol
When installing PHP 5.2.14 from source and then installing PEAR libraries, I got the following error when executing pear:pear.php.net is using a unsupported protocol - This should never happen.install...
View ArticleHow To Install GeoIP Module For Apache 2
What is GeoIPGeoIP® is the proprietary technology that drives MaxMind's IP geolocation data and services. GeoIP provides businesses with a non-invasive way to determine geographical and other...
View ArticleHow to Add user and password .htaccess apache-like in Nginx Config
Login into the server with root access#pico /usr/local/etc/nginx/nginx.confFirst add the following to your Nginx configuration file: location / { auth_basic "Restricted";...
View ArticlePHP 5.3.x and Date Error in Drupal
After i've upgraded my PHP to the latest version, i found there is a problem with my PHP date function.here is the error example :"warning: date(): It is not safe to rely on the system's timezone...
View ArticleSimple Bash Script to Monitor Services in Linux Server
Here is a sample or simple shell script to monitor every services in your server such as http, ssh, mail, dns, mysql, etc..Feel free to modify it for your own...
View ArticleHow To Remove USB Pen Device MBR
How To Remove USB Pen Device MBRWhat is MBR ?MBR is master boot recorded.The question is how can we remove the MBR for USB device?in DOS environtment we can just simply type fdisk/mbr commandbut this...
View ArticleHow To Unlocked Brute Force System Cpanel
How To Unlocked Brute Force System CpanelToday i just updated my cpanel server to the latest version but the strange thing is i misstyped my email password account few times and this will automatically...
View ArticleAutomation Using Linux Crontab to Schedule Task
If you want to run some processes like backup , generate image thumbnail etc.. in the background.The is an easy way to do this, we can using Crontab to handle this task so it will automatically do the...
View ArticleHow To Find a Hidden Process and Port in Linux and Unix Operating System
There are so many tools that able to check the hidden process and port, the tools are rootkits/lkms/unhide etc.In this tutorial i will discuss something more simple to use and the tools is...
View ArticleHow To Force User To Change Password in First Login
Here come to my attention when i want to automatically have my new linux/unix users to change the password when they login into the server.Login into your server with root accesstype chage command...
View ArticleHow To Rewrite www to non-www domain using htaccess
Here is a simple way to rewrite your domain from www.yourdomain.com to yourdomain.com without wwwThis is simply add few lines into your .htaccess files.Below is the example how to do that <IfModule...
View ArticleHow To Moving All Websites Content Using Wget
Last Week i want to moving a large sites from one server to a new server. There is a few method to moving all websites content to a brand new server,First we can using RSYNC, FTP and WGETIn this...
View ArticleSteps To Fixing Linux Crash Filesystem After Power Outage.
Sometime if we didn't properly shutdown a server that running linux, it will cause a crash for the filesystem.We need a tool that able to repair it immediately, the tool is FSCK or file system...
View Article