Mpd4 comes with no log configured in the server so we need to configure the logrotate to support mpd4 log.

Below is the steps how to configure mpd4 log :
Login into your server with root access

Edit Syslog.conf

#pico /etc/syslog.conf

### scroll down until the end of files ###
### add few lines below into syslog.conf ###

!mpd
*.*                /var/log/mpd.log

### save this file

Create log files in /var/log

ShareThis

In This Tutorial i want to configure my PHP to support korean encode.
here is a short tutorial how to do that

In order to support other encode we need to reconfigure PHP with mbstring

Login into the server as root

Configure PHP 5.3.0 with mbstring

#cd /root/php-5.3.0
#./configure  --enable-mbstring
#make && make install

Modify php.ini

#vi /etc/php.ini

ShareThis

I just want to install a MySQL server to support euck korean charset.
Here is a short how to configure it.
Login into your server as root

Compile MySQL

#cd /root/mysql-5.0.88
#./configure --prefix=/usr/local/mysql --with-extra-charsets=complex
#make && make install

Edit my.cnf

#cp /usr/local/mysql/share/mysql/my-small.cnf /usr/local/mysql/my.cnf
#vi /usr/local/mysql/my.cnf

ShareThis

What is MPD ?

Mpd is a netgraph(4) based implementation of the multi-link PPP protocol for FreeBSD.  It is designed to be both fast and flexible.
It handles configuration and negotiation in user land, while routing all data packets strictly in the kernel.  It supports several of
the numerous PPP sub-protocols and extensions, such as: Multi-link PPP capability, PAP, CHAP, MS-CHAP and EAP authentication ,
PPP compression and encryption, IPCP and IPV6CP parameter negotiation

Install and Configure MPD4

ShareThis

Here is a short tutorial and how-to configure nginx and wordpress to support a permalink.

Login into Wordpress dashboard

First, Login into wordpress admin
ex : http://www.domain.com/wp-admin
input your admin user and password

Click Settings
Click Permalink
Enable "Permalink custom"
Add this to permalink custom

%postname%

Save.

ShareThis

Error problem :

If we have transferred customer domain to cpanel and when we trying to access customer site it shows http://domain.com/cgi-sys/defaultwebpage.cgi

There is a fixed on this issue :

First find the error with google.
After googling few times finally here is the fixed.

- Update Cpanel to Bleeding EDGE
- Run upcp to retrieve Cpanel Bleeding EDGE tree

ShareThis

Here is a simple way to enable drupal clean url with Nginx webserver
You need to edit your nginx.conf or vhosts

#pico /usr/local/etc/nginx/nginx.conf

ShareThis

Here is a simple way to enable directory listing in Nginx Webserver.
I have a subdomain repository.wowtutorial.org and i want repository.wowtutorial.org to have ability to listing a directory.

All we need to do just modify the vhosts or nginx.conf
Add autoindex on;

Please see the example below

Example :

#pico /usr/local/etc/nginx/vhosts/repository.wowtutorial.org

ShareThis

what is nginx ?

nginx (pronounced as "engine X") is a lightweight, high performance web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows[1].

What is php-fpm ?

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busy sites.

Installing MySQL

ShareThis

This is a short tutorial to download all files and directory.
Example :

i have a files and directory in remote server and want to transfer all files and directory to local client.
here is a simple command to download it using wget instead of ftp.

#wget -r ftp://username:password@domain.com/

From the command above it will download everything in / directory of domain.com into your computer / local client.

 

ShareThis

ShoutBox


ShoutMix chat widget

User login

Who's online

There are currently 0 users and 5 guests online.


Poll

What is your favorite Virtualization Server ?:
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 16 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Recent comments

Alexa