Installing and configuring squid take just 5 minutes maximum.
Installing
root@d:~$ apt-get install squid
and squid is installed, now all we need is to just add and change few options in configuration file.
Path to squid configuration is
/etc/squid/squid.conf
Open configuration file and...
Unlike previous version of windows, there is an additional step requires to install before we go to dcpromo to promote the server to domain controller and install active directory. This additonal step is to enable active directory domain services role on server, and after that we proceed to...
Screen ... It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable.
1) Download latest RPM
http://www.rpmfind.net/linux/rpm2html/search.php?query=screen
2) Install screen...
Shore line firewall known as "Shorewall", it is a very high level firewall and very easy to install and ocnfigure
How to install :-
sudo apt-get install shorewall
configuring shorewall startup service :-
nano /etc/default/shorewall
#Now simply change the line below from 0 to 1
startup =...
Installation of wireshark is very easy on centos
yum install wireshark
Run a capture
tethereal -i eth1 -w ~/mycapture.pcap
This command will run Wireshark/Ethereal, capture on the eth1 interface and output the data to...