Showing posts with label Application. Show all posts
Showing posts with label Application. Show all posts

Thursday, December 29, 2011

Music Player at Bactrack

|1 comments

For those users who want a backtrack video player or music in Backtrack, there are little tricks that should be done to be able to use VLC Player on backtrack 5.

that step as follows :
1. install vlc
type the following command in the terminal
apt-get install vlc
2. if vlc directly executed, it will display an error because the defaut vlc can not be run on root privileges. then do the following:
3. install hexedit
apt-get install hexedit
4. edit the file using vlc with hexedit
type the following command in the terminal
hexedit /usr/bin/vlc
5. press tab to move to the mode string
6. press ctrl + s to perform a search geteuid
7. geteuid change with getppid
8. press crtl + x to exit
reboot yout Backtrack, then run vlc player.

Install Chromium at Backtrack

|0 comments
 
For those of you who missed the users web browser backtrack chromium, there is a little trick that should be done to be able to use chromium in backtrack 5.

Perform steps - steps as follows:
1. download chromium browser
type the following command in the termina

apt-get install chromium-browser
2. if chromium is directly executed, it will display an error because the defaut chromium should not be run on root privileges. then do the following:
3. go to the folder of chromium-browser
type the following command in the terminal
cd /usr/lib/chromium-browser
4. edit the file using hexedit chromium
type the following command in the terminal
hexedit chromium-browser
5. press tab to move to the mode string

6. press ctrl + s to perform a search geteuid
7. geteuid change with getppid
8. press crtl + x to exit

Install Virtualbox at Backtrack

|0 comments

In BackTrack 5 not yet installed virtualbox, below are the installation steps.

Backtrack 5 is not accompanied with the kernel headers already installed. So, we need to download and proceed with installing VirtualBox. steps as follows:



root @ bt # prepare-kernel-sources
root @ bt # cd /usr/src/linux
root @ bt # cp-rf include /generated/*include/linux/



After the above is completed, edit /etc/apt/ sources.list as enumerated below:

root @ bt # echo deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free>>/etc/apt/sources.list

donwload it:

root @ bt # wget-q http:// download.virtualbox.org/virtualbox/debian/oracle_vbox.asc-O-| sudoapt-key add -

root @ bt # apt-get update


root @ bt # apt-cache search virtualbox

root @ bt # apt-get install virtualbox-4.0