随笔分类 - linux
摘要:设置语言环境 echo "export LC_ALL=en_US.UTF-8" >> /etc/profile source /etc/profile 文件解压 # 压缩 tar -czvf tinyproxy.tar.gz tinyproxy/ # 解压 tar -zxvf tinyproxy.t
阅读全文
摘要:Dockerfile FROM mono:latest # 更新软件源 COPY ./sources.list /etc/apt/sources.list RUN apt-get clean RUN apt-get update # 安装 mono-fastcgi-server4, nginx RU
阅读全文
摘要:tinyproxy是一款用于POSIX操作系统的轻量级HTTP/HTTPS代理服务程序,非常小巧快速,便于部署,性能也不差。 仓库:https://github.com/tinyproxy/tinyproxy 文档:https://tinyproxy.github.io/ 主要支持下面的功能特性:
阅读全文