NEWS : Cisco MARS End of Life

Cisco have announced the End of Life for Cisco MARS.

“Cisco announces the end-of-sale and end-of life dates for the Cisco Security Monitoring, Analysis, and Response System. The last day to order the affected product(s) is June 3, 2011.”

The end of an Era, for probably the largest deployed SIEM tool out there.

I [...]

Security : Cisco Password7 Crack

The utility is the Cisco Password 7 Crack. It is able to decrypt Cisco’s encrypted “type 7″ passwords. “Type 7″ password encryption is used when “service password-encryption” has been enabled. Unfortunately, the cryptographic algorithm is not very complex or secure

CRACK HERE

Possibly Related Posts:

News : Protecting Your Email Privacy Nexus : Creating an uplink port profile for VM-GUESTS on Nexus 1KV
How to Install and Configure GNS3 v0.8.2 ubuntu 11.10 x64
Unpack script ASA 8.4(2) under QEMU with GNS3
News : Google wants to serve you ads based on the background noise of your phone calls

Linux :setting up NFS shares

On server:

vi /etc/exports

add:

/home/data 192.168.170.0/255.255.255.0(rw)

# chkconfig nfsd on # service nfsd start

On Client:

#mkdir /home/data

#mount -t nfs 192.168.170.1:/home/data /home/data

Make it automount:

#vi /etc/fstab

192.168.170.1:/home /home nfs rw,bg,hard,intr 0 0

Possibly Related Posts:

Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS Linux :How to Check Apache Version
Ubuntu : How to install a .bin file in ubuntu
Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx
Ubuntu : How To Restore Missing Minimize and Maximize Buttons To Gnome Shell (3.x) Ubuntu 12.04

Linux : How to setup Static IP Address in Ubuntu 10.10

Setup Static IP Address

If you want to setup a Static IP Address in your system , Modify the file  /etc/network/interfaces.  If your First Ethernet  Interface is eth0 ,see the following Example.  Just add the following lines in the file with the help of an Editor and Restart the network or system.

auto eth0 [...]

Cisco : Generate Crypto Keys via ASDM

To generate the key pair from ASDM go to Configuration, then select the Device Management tab. Expand Certificate Management and go to Identity Certificates. Click Add and select the Add a New Identity Certificate radio button.  Then click New.

In the Add Key Pair dialog box, take the defaults and  click Generate Now.

Don’t forget to go to Device Management > Management [...]

ubuntu :Install Ubuntu restricted extras through script

How to  Install Ubuntu restricted extras through Script

Copy below yext and save as restricted.sh

Then run

!/bin/sh   sudo su   # install debconf-utils apt-get install debconf-utils   # create answer file debconf-set-selections <<\EOF sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true msttcorefonts msttcorefonts/defoma note EOF   # install jdk apt-get -y install ubuntu-restricted-extras

Possibly Related Posts:

Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS
Linux :How to Check Apache Version
Ubuntu : How to install a .bin file in ubuntu
Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx
Ubuntu : How To Restore Missing Minimize and Maximize Buttons To Gnome Shell (3.x) Ubuntu 12.04

Ubuntu : Fix The Screen Messed up at Start-up and Shutdown

If you’re running Ubuntu Maverick with Nvidia Official drivers, and your screen messed up at starting up and shutting down the system. You can try following method to fix the problem.

Step 1: First, open up a terminal window from Applications -> Accessories menu. Run this command to install preparing tools:

sudo apt-get install [...]