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
ShareThisIn 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
ShareThisI 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
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.
ShareThisHere 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
ShareThisThis 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
This is a simple way to change an addon domain user password in cpanel.
First login into your cpanel
Click FTP Accounts or Find FTP accounts or FTP Manager
You will see a page with a list of your addon domain with user.
You can change your user password from change password option there.
This should change your addon domain user password.
ShareThisWe will start to map virtual domain to support IMAP.
So we just discuss about how to map virtual domain to support imap here.
if you search something like install postfix or convert postfix mailbox.
please kindly to take a look this url below :
How To Install Postfix, Cyrus-SASL and VM-pop3d
How To Convert Postfix mbox to maildir
FYI : in this tutorial i still using same configuration from How To install Postfix, Cyrus-SASL and VM-pop3d.
Recent comments
6 days 9 hours ago
3 weeks 6 days ago
4 weeks 5 days ago
4 weeks 6 days ago
5 weeks 7 hours ago
5 weeks 7 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 4 days ago
6 weeks 12 hours ago