Monday 17 December 2012

how to install tor browser on backtrack 5r3

you can learn this movie :
   ေအာက္က ေရးထားတာမ်ားကို ေသခ်ာ နားးမလည္ရင္  ဒီ youtube လင့္ကို သြားၾကည့္လိုက္ပါ.. 
 http://www.youtube.com/watch?NR=1&v=VK8DLwPR_Pc&feature=endscreen



Ok.. let's start .
first open terminal
type command ;   
   " cd /etc/apt"  >>  enter 
 

then type command:
    "gedit sources.list"      ( ဒီကြန္မန္းကို ရိုက္လိုက္ရင္  txt တစ္ခု ပြင့္လာပါလိမ့္မယ္..   ေအာက္ဆံုးမွာ..  ေအာက္က စာေၾကာင္းကို ထပ္ထည့္ပီး  save  လုပ္လုိက္ပါ.. )


Now add this below line:

   deb http://deb.torproject.org/torproject.org lucid main



then run this commands :
    
   sudo apt-get update
   sudo apt-get install python-software-properties

   gpg --keyserver keys.gnupg.net --recv 886DDD89

   gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



Now update with the command :

   apt-get update



Now install tor...
 :
   apt-get install tor tor-geoipdb



now download Tor Browser Bundle from here:

   https://www.torproject.org/projects/torbrowser.html.en



If you finished download tor browser bundle ....    အေပၚကလင့္ကေန သြားေဒါင္းရင္ ကိုယ့္စက္က 64bit ဆိုရင္ 64bit အတြက္ ေဒါင္းပါ.. 32bit ဆိုရင္ 32bit အတြက္ ေဒါင္းပါ..


now you run this command:
 
    tar -xvzf tor-browser-gnu-linux-i686-2.2.39-5-dev-en-US.tar.gz

ဒီေနရာမွာ.. ကိုယ္ေဒါင္းထားတာနဲ့ လုိက္ပီး ကြဲျပားပါမယ္.  အခု က်ေနာ္ ျပထားတာက 32 bit အတြက္ပါ..
   
(ဒီကြန္႔မန္းမွာေတာ့  ခုနက ေဒါင္းထားတဲ့ ဟာထဲကို အရင္ သြားရမွာ.ပါ..   Desktop ေပၚမွာ ထားတယ္ဆိုရင္  cd Desktop ကြန္မန္႔နဲ႔ သြားပီးမွ.  အခု ဒီကြန္မန္႔ကို ရိုက္ရပါမယ္..   Downloads 
ထဲမွာ ထားတယ္ဆိုရင္  cd Downloads နဲ႔ သြားပီးမွ  အဲကြန္မန္းကို  run ရပါမယ္..    ဒါဆို ကိုယ္လုပ္လိုက္တဲ့ ေနရာမွာ  folder တစ္ခု ထပ္ထြက္လာပါလိမ့္မယ္..  

then open the folder "Tor-Browser_en-US"
and open the txt "start-tor-browser in with gedit  

(အေပၚက ကြန္မန္း ေပးလုိက္ရင္  Tor-Browser_en-US  ဆိုတဲ့ folder တစ္ခု ထြက္လာလိမ့္မယ္..   အဲဒီထဲကို ဝင္လိုက္ရင္  Start-tor-browser ဆိုတဲ့  ဟာကို 
ကလစ္နွစ္ခ်က္ေပးလိုက္ပါ.. အဲဒီမွာ..    Display  ကို ထပ္နွိပ္ပါ..   ပီးေတာ့ ေအာက္က ေျပာထားတဲ့ စာေၾကာင္းကို ရွာပါ..    ေတြ႔ရင္  (0) ေနရာမွ  (1) ကို အစားထိုးေပးရပါမယ္.. ပီးရင္  save လုပ္လိုက္ပါ.. )

"

Find this line

  if [ "`id -u`" -eq 0 ]; then
    complain 
        "The Tor Browser Bundle should not be run as root.  
Exiting."
   
        exit 1

                                  

you replace 1 in 0 : like that below

if [ "`id -u`" -eq 1 ]; then
    complain 
        "The Tor Browser Bundle should not be run as root.      
  Exiting."
   
exit 1
 


Now install polipo service with this command :

  apt-get install polipo  ..  



Now go to polipo folder with this command :

  cd /etc/polipo 



Backup the old config with the command:

  mv config conf-backup.txt 



Now go here and copy all text ..(line 1 to 162)
 
 http://pastebin.com/p86qy8qx       (ဒီလင့္ကို သြားပီး  နံပါတ္ ၁ ကေန ၁၆၂  အထိရွိတဲ့ စာေတြ အကုန္လံုးကို ေကာ္ပီး ကူးလာရမွာပါ..)



Now creat new config with the command :
 
 touch config     (ဒီကြန္မန္းမွာေတာ့  က်ေနာ္တို႔  Text တစ္ခုကို အသစ္ဖန္တီးးဖို႔ ေပးတဲ့ ကြန္မန့္ ျဖစ္ပါတယ္.. 



Then type this command :
 
 gedit config             (ဒီ ကြန္မန္းကို ရုိက္ရုိက္ရင္ txt တစ္ခု ပြင့္လာပါလိမ့္မယ္..   အဲဒီထဲမွာ  ခုနက  ေကာ္ပီးကူးလာတဲ့ ဟာကို  paste လုပ္ပီး  save လုပ္လိုက္ပါ.. )



Paste text which you copied and save :



Now everything have installed :


Run to start using tor run this commands
      (စတင္အသံုးးျပဳဖို႔ အတြက္  ေအာက္က  ကြန္မန္႔ နွစ္ေၾကာင္းကို ဆက္ run ေပးလိုက္ပါ..   အဲဒါပီးရင္ အသံုးျပဳလို႔ ရပါပီ.. )
 
အသံုးမျပုခင္ ဒီဟာေလး နွစ္ေျကာင္းကိုလည္း run ေပးလုိက္ပါအံုး..

   service polipo  start
  
   service tor start


Ok.. all finished.. 
So you go to tor-browser folder
and run "start-tor-browser"


(အားလံုး ပီးတာနဲ႔    က်ေနာ္တို႔   Tor-Browser_en-US   ဖိုဒါ  ထဲက  Start-tor-browser ကို ကလစ္ နွစ္ခ်က္နွိပ္ပါ.. ပီးရင္  Run ကို နွိပ္လိုက္ပါ..  ဒါမွ မဟုတ္လည္း   အဲဒါရွိတဲ့ ေနရာကို ကြန္မန္းနဲ႔ သြားပီးေတာ့  ေရာက္ရင္  ./start-tor-browser  လို႔ 
ရိုက္ရင္လည္း ရပါတယ္..  ) 

1 comment:

  1. ခ်က္ျခင္းလုပ္ရတာ မဆင္မေျပေသးလိုုု့ အားလပ္ခ်ိန္ ဆက္လုပ္ရန္ ေကာ္ပီယူသြားပါတယ္
    ေက်းဇူးပါ

    ReplyDelete

back to top