What's new

Closed install privoxy full setup pasok

Status
Not open for further replies.

ROSALYN-KO 16

Forum Guru
Joined
Feb 4, 2016
Posts
2,516
Reaction
11,768
Points
1,863
requirements:
-VPS
-PUTTY or JUICESSH
-UTAK.apk

1.Login mo account mo sa putty or juice ssh

2.kung hindi pa naka root ang login type this command
Code:
sudo su

3.then lagay mo password mo kung hinihingi root password

4.pag naka root na type this command
para sa ubuntu at debian
Code:
sudo apt-get install privoxy

para sa centos naman
Code:
sudo yum install privoxy

5.pag success na ang installation mo aayusin mo pa yan

type this command

Code:
nano /etc/privoxy/config

then press ctrl + w then search
Code:
  [::

tapos may lalabas na

listen-address [::]:8118

burahin nyo yan

then yung listen-address localhost:8118 or listen-address IP:8118

palitan nyo ng ganito

listen-address 0.0.0.0:?

ano yung ?

yun ay yung gusto mong port sa privoxy mo example

example:

listen-address 0.0.0.0:1111

pag naayos na at okay na ang port

press

ctrl + x then press y
then enter

6.then start na natin privoxy mo type this command

Code:
sudo service privoxy start

paano malalaman na buhay o activate na type this command

Code:
sudo service privoxy status

pag activate na ang nakalagay active[running]

ayos na yan pwede mo ng gamitin sa openvpn mo


enjoy


-PHTUNNELER
 
Status
Not open for further replies.
Back
Top