Quantcast
Channel: Wowtutorial - Kubuntu
Browsing latest articles
Browse All 15 View Live

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 Article


Postfixadmin 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 Article


PEAR 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 Article

How 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 Article

How 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 Article


PHP 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 Article

Simple 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 Article

How 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 Article


How 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 Article


Automation 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 Article

How 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 Article

How 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 Article

How 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 Article


How 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 Article

Steps 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

Browsing latest articles
Browse All 15 View Live