• 首页
  • 狐文
  • 狐图
  • About
Linux
Linux

BBR安装启用

BBR安装启用 安装BBR内核 yum系统更新 yum update 查看系统版本 cat /etc/redhat-release 安装elrepo并升级内核 导入证书 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 安装elrepo yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm 升级内核 yum --enablerepo=elrepo-kern…

2021年01月15日 0条评论 27点热度 0人点赞 阅读全文
Linux

安装docker

安装docker 安装docker - https://docs.docker.com/engine/install/centos/ 卸载旧版 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine 安装yum工具 sudo yum install -y yum-u…

2021年01月15日 0条评论 28点热度 0人点赞 阅读全文
Linux

Perdition Mail代理服务器配置

Perdition Mail代理服务器配置 可以直接使用我的docker代码部署:https://github.com/bigfoxtail/perdition-gmail.git 使用apt或yum安装perdition ,然后使用命令/etc/init.d/perdition stop停止服务,防止后面修改参数后残留进程。 Debian系Linux首先打开/etc/default/perdition文件,修改POP3、IMAP4等不需要的服务为no,取消不用的服务启动。 然后创建文件/etc/perdition…

2021年01月15日 0条评论 38点热度 0人点赞 阅读全文
Linux

Openssl 中间人SSL代理

Openssl 中间人SSL代理 仅仅能在Linux相关的系统上使用,有很多性能及应用方面的限制,可以用来测试。 文章来自:https://gist.github.com/jeremiahsnapp/6426298 以下为原文 As a proof of concept, the openssl tool can be used on Linux or OS X to create a rudimentary MITM SSL proxy. The openssl s_client used below will …

2021年01月15日 0条评论 25点热度 0人点赞 阅读全文
Linux

Stunnel SSL to SSL代理

Stunnel SSL to SSL代理 可以使用Stunnel设置SSL to SSL,实现类似中间人的数据转发。 该方法不会修改传输内容,所以无法当做普通的反向代理使用(例如,反代web服务器可能由于header host标识的缘故,部分网站无法正常返回页面) 以下配置示例,IMAP邮箱服务器代理,代理126(不校验证书),代理gmail(校验证书),使用证书加密链接,保证安全。 这种代理方式配置特别简单,相对于nginx、perdition等各种工具配置起来特别方便。 ; PID file is create…

2021年01月15日 0条评论 25点热度 0人点赞 阅读全文
Linux

NGINX反代IMAP配置

NGINX反代IMAP配置 NGINX 编译nginx时添加--with-mail --with-mail_ssl_module 参数,以启用mail代理功能。 注意,nginx只支持非ssl的远程连接。也就是说结构如下, imap服务 <--不支持ssl--> nginx反代服务器 <--支持ssl--> 你的邮件客户端 如果需要ssl连接服务器可以使用stunnel进行加密传输。 nginx.conf添加以下配置文件 mail { auth_http 127.0.0.1:80/auth.…

2021年01月15日 0条评论 29点热度 0人点赞 阅读全文
Linux

debian ubuntu 启动时忽略 sysctl.conf 的设置

Ubuntu或Debian中,sysctl.conf的配置 类似 net.ipv4.conf.all.log_martians=1 net.ipv4.conf.all.rp_filter=1 net.ipv4.conf.default.log_martians=1 在重启后无法生效。 原因是/etc/init.d/procps.sh在启动过程中起步太早,无法应用许多sysctl。由于它是在加载网络模块和安装文件系统之前运行的,因此存在很多常用的sysctl,这些sysctl在启动时会被忽略,并向控制台产生错误。 网…

2020年09月10日 0条评论 48点热度 0人点赞 阅读全文
12345…15
最新 热点 随机
最新 热点 随机
钛备份或小米系统备份功能备份出来的APK无法正常还原 BBR安装启用 安装docker mitmproxy 调试方法 Android SDK 版本选择 Perdition Mail代理服务器配置 HAProxy SSL代理 Openssl 中间人SSL代理 Stunnel SSL to SSL代理 NGINX反代IMAP配置 各种设备User Agent Torrent下载工具推荐 用 rar2john+hashcat 破解 RAR 文件密码 2020最好的Linux发行版 关闭新版chrome工具栏上拼图图标 Office 下载、安装、激活,有它就够了! Android 非官方的发行版 openwrt添加autoconf-archive
Debian防火墙问题 bin/ld: cannot find -liconv 报错 Openwrt 编译 SpringBoot配置文件说明 iptables入门06(DNS端口53设置 Sqlite大批量导入数据提高效率的几种方式 脑洞大开的自然语言验证码 CentOS 6/7手动安装BBR和魔改BBR教程 英特尔服务器主板24针前面板接口说明 ORACLE递归查询 Oracle 树操作(select…start with…connect by…prior) Maven仓库理解和优先级 Oracle 查看表空间的大小及使用情况sql语句 UDPSpeeder为UDP加速 (udp2raw-tunnel) 【PS色彩】最舒服的色彩搭配 vsftpd 安装以及配置虚拟用户上传下载 香蕉派关闭LED灯 OpenWrt 编译 LuCI -> Applications 添加插件应用说明-L大【2020.8.12】 win7更新提示不支持的硬件 Motrix 添加链接提示 Failed to fetch
标签聚合
git blog 密码 chromium yum https 网卡 linux 下载 路由 安装 docker chrome ssl e 镜像

COPYRIGHT © 2020 狐窝. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS