Page 1 of 1

How to use Tor

Posted: 08 Aug 2016, 07:20
by sae13
Hi there I Downloaded Porteus today and I use That in Live USB.
I installed tor with this code:

Code: Select all

usm -u all
usm -g tor
I have two question:
1- now Porteus is Only in Ram, how i can make tor stays in my Live USB For ever without need to install it all the time?

2-how i must run tor As Daemon? for example in Arch Linux I write this:

Code: Select all

systemctl start tor
then i define proxy in firefox. How I must do such thing in Porteus?

Re: How to use Tor

Posted: 09 Aug 2016, 01:48
by wread
@sae13
I use Tor with Porteus regularly. I have in "modules" two packages: Tor and Vidalia.
Whenever I want to navigate with more security I start Vidalia and connect to Tor with it.
I use the regular Chrome with a plugin (switchy-sharp) to navigate anonymously.

Regards!

Re: How to use Tor

Posted: 09 Aug 2016, 05:05
by sae13
wread wrote:@sae13
I use Tor with Porteus regularly. I have in "modules" two packages: Tor and Vidalia.
Whenever I want to navigate with more security I start Vidalia and connect to Tor with it.
I use the regular Chrome with a plugin (switchy-sharp) to navigate anonymously.

Regards!
tnx
how i can it stays on my USB for ever ?
is copyng install file from /tmp/usm to /mnt/sdx/porteous/modules enough or i need do something more?

Re: How to use Tor

Posted: 09 Aug 2016, 10:33
by francois
It should be enough given you also use persistence or the save cheatcode or that you pack into a module the necessary extra information. See viewtopic.php?f=113&t=2485

Re: How to use Tor

Posted: 13 Aug 2016, 05:20
by sae13
wread wrote:@sae13
I use Tor with Porteus regularly. I have in "modules" two packages: Tor and Vidalia.
Whenever I want to navigate with more security I start Vidalia and connect to Tor with it.
I use the regular Chrome with a plugin (switchy-sharp) to navigate anonymously.

Regards!
Where I can download Vidalia Module?

Code: Select all

usm -g vidalia
find nothing
I downloaded vidalia from tor website but i dunno how i make that work.
http://axbabak.ir/uploads/b0123.png
In INSTALL:

Code: Select all


Linux/BSD/Unix
--------------
  1. To configure and compile Vidalia, you can run the following sequence of
     commands:

       mkdir build && cd build
       cmake ..
       make

  2. When the previous command finishes, Vidalia's binary will be
     placed in the build/src/vidalia/ directory.
  
  3. Optionally, you can run `make install` to install Vidalia into
     your /usr/local/bin/ directory. 

when I do that :

Code: Select all

guest@porteus:~/Downloads/vidalia-0.2.21$ mkdir build && cd build
guest@porteus:~/Downloads/vidalia-0.2.21/build$        cmake ..
bash: cmake: command not found
guest@porteus:~/Downloads/vidalia-0.2.21/build$ 

Re: How to use Tor

Posted: 14 Aug 2016, 20:10
by Bogomips

Code: Select all

root@porteus:/home/guest# usm -s vidalia

vidalia-0.2.21-x86_64-6_slack.txz was found in slackonly [not installed]
Packages found:   1 

Use:   usm -i <package>  for more info
Use:   usm -g <package>  to download

root@porteus:/home/guest# usm -g vidalia

 The following items were found.
 Choose an number to confirm. 
 ctrl+c to quit

1) vidalia-0.2.21-x86_64-6_slack.txz
#? 1

Processing:   vidalia-0.2.21-x86_64-6_slack.txz 
Ignored libraries: 

Libraries required:  8
Libraries found in system: 7
Libraries to resolve: 1

Processing library: libGeoIP.so.1

 More than one package contains:  libGeoIP.so.1
geoip-1.5.1-x86_64-1sl.txz  613K  slacky
GeoIP-1.5.1-x86_64-1dj.txz  611K  salix

 The following items were found.
 Choose an number to confirm. 
 ctrl+c to quit

1) geoip-1.5.1-x86_64-1sl.txz
2) GeoIP-1.5.1-x86_64-1dj.txz
#? 1


Processing:   geoip-1.5.1-x86_64-1sl.txz 
Ignored libraries: 

Libraries required:  3
Libraries found in system: 1
Libraries to resolve: 2

Processing library: libGeoIP.so.1
Processing library: libGeoIPUpdate.so.0


 The following packages are required. 
geoip-1.5.1-x86_64-1sl.txz [613K] [not installed]
vidalia-0.2.21-x86_64-6_slack.txz [2436K] [not installed]

Total size: 3 MB

 Multiple packages were detected.
 Would you like to merge the packages into one module? [y/n]

 Press [r] to remove packages, [q] to quit, or enter to start downloading.
:)

Re: How to use Tor

Posted: 16 Aug 2016, 22:42
by wread
Here is my vidalia for 64 bits. If you will be navigating with chrome, you will need a plugin for the proxy. I use switchysharp from google. You can get it from the google store. I made this module with the necessary settings for user root.

Regards!