乱侃锁事

找个地方记录一些偶然想记住的事

Home Archives
2024-12-19
IT技术

socks代理转为http代理

linux下tcp代理可以使用ssh -D来实现,但是有些场景下必须使用http代理,这时就必须使用第三方软件了,目前发现的一个比较好用的是privoxy,安装

1
sudo apt install privoxy

配置文件写入(注意forward这行后面的点不能丢了):

1
2
forward-socks5t / 127.0.0.1:8888 .
listen-address 127.0.0.1:777

运行:

1
privoxy xxx.conf
Share
  • http代理
  • privoxy
Newer
linux修改字符集
Older
github copilot也有免费额度了

Categories

  • AI
  • IT技术
  • 人生
  • 税务
  • 软件使用
  • 阅读

Tags

  • AI
  • AI绘图
  • AI越狱
  • CodeWhisperer
  • Comfyui
  • WSL2
  • citext
  • copilot
  • deepseek
  • delphi
  • firefox
  • http代理
  • javascript
  • js
  • libreoffice
  • linux
  • nginx
  • office
  • pascal
  • podman
  • postgresql
  • privoxy
  • react.js
  • solid.js
  • wps
  • wsl
  • 书籍
  • 产品部署
  • 前端开发
  • 增值税
  • 字符集
  • 容器
  • 数据库
  • 未来展望
  • 税务申报
  • 编译
  • 网络访问
  • 阅读

Tag Cloud

AI AI绘图 AI越狱 CodeWhisperer Comfyui WSL2 citext copilot deepseek delphi firefox http代理 javascript js libreoffice linux nginx office pascal podman postgresql privoxy react.js solid.js wps wsl 书籍 产品部署 前端开发 增值税 字符集 容器 数据库 未来展望 税务申报 编译 网络访问 阅读

Archives

  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024

Recent Posts

  • firefox开始支持中文翻译
  • js数组的fill操作
  • 微软学精了
  • deepseek越狱版
  • WSL2中文问题
© 2025 twzcn
Powered by Hexo
联系我
Home Archives