Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  2.  
  3. lxrun /install
  4.  
  5. sudo apt-get install proxychains
  6.  
  7. locate proxychains
  8.  
  9. locate
  10.  
  11. locate: no pattern to search for specified
  12.  
  13. dpkg -L proxychains
  14.  
  15. /.
  16.  
  17. cd etc
  18.  
  19. nano proxychains.conf
  20.  
  21. nano etc/proxychains.conf
  22.  
  23. sudo apt-get install privoxy
  24.  
  25. dpkg -L privoxy
  26.  
  27. /etc/privoxy/templates/edit-actions-list-button
  28. /etc/privoxy/templates/edit-actions-url-form
  29. /etc/privoxy/templates/cgi-error-file
  30. /etc/privoxy/templates/cgi-error-parse
  31. /etc/privoxy/templates/no-such-domain
  32. /etc/privoxy/templates/connection-timeout
  33. /etc/privoxy/templates/show-status-file
  34. /etc/privoxy/templates/blocked
  35. /etc/privoxy/templates/edit-actions-list-url
  36. /etc/privoxy/templates/toggle-mini
  37. /etc/privoxy/templates/toggle
  38. /etc/privoxy/templates/show-version
  39. /etc/privoxy/templates/edit-actions-list
  40. /etc/privoxy/templates/cgi-error-modified
  41. /etc/privoxy/templates/edit-actions-list-section
  42. /etc/privoxy/templates/connect-failed
  43. /etc/privoxy/templates/show-request
  44. /etc/privoxy/templates/forwarding-failed
  45. /etc/privoxy/templates/cgi-error-file-read-only
  46. /etc/privoxy/templates/cgi-style.css
  47. /etc/privoxy/templates/mod-local-help
  48. /etc/privoxy/templates/mod-unstable-warning
  49. /etc/privoxy/default.action
  50. /etc/privoxy/config
  51. /etc/privoxy/user.action
  52. /etc/logrotate.d
  53. /etc/logrotate.d/privoxy
  54. /etc/init.d
  55. /etc/init.d/privoxy
  56.  
  57. nano etc/privoxy/config
  58.  
  59. cd .. && cd etc && cd privoxy && ls
  60. nano config
Add Comment
Please, Sign In to add comment