Howto Setup Vidalia TOR GUI with Ubuntu
View original post
Tor is the open source leader to anonymous connections on the internet, you can anonymize your internet presence from AIM/ICQ/MSN/ Jabber/IRC/WWW/FTP and you can even issue a torify command at the command prompt to anonymize your wget/ssh/lynx/ftp/perl or whatever. Basically tor is for the people by the people, it is only alive because we make it so, we can choose to use it freely or use it freely and help it out by running a server on your computer to make the internet safer. Basically tor encrypts your data communications through chained/linked proxies all over the internet.
Vidalia is a cross-platform controller GUI for Tor, built using the Qt framework. Using Vidalia, you can start and stop Tor, view the status of Tor at a glance, and monitor Tor’s bandwidth usage. Vidalia also makes it easy to contribute to the Tor network by helping you set up and manage your own Tor server.
Vidalia runs on most platforms supported by Qt 4.1 or later, including Windows, Mac OS X, and Linux or other Unix variants using the X11 window system.
Prepare your system
sudo apt-get install libevent
Now you need to get the latest tor source code from here
wget http://www.torproject.org/dist/tor-0.2.0.22-rc.tar.gz
tar zxvf tor-0.2.0.22-rc.tar.gz
cd tor-0.2.0.22-rc
./configure
make
sudo make install
Install Vidalia GUI
You need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following lines
deb http://ppa.launchpad.net/adnarim/ubuntu gutsy main
deb-src http://ppa.launchpad.net/adnarim/ubuntu gutsy main
Save and exit the file
Update the source list
sudo apt-get update
Install vidalia
sudo apt-get install vidalia
Once installed press alt F2 and open the run prompt and type in “vidalia” without the quotes, this will start tor, vidalia and you can configure tor/vidalia by right clicking on the tray applet and click on settings, right there you can view all the nodes and choose what to connect to, see node uptimes, os’s and locations with a graphical map.
For web browsing in firefox I prefer using an extention named FoxyProxy it works well with firefox and swiftfox, you can grab this extention directly from here
If you prefer stronger anonymity & protection I strongly Suggest Torbutton for firefox you can download from here
Install the addon and go through the Tor wizard and it will set you up for you and you can view which tor nodes you connect through actively via vidalia
Speed Tweaks for tor
Lets get to editing our torrc so we can improve the speed!
gedit ~/.vidalia/torrc
Paste this at the beginning of the torrc:
# Set the Tor Circuit Build time to find faster tor servers, increments of seconds
CircuitBuildTimeout 2
# connections while Tor is not in use.
KeepalivePeriod 60
# Force Tor to consider whether to build a new circuit every NUM seconds.
NewCircuitPeriod 15
# Set How many entry guards we should we keep at a time
NumEntryGuards 8
View source postFiled under Ubuntu | Comment (0)
HOWTO setup Atheros AR5007EG wireless on Feisty Fawn (with ndiswrapper)
View original post
Make sure you use the appropriate version of the drivers for your version of Linux. If you’re using a 64-bit version of Linux, you must use 64-bit drivers. You can check this using the following command:
(…)
Read the rest of HOWTO setup Atheros AR5007EG wireless on Feisty Fawn (with ndiswrapper) (228 words)
© admin for Ubuntu Geek, 2008. |
Permalink |
No comment
Add to del.icio.us
Search blogs linking this post with Technorati
Want more on these topics ? Browse the archive of posts filed under Networking.
—
Related Articles at Ubuntu Geek:
Filed under Ubuntu | Comment (0)
HowTo: Set A Default Browser in Debian
View original post
Let’s just say that you are a newbie like me. I know its easy to set a default browser in Debian but hey, I get to write about my experience on learning something new right?
View source postFiled under Debian | Comment (0)
XWiki On Debian 4 (Etch) - Tomcat - MySQL
View original post
XWiki is a professional wiki with enterprise features such as blog, strong rights management, LDAP authentication, PDF export, full skining and more.
View source postFiled under Debian | Comment (0)
DPL Debate Schedule and Rules
View original post
Don’t forget, the DPL Debate will be on IRC in #debian-dpl-debate on
irc.debian.org (OFTC) at 20:30 UTC, March 26th 2008, ending at 23:30
UTC, March 26th 2008.
Filed under Debian | Comment (0)
APT Howto
View original post
It’s been a while since we had one of these - here’s a howto for apt.
View source postFiled under Debian | Comment (0)
Ubuntu 8.04 (Hardy Heron) Beta Screenshots Tour
View original post
The Ubuntu developers are moving very quickly to bring you the absolute latest and greatest software the open source community has to offer. This is the Ubuntu 8.04 beta release, which brings a host of excellent new features.
(…)
Read the rest of Ubuntu 8.04 (Hardy Heron) Beta Screenshots Tour (19 words)
© Admin for Debian Admin, 2008. |
Permalink |
No comment
Add to del.icio.us
Search blogs linking this post with Technorati
Want more on these topics ? Browse the archive of posts filed under General.
—
Related Articles at Debian Admin:
Filed under Debian | Comment (0)
XWiki On Debian 4 (Etch) - Tomcat - MySQL
View original post
XWiki On Debian 4 (Etch) - Tomcat - MySQL
XWiki is a professional wiki with enterprise features such as blog,
strong rights management, LDAP authentication, PDF export, full skining
and more. It also includes an advanced form and scripting engine making
it a development environment for data-based applications. It has
powerful extensibility features such as scripting in pages, plugins and
a highly modular architecture. See the full feature list for more.
Filed under Debian | Comment (0)