
frp服务开机自启
记得给frps或frpc文件执行权限!!! chmod 755 frps chmod 755 frpc 连不通可能是因为服务器与客户端时间差超过15min 使用systemd配置开机自启,适用于 centos7 Ubuntu 16 或 de...
记得给frps或frpc文件执行权限!!! chmod 755 frps chmod 755 frpc 连不通可能是因为服务器与客户端时间差超过15min 使用systemd配置开机自启,适用于 centos7 Ubuntu 16 或 de...
谷歌为我们带来了干货新的TCP拥塞控制算法 BBR (Bottleneck Bandwidth and RTT)。 目前在Linux Kernel 4.9中加入了该算法,所以我们只要升级内核就可以爽一波了。 开启 TCP BBR 只要 Li...
A本机, B远程服务器. 在A生成公钥: ssh-keygen -t rsa 生成后用scp指令把 .ssh/id_rsa.pub 复制到远程服务器: scp .ssh/id_rsa.pub serverip:/root/ 连接到远程服务器...
package practise; import java.util.Scanner; public class longestPalindrome { public static void main(String[] args) { Sc...
编辑/usr/local/nginx/conf/vhost/ 目录下,站点对应的conf文件,将其中的 ssl_certificate /root/ssl/pan.pem; ssl_certificate_key /root/ssl/pan...
1 进程安装 1.1 安装python tar xvf Python-2.7.10.tgz cd Python-2.7.10 ./configure –pr...
说明 项目里用到力http-parser,在这里简单说明一下其用法吧 下载地址:https://github.com/joyent/http-parser 其使用说明很详细。 开源用例 开源tcpflow 1.4.4中使用http-pars...
1 filelist=`ls /home/work/file/` for file in $filelist do echo $file done 一定要切记filelist=后边的那个引号不是单引号,而是tab键上边的那个键,或者说是1左...
基本篇: 打开列编辑模式很简单,按住鼠标右键,并开始拖拽需要选中的区域即可。 进阶篇: 如果每行的字符串长度不同,而你需要删除每行的最后7个字符,该怎么办呢? 1. Ctrl+A 全选 2. Ctrl+Shift+L 进入列选模式 3. 使...
curl 'localhost:9200/_cat/indices?v'