I've made the leap from Windows to Ubuntu 12.04 for about a week now. All has been going well and i even managed to fix the slow Internet issue but i definately need specific help with this one.
I share a laptop with my brother who installed Tor, tor-geoipdb and torsocks. I removed these applications as I realised the Internet was slow for some reason.
The problem I have now is that Deluge will not download anything, I tried to uninstall reinstall but still the same thing.
- port settings are correct, I'm not port forwarding or anything like that at the moment as i've never had to do this for it to work. when i run
sudo netstat -lp --inetI can see that deluge is listening on ports but i get no traffic. also how exactly do i delete~/.config/deluge, is it through the normal remove command?
Can you help???
~/.config/deluge? Are the port settings correct? – Exeleration-G Jun 27 '12 at 21:36apt-getis for installing and uninstalling packages, not for removing files; you can remove~/.config/delugeby typingrm -r ~/.config/deluge, or by just going to your home folder, press Ctrl+H to show hidden files, then navigate to.configand remove thedelugedirectory. – Exeleration-G Jun 28 '12 at 11:47