Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the spbsm domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/rjsrsxcg/public_html/wp-includes/functions.php on line 6121
Ubuntu ya Google Chrome kurmak – kodcafe.com

Ubuntu ya Google Chrome kurmak

Merhaba arkadaşlar… back track 5 R3 indirdim ,denerken google crome nasıl kurabilirim diye ugraşırken kurmayı başardım… Kurulum aşamaları

1- Google Chrome sitesinden setup dosyasını dep uzantılı olarak indirelim

http://www.google.com/intl/tr/chrome/browser/

2 – İndirdiğimiz dosyayı nereye indirdiysek o klasöre gitmeliyiz… ben desktop a indirdim vd ismini chrome olarak değiştirdim… ‘ chrome.deb’

root@bt:~# cd Desktop
root@bt:~/Desktop# ls
backtrack-install.desktop crome.deb 
root@bt:~/Desktop# dpkg -i crome.deb

dpkg -i crome.deb  komutunu kullanarak kurulum başlatıyoruz…

3- kurulum bittiğinde internet uygulamaları menusunde chrome göreceğiz.. ancak chrome root olarak çalıştırmamızı istemiyor..

bunun için chrome cannot be run to root hatasını alacaksınız..

4 – bu hatayi gidermek için terminal penceresine

root@bt:~# gedit /usr/bin/google-chrome

komutunu yazarak chrome yetki ayarlarını düzenlememizi isteyecektir…

5- gedit ile açılan pencerede  en altta bulunan satıra

exec -a "$0" "$HERE/chrome" "$@"

bu satırı allta belirtilen şekilde ekleme yaparak… root kullanıcısıda chrome kullanabilecektir.

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir