Archive for July, 2009
-
OpenVPN Setup
Check out how OpenVPN works..
I had installed OpenVPN server on the Linux machine and installed OpenVPN client on a windows machine. My linux machine has two network cards. One with the local IP address and another with the public IP address.
I will go through the steps to connect to the local network from outside [...] -
Mysql Tweaking !!
I thought of explaining mysql tweaking …
Login to the server and check out your my.cnf file.. To check whether your server is using the correct resourses perform the below commands and checks !!
Here it goes !!!! Njoy !!!!
mysql> show status like ‘%Open%_tables’;
mysql> show variables like ‘table_cache’;
Run the above two commands [...]