Thread
:
Privoxy for the N900 - still not ready for primetime?
View Single Post
dest
2011-12-14 , 15:32
Posts: 1 | Thanked: 2 times | Joined on Aug 2011 @ France
#
4
Hello there
About privoxy running on N900 :
It seems to run fine (at least the qtmobilehotspot embedded privoxy does its user-agent editing nicely).
However i did not test it extensively.
About running privoxy :
The default configuration file uses the current directory for finding other files. By default they are located in /opt/privoxy so try this :
Code:
root cd /opt/privoxy privoxy --no-daemon
And see if it starts (it should, and stay running in the terminal - kill it with ctrl + c).
You are on your own for editing the configuration file after that and setting everything up (i do not have much knowledge for that).
If you want to start privoxy in daemon mode (and not having it locked to your terminal session) :
Code:
root cd /opt/privoxy privoxy
Anyway, to see the command line options :
Code:
root privoxy --help
Good luck
Quote & Reply
|
The Following 2 Users Say Thank You to dest For This Useful Post:
bocephus
,
The Winter
dest
View Public Profile
Find all posts by dest