Privoxy : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Installation)
Ligne 21 : Ligne 21 :
 
   Setting up privoxy (3.0.6-3) ...
 
   Setting up privoxy (3.0.6-3) ...
 
   Starting filtering proxy server: privoxy.
 
   Starting filtering proxy server: privoxy.
 +
 +
On peut vérifier que privoxy est effectivement activé (sur le port 8118 par défaut)
 +
 +
  nmap localhost | grep privoxy
 +
 +
  8118/tcp open  privoxy

Version du 23 février 2008 à 19:36

Prérequis

  • Ne pas avoir privoxy installé !

Installation

 apt-get install privoxy
 Reading package lists... Done
 Building dependency tree       
 Reading state information... Done
 The following NEW packages will be installed:
   privoxy
 0 upgraded, 1 newly installed, 0 to remove and 127 not upgraded.
 Need to get 0B/1274kB of archives.
 After this operation, 2765kB of additional disk space will be used.
 Selecting previously deselected package privoxy.
 (Reading database ... 139366 files and directories currently installed.)
 Unpacking privoxy (from .../privoxy_3.0.6-3_i386.deb) ...
 Setting up privoxy (3.0.6-3) ...
 Starting filtering proxy server: privoxy.

On peut vérifier que privoxy est effectivement activé (sur le port 8118 par défaut)

 nmap localhost | grep privoxy
 8118/tcp open  privoxy