Dante – socks server

1.Download 2.compile 3.config 4.Run 1. wget ftp://ftp.inet.no/pub/socks/dante-1.4.2.tar.gz 2. yum install gcc (kenel headers & etc) 2.1 tar zxvf dante-1.4.2.tar.gz cd dante-1.4.2 ./configure make && make install

File server – samba

Install samba server yum/apt-get   install samba samba-common On client you need  yum/apt-get  cifs-utils Main config file on server is located in /etc/samba/smb.conf . A lot of help in man page-> man smb.conf example config for anonymous share.

Securing web servers.

Tips 1.Hide apache version and OS identitty vim /etc/httpd/httpd.conf ServerSignature Off ServerTokens Prod 2.Disable directory listing webhost config file <Directory /var/www/@@@>     Options –Indexes </Directory> 3.Disable Unnecessary Modules 4.Use mod_security 5.Turn off Server Side Includes and CGI Execution 6.Limit Request Size 7.Use only TLS, Disable SSlv2, SSlV3, Disable ssl conpression add in webhost config file SSLProtocol …

Continue reading ‘Securing web servers.’ »