Thursday, March 29, 2012

Run VLC and Chromium

For those who ask how to install VLC PLAYER and CHROMIUM BROWSER on Backtrack I have a solution.
First 
How to install 
Chromium-Browser
You may want to add the corresponding GPG key to your apt keyrin.
Add This PPA keyring:

  • sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4E5E17B5
Starting to Karmic/9.10, adding the PPA and its key:
  • sudo add-apt-repository ppa:chromium-daily
And Install:
  • sudo apt-get install chromium-browser 
 VLC Player
  • sudo add-apt-repository ppa:lucid-bleed/ppa 
  • sudo apt-get update
  • sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc

After done the installation is complete you can not directly use the program because the backtrack using the root system, but requires using the program on a regular user when to use it here's how to make a normal user: 

  1. cd /usr/lib/chromium-browser
  2. hexedit chromium-browser

 















  3. press tab (once) to switch to ascii mode instead of hexa mode.
  4. Ctrl+s to search for geteuid
  5. modify (replace) geteuid to getppid
  6. Save changes by pressing Ctrl+X

 












  1. cd /usr/bin/vlc
  2. hexedit vlc
  do the same step on top

Spesial thanks to post

Run VLC and Chromium Rating: 4.5 Diposkan Oleh: Unknown

0 comments:

Post a Comment