Category Archives: Linux

Ubunntu : Ubuntu looks MAC os X Via MAC4Lin Project

Do you want to give your desktop a dash of Mac OS X? Do you want to change your GNOME desktop from the default look to something like this? Download Latest Version of MAC4Lin kartook@Nilas:~$ chmod 777 Mac4Lin_Install_v1.0 kartook@Nilas:~$ kartook@Nilas:~$ cd Mac4Lin_Install_v1.0/ kartook@Nilas:~$ kartook@Nilas:~/Mac4Lin_Install_v1.0$ ls Mac4Lin_Install_v1.0   __MACOSX kartook@Nilas:~$ kartook@Nilas:~/Mac4Lin_Install_v1.0$ cd Mac4Lin_Install_v1.0/ kartook@Nilas:~/Mac4Lin_Install_v1.0/Mac4Lin_Install_v1.0$ ls AWN […]

OSSIM : configure the ethernet interfaces

configure the ethernet interfaces The OSSIM server we plan will have a Main ethernet interface with IP address 10.60.60.33/8 and two interfaces in promiscuous mode for monitoring the 2 LANs. We edit /etc/network/interfaces and come out with this: auto lo eth0 eth1 eth2 iface lo inet loopback # The primary network interface # this is […]

How to install Backtrack tools on Ubuntu

The below instructions will show you how you can install all of the Backtrack applications on your current Ubuntu installation. Add the following line to your /etc/apt/sources.list deb http://repo.offensive-security.com/dist/bt4 binary/ Now to import the Backtrack GPG key and to update the sources: kartook@H4ck3r:~$wget http://repo.offensive-security.com/dist/bt4/binary/public-key && sudo apt-key add public-key && sudo apt-get update Fantastic! Now […]