first of all congratulations to this supercool linux-distro! very well done!
only thing is im having problems to get proxychains with socks5 to work. has anyone a link for this or can post how to do that.
yes, and its also featurerequest since http servers put tor-nodes on their blacklists....

I managed to get proxychains working:
I
sudo apt-get install proxychains lynxthen copy /etc/proxychains.conf to my ~/Persistent/ dir and comment out theproxy_dnsline. Then to use proxychains with lynx we need to clear all proxy-related env variables (ones that contain 8118). Seeset | grep 8118for a list,http_proxy=etc blank them.Once that's done you can
proxychains lynx http://check.torproject.org/, if you get a congratulationary message you are okay to open the config file, add a proxy to the end of the file and try again. If that's good (doesn't detect Tor) then you can uncomment the#quiet_modeline so you don't get dirt on your screen while surfing in text mode.My next task will be to get a graphical mode browser working, I'm thinking netsurf but apt appears to be broken so I can't install it.