Wiki on Tor, in case anyone is interested. I tried to determine if I am anonymous, still inconclusive... I will research more.
Ubuntu Linux - Split Thread
Collapse
X
-
Well, this is nice...
I am having problems with Tor, i.e. one thing is some animated items are not displaying properly, there are a couple of other issues...
Tried to find uninstall instructions, found this on wiki...
This depends entirely on how you installed it. If you installed a package, then hopefully your package has a way to uninstall itself.
For Mac OS X, follow the [WWW] uninstall directions.
If you installed by source, I'm afraid there is no easy uninstall method. But on the bright side, by default it only installs into /usr/local/ and it should be pretty easy to notice things there
Not in add/remove...guess there is no easy way out of this one. I learned my lesson...Comment
-
Assuming you installed via apt-get like in the guide you linked to, it's fine and you can remove it in Synaptic or the terminal command below. Search for "tor" and "privoxy", mark them for removal and hit apply.
Code:sudo apt-get remove --purge tor privoxy
Comment
-
If you installed by source, I'm afraid there is no easy uninstall method
Considering you did not compile it, no problems there.Comment
-
Thi is how I installed it;
1. Run the command: sudo apt-get install tor privoxy
2. Run the command: sudo gedit /etc/privoxy/config
3. Add the line (including the period at the end): forward-socks4a / localhost:9050 .
4. Comment out the line: logfile logfile
5. Comment out the line: jarfile jarfile
6. Restart the Privoxy service: sudo /etc/init.d/privoxy restart
How to set up Firefox to work with Tor:
1. Install the torbutton extension.
2. Restart Firefox
3. In the bottom right corner you’ll have a text blurb saying: Tor Disabled
4. Enable Tor by clicking the blurb; it should say: Tor Enabled
5. Surf the web
(Note: I'm using Tor on Fiesty, using the above steps and all works well...as a final step, check your IP with Tor button off, turn it on and refresh...if the numbers are different, you're gold.)
Using your post #198, I got this...
tr@tr-desktop:~$ sudo apt-get remove --purge tor privoxy
Password:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
tr@tr-desktop:~$Comment
-
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?Comment
-
Ok, I got this;
sudo apt-get remove --purge tor privoxy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tor is not installed, so not removed
Package privoxy is not installed, so not removed
The following packages were automatically installed and are no longer required:
libevent1 tsocks
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
tr@tr-desktop:~$Use 'apt-get autoremove' to remove them.E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
tr@tr-desktop:~$Comment
-
Package tor is not installed, so not removed
Package privoxy is not installed, so not removed
The following packages were automatically installed and are no longer required:
libevent1 tsocks
Code:sudo
Code:sudo apt-get remove libevent1 tsocks
Comment
-
Ok, I did all you said there. in fact, I had stumbled across thissudo apt-get remove libevent1 tsocks
For example, I still have the Torbutton in the lower right corner; As long as it is disabled, browsing works, but if I enable it, I can't browse at all.
But, I don't want to spend any more time on this one, I think we are just wasting valuable time here, as I know you are a very busy fellow (gaming, I suppose )
So, don't worry about it, no prob. I haven't seen anywhere on the other forums where it was removed successfully either
I may just reinstall soon; I need more experience using GParted anyway!Comment
-
For example, I still have the Torbutton in the lower right corner; As long as it is disabled, browsing works, but if I enable it, I can't browse at all
I think we are just wasting valuable time here, as I know you are a very busy fellow (gaming, I suppose )
I may just reinstall soonComment
-
Is that the Firefox extension? Simply uninstall it.sudo apt-get remove
I don't know, the Torbutton still remains there...
Again, don't worry about it, I was just posting for reference, & I am trying to scare Chewy off for good !!!Comment
-
Right, It's in Firefox, Tools-->Add-ons. Uninstall it from there.
I say in the next release of ubuntu that they include
sudo apt-get system restore xx/xx/xxxx
or however the command would be written. Now wouldn't that be great?!?Comment
-
Comment
-
Linux doesn't need system restore as much as Windows, IMO.
I am trying to make the html links "clickable" in Thunderbird. When I click on them now, nothing happens. I am sure there is an easy way to do it, but I have been thru all the preferences, etc., & I sure don't see an option for it.
I did find this. I don't know if it is what I am looking for or not...Comment
Comment