Virtual environment

What is Virtualenv? A Virtual Environment, put simply, is an isolated working copy of Python which allows you to work […]

Proxy setting on Windows

      Secure the Proxy Settings After you enable the proxy settings, you should disable users’ ability to change […]

Integrate Squid with AD

We need to install a couple of packages first: yum install ntp* -y vi /etc/ntp.conf Find the lines start with server, […]

Git with bitbucket or GitHub

I will use Git with bitbucket for version management of the configuration files, and some scripts, so in my scenario, […]

Proxy server squid

Install Squid [root@prox ~]# yum -y install squid   This is general forward proxy settings. [root@prox ~]# vi /etc/squid/squid.conf acl […]

Proxy Server

Overview Proxy server is an intermediary server between client and the interner. Proxy servers offers the following basic functionalities: Firewall […]