Sunday, December 22, 2013

Thursday, December 5, 2013

How to install CentOS 64-bit in Vmware - Tutorial



How to install CentOS 64-bit in Vmware..Here you can see the tutorial of installing the CentOS 64-Bit in the Vmware Workstation. Website : https://www.techken.in
Youtube : https://www.youtube.com/user/TechkenIN
Facebook : https://www.facebook.com/techken.in

source

Friday, September 20, 2013

How to monitor Squid Proxy Server using Cacti in Ubuntu Server 13.04



This tutorials shows you How to monitor Squid Proxy Server using Cacti in Ubuntu Server 13.04.

Fore more details visit : http://srijit.com/how-to-monitor-squid-proxy-server-using-cacti-in-ubuntu-server-13-04/

source

Friday, August 23, 2013

Instalar webmin en Debian wheezy



Detalle en: http://nksistemas.com/video-tutorial-para-instalar-webmin-en-debian/
Instalación de webmin para administrar Debian o tu distro linux por interface web.

source

Saturday, May 25, 2013

How to Install VMware Tools in Debian 7.0 Wheezy Step-by-Step Tutorial



We'll Install VMware Tools in Debian 7.0 Wheezy Step-by-Step.

Hope you found it informative and useful. Any questions or comments are welcomed.

Website: http://www.sysadminshowto.com/
Facebook Page: https://www.facebook.com/SysAdminsHowto/
Twitter: https://twitter.com/SysAdmHowto
Google Plus: http://google.com/+Sysadminshowtos

source

Tuesday, May 14, 2013

OpenVPN on Ubuntu - HideMyTRAX VPN Howto



HideMyTRAX VPN shows you how-to install OpenVPN on Ubuntu in less than 3 minutes.

Step 1
Open a terminal
Enter: sudo apt-get update
Next enter: sudo apt-get install openvpn
Enter 'yes' when prompted

Step 2
Browse to your preferred HideMyTRAX VPN server:
https://toronto-ovpn.hidemytraxvpn.ca
https://saskatoon-ovpn.hidemytraxvpn.ca
https://chicago-ovpn.hidemytraxvpn.ca
https://colorado-ovpn.hidemytraxvpn.ca
https://uk-ovpn.hidemytraxvpn.ca
https://amsterdam-ovpn.hidemytraxvpn.ca

Step 3
Enter your registered 'Username' and 'Password'
Pull down the 'Login' drop down
Click 'GO'.

Step 4
Download 'Yourself (autologin profile)'.

Step 6
In terminal enter:
sudo cp -r /Downloads/client.ovpn /etc/openvpn/

####Apply the OpenVPN patch that fixes DNS leaks on Linux####

In terminal enter:
sudo nano /etc/openvpn/client.ovpn
Scroll down to 'verb 3' and enter a 'hard return'
then add the following lines exactly as they appear below:

script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

Hit CTRL-O then CTRL-X to save changes and exit nano

#####################################################
NOTE: Debian distros need resolvconf. In terminal enter:

sudo apt-get install resolvconf
#####################################################

Step 6
Connect by entering the following in the terminal:
sudo openvpn --config /etc/openvpn/client.ovpn

Then, minimize the terminal and let it run.

Step 7
To disconnect, maximize the terminal and enter 'CTRL-C'

Congratulations! You've successfully installed OpenVPN on Ubuntu.

Please visit our website if you need additional help or information.
https://hidemytraxvpn.ca/support/

source