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
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
This tutorial will guide you to create a connection to the VPN server.
If you searching about install and configure VPN server please click THIS.
In your Windows XP client
Click Start >> Settings >> Control Panel
You will see a screen below :

This tutorial will guide you to connect to openvpn server from openvpn client.
So if you are searching about how to installing and configure openvpn server.
Please click this for the HOW-TO
First user need to download OpenVPN client GUI.
OpenVPN client GUI can be downloaded from this URL http://openvpn.se/files/install_packages/openvpn-2.0.9-gui-1.0.3-install.exe
What Is FXP?
FXP stands for File eXchange Protocol. It lets you copy files from one FTP-server to another using an FXP-client. Normally you transfer files using the FTP protocol between your machine and a FTP-server, and the maximum transfer speed depends on the speed of your Internet connection (e.g. 56k, cable or T1). When transferring files between two remote servers using an FXP client, the maximum transfer speed does not depend on your connection but only on the connection between the two servers, which is usually much faster than your own connection. Because it is a direct connection you will not be able to see the progress or the transfer speed of the files.
How To Register Windows Component *.dll files into Windows 2003 Server
Here is the easy way to register windows component into your windows 2003 server :
Example : you have testing.dll files that need to be installed on your server,
This file is stored in c:\
First, login into your windows box with RDP and administrator user.
Open a command prompt box
Start >> Run >> Command
[code]c:\>Regsvr32 testing.dll [/code]
ShareThisThis is a steps How To Configure Exchange Email Account in Outlook 2007
Example : We will configure it in Windows XP client.
Click Start >> Control Panel >> Mail 
You will see a screen like below :

Click Show Profiles and you will see a next screen below :

Click Add button to the next page
ShareThisIf you want to redirect a page to another location with a simple html tag.
You can use this sample html tag below to redirect to another location :
Create a file name it index.html / default.htm this is all depend on which document is running first from your http configuration.
In my example default.htm is running first from my http configuration :
Create default.htm with notepad / other editor
=================================
Dig is a powerful tool to investigate [digging into] the DNS system.
It can be a good replacement tool for nslookup
Source of the binary is from ftp.isc.org

ShareThis
Recent comments
1 week 1 day ago
4 weeks 1 day ago
5 weeks 17 hours ago
5 weeks 23 hours ago
5 weeks 2 days ago
5 weeks 2 days ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago