This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 没有使用代理服务器 | |
| REMOTE_ADDR = 您的 IP | |
| HTTP_VIA = 没数值或不显示 | |
| HTTP_X_FORWARDED_FOR = 无数值或不显示 | |
| 使用透明代理服务器(Transparent Proxies) | |
| REMOTE_ADDR = 最后一个代理服务器 IP | |
| HTTP_VIA = 代理服务器 IP | |
| HTTP_X_FORWARDED_FOR = 您的真实 IP ,经过多个代理服务器时,这个值类似如下:118.168.8.66, 119.188.68.169, 119.188.68.231 | |
| 此类代理服务器仍然将您的信息转发给您的访问对象,无法达到隐藏真实身份的目的。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 连接成功后,会出现如上图所示,之后就可以复制粘贴代码部署了。 | |
| CentOS6+/Debian6+/Ubuntu14+ ShadowsocksR一键部署管理脚本(2018.11.21更新): | |
| 脚本一(2018.11.20更新) | |
| yum -y install wget | |
| wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| transmission-web一键汉化 | |
| ```python | |
| wget https://github.com/ronggang/transmission-web-control/raw/master/release/install-tr-control.sh | |
| ``` | |
| nohup查看杀死 | |
| 查看jobs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Centos安装流量监控工具iftop笔记 | |
| 一、概述 | |
| iftop可以用来监控网卡的实时流量(可以指定网段)、反向解析IP、显示端口信息等,详细的将会在后面的使用参数中说明。官方网站:http://www.ex-parrot.com/~pdw/iftop/ | |
| 本博客其他随笔参考: | |
| 网站日志实时分析工具GoAccess使用 | |
| 工作中常用Linux命令--服务器运维 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 学派吧-受到客户需求。帮忙寻找一个 linux 服务器测试工具。今天特别找了几个测试工具、经常测试 把这个工具在分享下 | |
| 对于简单的测试手中的 Linux VPS、服务器等信息还是有一点点参考比较价值用途的。 | |
| 第一、脚本下载地址 | |
| 1、官方地址 | |
| ``` | |
| wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | |
| chmod +x superbench.sh | |
| ./superbench.sh | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 重置密码 | |
| ``` | |
| passwd root | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| wget https://github.com/tcp-nanqinlang/lkl-haproxy/releases/download/1.1.1/tcp_nanqinlang-haproxy-centos.sh | |
| bash tcp_nanqinlang-haproxy-centos.sh | |
| ``` |
OlderNewer