Year: 2015

Learn | Teach Open Source Technologies

VPN CLIENT INSTALLATION on Linux

VPN INSTALLATION on Linux [root@app-01 ~]# uname -a Linux app-01 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [root@app-01 /]# mkdir download [root@app-01 /]# cd download/ [root@app-01 download]# ll total 0 [root@app-01 download]# mkdir vpn [root@app-01 download]# cd vpn/ [root@app-01 vpn]# ll total 0

How to verify DDOS attack with netstat command on Linux Terminal

How to verify DDOS attack with netstat command on Linux Terminal Some examples with explanation netstat -na This display all active Internet connections to the server and only established connections are included. netstat -an | grep :80 | sort

How to Install & configure APACHE GRAPH BASED MONITORING USING DARKSTAT

APACHE GRAPH BASED MONITORING USING DARKSTAT Use for verification apache benchmark tool for Graph statistics collect. Apache benchmark 10000 requests concurrency Results. [root@mysql01 ~]# yum install httpd [root@mysql01 ~]# /etc/init.d/httpd start [root@mysql01 ~]# rpm -Uvh libpcap-0.9.4-15.el5.x86_64.rpm