Windows 7
How To Find a Hidden Process and Port in Linux and Unix Operating System
There are so many tools that able to check the hidden process and port, the tools are rootkits/lkms/unhide etc.
In this tutorial i will discuss something more simple to use and the tools is UNHIDE.
Unhide is a tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique. This tools works under both Linux / Unix, and MS-Windows operating systems.
It detects hidden processes using three techniques:
The proc technique consists of comparing /proc with the output of /bin/ps.
The sys technique consists of comparing information gathered from /bin/ps with information gathered from system calls.
The brute technique consists of bruteforcing the all process IDs. This technique is only available on Linux 2.6 kernels.
How To Enable Telnet Client Windows 7
First We need to know what is Telnet ?
Telnet or Telecommunication Network is an old network protocol used in the internet and LAN to connect to remote host that provide a two way interactive command / console line interface
You will have a problem when you type telnet in command line Windows 7, this is because by default in Windows 7 Telnet is not active.

Would you get benefits from the brand new easy to get SQL server expert certification?
I just received an email with doc that tell us the benefits to get SQL server expert certification. This is also a big credit to Michele Rouse who's the blog owner to SQL certification blog
hopefully this benefits will give us some inspiration to be a SQL server expert cheer .. :)
Would you get benefits from the brand new easy to get SQL server expert certification?
In my experience the top DB platforms are Microsoft and Oracle. I have come to learn that MySQL is trusted in start-up companies and DB folks who know this platform might make higher salaries, but I honestly rarely ever found MySQL in job searches.
One reason why I like MS SQL Server is because it also includes the SSRS BI platform that is powerful and popular. DB folks who know SSRS (SQL Server Reporting Services) have become very sought-after candidates in many companies. Typically, companies end up needing to buy licenses for third-party BI (Business Intelligence) applications which could cost a lot of extra money.
Cpanel phpMyadmin export and import error
Yesterday, i have a problem with my phpMyAdmin in my cpanel.
I can't export and import my DB through Cpanel phpMyAdmin.
It always shows like below :
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
So after searching a lot in google, my friend found that the issue is not in the phpMyAdmin but in the cpanel php.ini
So how to fixed that ?
please kindly to take a look how to solved this issue below :
How to Connect to OpenVPN Server With OpenVPN GUI Client
What is OpenVPN GUI ?
OpenVPN GUI is a graphical front-end application for OpenVPN on Windows. It gives you an icon in the system tray from which you can control OpenVPN.
This tutorial will describe how to connect to OpenVPN server from windows xp client.
If you searching about How To Configure OpenVPN server in FreeBSD 7.2 then you can click this URL below
http://www.wowtutorial.org/freebsd/install-openvpn-freebsd-72-347.html
MSTSC.exe /console change to MSTSC.exe /admin
No more /console switch on the Windows Remote Desktop Connection tool, MSTSC.exe, starting from Windows XP Service Pack 3, Windows Vista Service Pack 1 and Windows Server 2008.
How To Configure PHP To Support Korean Encode
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
Configure MySQL to Support Korean euck Charset
I 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
How To Create A VPN Connection Between PPTP Client To VPN Server
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
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
Recent blog posts |
Recent comments
1 day 17 hours ago
1 week 2 hours ago
1 week 1 day ago
2 weeks 2 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 6 days ago
5 weeks 1 day ago
5 weeks 2 days ago
6 weeks 2 days ago