随笔分类 -  Linux

摘要:远程转发到本地端口 -L (端口转发) 命令格式: ssh -N -f -L lhost:lport:rhost:rport ruser@rhost 访问本地127.0.0.1:8443即可访问www.google.com:443 ssh -N -f -L [lhost:]8443:www.goog 阅读全文
posted @ 2022-03-24 11:11 jumpspider 阅读(1124) 评论(0) 推荐(0)
摘要:安装前准备 tmux-plugins 要求 tmux 版本1.9以上, 以及 git, bash。 如果使用的是 CentOS 系统,请确保安装 tmux 版本大于1.8,通常直接 yum install 的版本就是1.8,建议下载源码进行编译。https://github.com/tmux/tmu 阅读全文
posted @ 2022-03-05 16:56 jumpspider 阅读(3115) 评论(0) 推荐(1)