Thursday, December 29, 2011

Install Chromium at Backtrack

 
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

0 comments:

Post a Comment