CrunchyFree wrote:

and I'd have mentioned the repo they have to put in like this:

sudo nano /etc/atp/sources.list
deb http://deb.torproject.org/torproject.org squeeze main

Save, exit then enter

gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -

Followed by

sudo aptitude update
sudo aptitude install tor tor-geoipdb

You can skip the disk-upgrade.

Thanks for the info. Personally I didn't use those steps, I did it as mentioned in the guide. If you're happy for me to merge in your info I will?

CrunchyFree wrote:

Decent walk-through but I feel like they should be a little more informative so you have a basic understanding of what you're doing while you're doing it. Think you can work on an I2P one? Maybe a little more descriptive than this one?

Hi and thanks for the review!
I'm really new to writing guides so I'll have to work on tuning it up a little to make it more informative over time. I'll have a look into the I2P stuff but I'm not familiar with that at the moment if I'm honest. I agree the guide is a bit "as is" like the Ubuntu one I mentioned. I'll have to have a think about the additions as it could get a bit overly lengthy adding stuff about protocols and how the proxies work, also I'm not so great at explaining stuff, but was advised to write up the steps as a new thread, after chatting in the "privacy and security" posts. I'll keep thinking and thanks again for the feedback smile

Tunafish wrote:

If you post the installation guide for Tor in this thread, i'll make a link to it from the first post.
Thanks,
Tuna

Edit: See next post.... and i'll make the link from the first post anyway smile

Thanks Tunafish, that would great smile

anonymous wrote:

You should make a separate thread for the Tor guide.

Hi. OK I've created as a new thread, as you advised. I put it in Tips and Tricks which I hope is OK: http://crunchbanglinux.org/forums/topic … -with-tor/

It's the first guide type thing I've written so I hope it's up to the mighty #! standard hmm

Welcome to my guide on installing Tor to enable you to surf the net anonymously.

Coming from an Ubuntu background i wasn't sure how different it would be to install on a Debian system. Turns out this installation is very similar to the one I used for Ubuntu so I have to give that credit here: https://help.ubuntu.com/community/Tor Also some official pages from Tor about Debian installations here http://www.torproject.org/docs/debian.html.en

I'm not claiming to be an expert at networking stuff or claiming this is the best guide. It's simply what I did incase anyone else wants to try it >

[ Install Tor ]

To install Tor run the following commands;

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install tor tor-geoipdb

NOTE: Tor installs polipo by default with the default configuration as listed on http://www.torproject.org/docs/debian.html.en
I can’t see any reason to edit the polipo configuration file if you decide to though, it lives in /etc/polipo/config.

[ Installing Privoxy ]

On the Tor website there is information that you should not run polipo and privoxy at the same time as they both listen on port 8118. The Tor-Button doesn't seem to work without Privoxy though so we need to install privoxy also.

sudo apt-get install privoxy.

Open /etc/privoxy/config and add the following line of configuration, anywhere should be fine but I just added it as a new last line. The "9050 ." isn't a typo.

forward-socks4a / 127.0.0.1:9050 .

Personally I had a look at the privoxy configuration file itself and it seemed fairly conclusive but you can use the Tor website version if you want I guess: http://www.torproject.org/docs/tor-doc- … en#polipo.

[ But what about the problem of not running Polipo and Privoxy together? ]

Good question! When installed; tor, polipo and privoxy all start at boot. This not only chews up RAM but may cause errors as mentioned above.
To remove this problem I disabled the 3 programs from running at boot, using these commands :

sudo update-rc.d -f tor remove
sudo update-rc.d -f polipo remove
sudo update-rc.d -f privoxy remove

Basically update-rc.d manages all of the symlinks in the various runlevels to the original init script in question. In Debian systems runlevels 2-5 are identical but I think they're just left there to allow the more traditional system to be restored if required or possibly for compliance.

[ Starting Tor, Privoxy and Check the service is running on port 9050 ]

sudo /etc/init.d/tor start
sudo /etc/init.d/privoxy start

Now check that the service is running on port 9050 by running the following

sudo netstat -a | grep 9050

You should see this after a slight pause:

tcp 0 0 localhost:9050 *:* LISTEN

[ Configuring Exit Nodes ]

To configure the exit nodes you will want to edit the torrc file found in /etc/tor/torrc. Check the website https://torstat.xenobite.eu/index.php?S … mp;SO=Desc to get a good idea of the fastest servers to connect with.

These can then be configured as your exit notes by simply adding the line "exitnodes *" at the bottom of torrc, for example:

exitnodes amunet1, amunet2, amunet3, amunet4

[ Torbutton In Firefox ]

https://addons.mozilla.org/en-US/firefox/addon/2275/

Use this to quickly automate the service on and off in Firefox. As well as testing you are connected to Tor via https://check.torproject.org/ you should also look to http://www.ip2location.com/ to see which particular country and server you are running under. This is a good way to confirm you have configured the exit nodes correctly.

[ Disable the services without rebooting ]

You can disable the services by running the following relevant commands:

sudo /etc/init.d/tor stop
sudo /etc/init.d/privoxy stop
sudo /etc/init.d/polipo stop

[ Summary ]

Tor should be fully installed and working for you now. Be very careful not to mistake Tor as a security device, it is strictly anonymity. IMO you should never use Tor for anything like banking or emails, forums etc - basically anything where the password details you give could be recorded in the Tor network. For more info have a look at these couple of links http://www.torproject.org/overview.html.en and http://www.torproject.org/download.html.en#Warning

Hope this guide works out for you. I shall try and help as best I can if you have any problems but as I said I am not exactly an expert! Have fun smile

Tunafish wrote:

I found a great way to test the security of your computer/network:

1. Join an IRC chat room with 250+ Linux gurus.
2. Call them all fags and proclaim that Bill Gates kicks Linus Torvald's ass.
3. Give them your IP address (Optional, since it's amazingly easy to get it on IRC).

If your machine is still running the next day, you're good.

big_smile

found on http://digg.com/linux_unix/How_To_Test_ … x_Firewall

Brilliant! Made me lol, thanks Tunafish. Obviously connect as root too, just to show them you mean business big_smile
There are some great links here which I'm going to have fun learning about. Normally I just use Tor with the Tor-Button add on. Having recently switched from Xubuntu I was relieved to find that the installation works the same in Statler. I expect it might be covered, but I'm happy to post the steps I used if anyone is interested.

6

(13 replies, posted in Introductions)

Pieter wrote:

Hi there and welcome!

Hi smile I appreciate the welcome, thanks a lot!

I really like the latest ones Khaled. You have a great talent. Thanks a lot smile

8

(13 replies, posted in Introductions)

richs-lxh wrote:

Hi netslice, welcome to the #!CB community. I actually did create a custom distro with OpenBox on Debian, but Crunchbang meant I no longer needed to distro-hop nor create a custom distro.

I have to say that CB has probably the best implementation of OpenBox I have seen, and also has the best selection of applications as well.

It's fast, stable and looks great!

Thanks a lot for the welcome richs-lxh, much appreciated smile

I had a blueprint idea of how I might attempt making my own OpenBox system but totally agree the implementation and design of #! is amazing, in the lightweight tuned distro class it's like a F1 car. I was expecting a possible "crunch bang" lol, being an alpha release and all, but it's been perfect!  I'll be looking forward to learning a lot reading yours and the guys posts here and hopefully helping where I can.

9

(13 replies, posted in Introductions)

bobobex wrote:

Hi netslice, and welcome to CrunchBang smile

Thanks a lot for the welcome bobobex, I appreciate it! I had to check out what "The Better Half" meant. You know what they say about behind every great man ... big_smile

10

(13 replies, posted in Introductions)

anonymous wrote:

Welcome to the forums netslice smile

Thanks a lot for the welcome anonymous, I appreciate it! Cool avatar BTW smile

11

(13 replies, posted in Introductions)

vrkalak wrote:

Welcome to #!Crunchbang and the #!Forums.

Many of the #! members, are very knowledgeable with Crunchbang, Debian, Arch, Conky, tint2, Openbox, Xfce . . . the list goes on.

I can tell I'm going to learn a lot! Thanks a lot for the welcome, I appreciate it vrkalak smile

12

(7 replies, posted in Tips, Tricks & Scripts)

That's a pretty cool tool. Thanks for the link! I keep my conky minimal nowadays but it would be a great way to build a base.

13

(13 replies, posted in Introductions)

FiniteStateMachine wrote:

Welcome to the forums netslice big_smile.
I'm glad you like CrunchBang as much as the rest of us. Truth be told, i think many of us would have made custom distros too if it weren't for this project.
As for the transition from Ubuntu -> Debian, you'll find things work basically the same. Debian and CrunchBang don't have some of the newbie-friendly tools, but regardless, you should have very little trouble. If you do though, or if you have any questions don't be afraid to ask!

Awesome, thanks a lot for the welcome FiniteStateMachine smile I'm looking forward to learning a lot from you guys and helping where I can.

14

(13 replies, posted in Introductions)

Hi everyone!
I'm really glad to be joining the forum here. I've been using Ubuntu for a while and was looking for more of a technically challenging, easy to customize and light weight system which was based on Debian rather than Ubuntu getting the credit. Having researched a few kits to try and build a custom ISO like Nova-Builder etc I finally found out some genius had already done it big_smile
So far it's been working like a dream with no issues at all. I can only afford an older laptop for my dedicated Linux box but it runs really well. I'm not entirely sure where to give the feedback Statler Alpha 2 but I should find it.

A little about me I would say... I have experience with using Xubuntu for a few years so I have fair Xfce knowledge although I am running the OpenBox variant. I've got good experience with apt and working with Ubuntu so although I know things are a little different on the new Debian system I hope my general knowledge will be good enough to help some people out.

Thanks again for the awesome OS, I'll be looking forward to chatting and meeting you in the forums smile