You are not logged in.
Pages: 1
null
Last edited by gromlok (2019-03-10 15:39:42)
.
Offline
While I don't have an answer, I couldn't help to wonder why you want to do this... Pacman usually downloads something from well-regarded mirrors. Shouldn't tor impact download speed?
Last edited by Leonid.I (2011-01-02 01:59:45)
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
you could use this: http://www.archlinux.org/packages/?q=tsocks
Offline
null
Last edited by gromlok (2019-03-10 15:39:50)
.
Offline
i use tsocks to ssh tunnel some apps, it works great. just create /etc/tsocks.conf, mine looks like this:
root@blackout:~# cat /etc/tsocks.conf
server = 127.0.0.1
server_port = 9999adjust the port to the port you're using with tor.
then just run, for example:
tsocks pacman -Syu(or whatever application you want to run through it)
Last edited by bangkok_manouel (2011-01-02 03:33:07)
Offline
Pages: 1