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 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]
ShareThisWe will trying to monitor Windows Memory Usage, Diskspace, CPU Load and Uptime From Nagios.
First we need to have a nagios up and running smoothly.
Please follow up this url to install nagios http://www.nagios.org
Next we also need a windows nagios agent.
Download windows nagios agent from this url http://nsclient.ready2run.nl/download/nsclient_201.zip
Install nagios agent / nsclient to your windows server/client.
ShareThis
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