Tuesday, January 20, 2015

Kali Linux Repositories

This post show you how to add Kali Linux Repo !

The simplest way is to edit the /etc/apt/sources.list remove or comment every-line with # at the front and add the following lines..

Open sources.list and comment all lines with # in front

 

 

Add Official Repo’s only:


## Regular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
## Source repositories
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
 

Clean your apt-get

#apt-get clean

Do an apt-get update

#apt-get update

Do and upgrade

#apt-get upgrade

Finally do a distribution upgrade

#apt-get dist-upgrade

Now you set to use KALI LINUX
 

Thursday, January 1, 2015

Install BURG in ubuntu

BURG, Brand-new Universal loadeR from GRUB, is an alternative boot loader forked from GRUB.

          If you run multiple OSs on your machine, GRUB is probably the first screen you will look at when you turn ON your system. GRUB stands for GRand Unified Boot loader, and is a part of the GNU project. It is the default boot loader that comes with all UNIX-like OSs.

GRUB menu


So why switch to BURG? 

          Quite simply, because GRUB is now plain boring. Over the years, the user interface in our desktop environments has improved a lot. It has become more user-friendly and highly customisable. But sadly, GRUB has remained pretty much the same. It still offers the bash-like, command line interface of old!
BURG is a cool replacement to GRUB.

BURG menu


          To install Burg on Ubuntu 13.04 and LinuxMint, open a terminal and run the following commands (This will install Burg and Burg themes):
 
       #sudo add-apt-repository ppa:n-muench/burg
       #sudo apt-get update
       #sudo apt-get install burg burg-themes

   During the installation of Burg, you will get many screens as described below:

Click OK to continue.


Click OK to continue.


Click OK to continue.


 Now press SPACE on your keyboard to select and press OK


 Now the installation is complete.
          To make Burg integrate with the hard-disk, enter the following command in a terminal (Remember to substitute ‘hd0′  with the drive on which your MBR is installed):
 
       #sudo burg-install "(hd0)"
       #sudo update-burg
       #sudo burg-emu  
  
     To revert back to GRUB enter following commands: