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 :

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]
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
What is MediaWiki?
A Wiki is a web application that allows users to create and edit Web Page content using a Web Browser. The term Wiki also refers to the collaborative software used to create such a website, also known as Wiki Software. Wiki Software is usually implemented as a script that runs on a web server with the Wiki content stored in a relational database management system such as MySQL.
What is FCKeditor?
ShareThisI just tried to install fresh MediaWiki and found this error when i finished installing MediaWiki.
Here is the error when we hit http://yourwiki.com
You can see the error for the first line in your wiki
[code]Warning: Invalid argument supplied for foreach() in /usr/home/wowwiki/public_html/includes/Setup.php on line 154[/code]
To Fixed/Removed this line, we can just simple edit the setup.php script on the line 154
ShareThis
Recent comments
1 week 22 hours ago
4 weeks 1 day ago
5 weeks 7 hours ago
5 weeks 13 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