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 :

Here is an example how to check IMAP and POP3 from telnet
#telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
USER info@testing.com
+OK Password required.
PASS changeme
+OK logged in.
quit
+OK Bye-bye.
Connection closed by foreign host.
I assume you already have IIS7 installed on Windows 2008 and is up and running properly.
In this example, We already have 1 website configured on IIS7 Windows 2008
First Login into Windows 2008 server via RDC
Click Start >> Administrative Tools >> Internet Information Services (IIS) Manager

What is Shared SSL ?
A "secure server" or "shared SSL" is an invention of your web hosting company. It is a way to use an SSL certificate without actually buying one.
Preparing Anything:
Example :
Example.com already have SSL installed on IIS6 and this domain SSL certificate will configure to shared the SSL into other domians.
How To Configure Windows Firewall Passive Port Range 10000 - 11000 TCP
Below is a simple batch script to open passive port range between 10000 to 11000 TCP.
You can change the port if needed, I just take this as example.
First, login into your windows server box with RDP
Click Start >> Run >> Command
You will see a command prompt box,
Edit a file and name it passive.bat
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]
ShareThis
Recent comments
1 week 1 day ago
4 weeks 1 day ago
5 weeks 9 hours ago
5 weeks 15 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago