Category Archives: Linux

Security :Virtual Machine for Android Reverse Engineering

Virtual Machine for Android Reverse Engineering   Do you need to analyze a piece of Android malware, but dont have all your analysis tools with your machine ?The Android Reverse Engineering (A.R.E.) Virtual Machine, put together by Anthony Desnos , is here to help. A.R.E. combines the latest Android malware analysis tools in a readily […]

VMware VDI : VDI calculator

The VDI calculator is targeted to VMware View designs .Most powerful and more valued . This one make your design work and calculations makes easy and compact . This video teach you as how   to use this calculator   Vmware VDI calculations Here is the webbased calculator     Here Source : myvirtualcloud -Andre […]

VMware : Free Training Course -VMware vCenter Operations Manager Fundamentals [V5.X]

VMware vCenter Operations Manager Fundamentals [V5.X] Summary:     – Format: Self-Paced – Length: 2.5 Hours Overview: This e-learning course covers how to install and configure vCenter Operations Manager as well as how to use its many robust features. Objectives:                After completing the course, you should be able […]

How to – Upgrading openVPN server

Openvpn is ssl based vpn server . Here is the easy way to Upgrade oldversion   to Latest version .I am using Linux Version ( CentOS) kartook@kartook:~$ kartook@kartook:~$ kartook@kartook:~$ kartook@kartook:~$ su Password: root@kartook:/home/kartook# root@kartook:/home/kartook# cd Downloads/ root@kartook:/home/kartook/Downloads#tar zxvf openvpn-2.2.2.tar.gz root@kartook:/home/kartook/Downloads#cd openvpn-2.2.2/ root@kartook:/home/kartook/Downloads#./configure root@kartook:/home/kartook/Downloads#make && make install

Cisco :How to Import a ASASEL – Cisco IOU Virtual Machine with menu based system

How to import ASASELIOU.OVA on Oracle Virutal Box Step : 1 Download the ASASELIOU.OVA   ( Dont ask me ) Step :2 Install Latest version of Oracle Virtual Box Steps : Follow the Scree-shots Will help you to complete . IMPORT COMPLETED AND   I SWITCHED ON , UMMMMMMMM !!! I GOT THE ERROR MESSAGE […]

How -to : Installing Proxy server on CentOs 6.x

Step : 1 Install and configure Squid   [root@proxy-lab ~]# yum -y install squid [root@proxy-lab ~]# vi /etc/squid/squid.conf acl CONNECT method CONNECT # line 31: add ( define new ACL ) acl lan src 192.168.100.0/24 http_access allow localhost # line 59: add ( allow defined ACL above ) http_access allow lan # line 64: change […]

Linux : How to find perl and mysql version

How to find Perl Version kartook@kartook:~$ perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 53 registered patches, see perl -V for more detail) Copyright 1987-2011, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may […]

Ubuntu:My Favorite RSS Feed Reader Applications For Ubuntu

My Favorite RSS Feed Reader Applications For Ubuntu A quick collection of my favorite RSS feed reader applications for Ubuntu desktop.Here is my list of favorite 4 feed reader applications for Ubuntu. Akregator is my favorite rss feed reader app for Ubuntu. The only drawback is that, it is a qt based application and it […]