How to add Backtrack repository to ubuntu based linux

How to add Backtrack linux repository to ubuntu based linux

Well i have only tested this on ubuntu and mint , try this on your own risk !

Open your terminal 

type following commands

step1
wget -q http://all.reposttory.backtrack-linux.org/backtrack.gpg -O- | sudo apt-key add – 
step 2
sudo sh -c “echo ‘deb http://all.reposotory.backtrack-linux.org revolution main microverse non-free testing’ >> /etc/apt/sources.list”
step 3
sudo apt-get update  
after completing update successfully you can install bactrack software from terminal , synaptic 

package manager, ubuntu software center , Mint software manager etc ! 😀

How to extract/mount Nero images ( .nrg ) in Linux

How to extract/mount Nero images ( .nrg ) in Linux

to install nrg2iso in linux 
use this command 
open terminal 
type following command
press enter
type password  “password will be hidden”
# sudo apt-get install nrg2iso 
To convert .nrg file to .iso 
use this command 
nrg2iso source.nrg destination.iso
#note !!!!! 
nrg2iso = software command
source.nrg = source file path of .nrg file to be converted 
Destination.iso = destination file path of .iso to get as result 
Enjoy !

Pin It on Pinterest