Skip to main content

UPGRADE KALI-LINUX 1.1.* TO 2.0-SANA



Every one knows an latest version of kali-linux is released ..
a off course it's late to post this but not very late ..
you all know linux is the open source as well free to download and install.

so to the people who use already install kali sana in his pc that's good but for those whose use previous version of kali linux 1.1.* series can update their system without reinstalling it.
it's very easy....

step 1.
go to browser and type "KALI SANA" .

step 2.
goto the second link or simply go to kali.org page
after page open ,scroll down you will found this..shown in screen shot below ..


so what you have to do with this ...

steps 1.
open terminal and type this 

 gedit /etc/apt/sources.list

this will open an page in gedit(an text editor in kali).

step 2.

then replace all the written things in their with 
these reporties....


deb http://http.kali.org/kali sana main non-free contrib


deb http://security.kali.org/kali-security/ sana/updates main contrib non-free

step 3.
after this just save (ctrl+s) and then close the file.

step 4.
now again open terminal(ctrl+alt+t)..and type the given command..
apt-get update//this will upgrade your all softwares


apt-get dist-upgrade // this will upgrade the system distribution

now after it will ask for additional 2.5 gb space in your disk.

just press 'y'/yes then nothing you have to do

except patience...

it's done ...

after this just 'reboot'..




Popular posts from this blog

DEEP SOUND -STEGNOGRAPHY

In the series of the steganography ..today we are going to discuss the hiding of data in the music file through the help of the window based tool name       "DEEP SOUND" ..now a days very famous TV series name             Mr. Robot . . off course i am  fan of this show..where elliot use this tool for hiding his secret data.. read previous article on steganography                                                         so without wasting much time lets start .. 1.install the DEEP SOUND go to the official website of the deep sound and download it to your machine.  and open up the interface of the deep sound. 2. setting click on the setting gear icon, an pop-up window show up...where languge remain same as english,           change your output  directory ..like i change it to the documents by browsing the folder. after that check the box for encrypt files .. after that it will ask for the password.. input your password for the sec

KALI LINUX -SECURITY ,CONFIGURATIO AND UPDATES

      Configuring network services and  secure  communications The first step in being able to use Kali is to ensure that it has connectivity to either a wired or wireless network to support updates and customization. You may need to obtain an IP address by DHCP (Dynamic Host Configuration Protocol), or assign one statically. First, confirm your IP address using the  command  ifconfig command from a terminal window, as shown in the following screenshot: IP address is 192.168.1.11.... If an IP address was not obtained, an address can be assigned by DHCP using the command dhclient eth0 (or other available interfaces, which will depend on the  specific configuration of the system being used). If a static IP address is used, additional information may be required. For example, you can assign a static IP of 192.168.1.11as follows:                     inet addr:192.168.1.11            Bcast:192.168.1.255            Mask:255.255.255.0        Securing com

EVERY LINUX_ADMIN-COMMANDS TO BE KNOW

Hello Friends,             in todays article i am gonna cover the most used 16 linux commands,every linux admin should know it.in the whole article i just show the uses of all the commands and their additional attributes too.