上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页
摘要: https://blog.csdn.net/unixtech/article/details/53185297 squid 查看命中率 https://blog.csdn.net/cnbird2008/article/details/3357492 阅读全文
posted @ 2018-06-23 10:10 余***龙 阅读(213) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qinxiandiqi/article/details/39155593 阅读全文
posted @ 2018-06-20 21:25 余***龙 阅读(466) 评论(0) 推荐(0) 编辑
摘要: http://www.shumeipaiba.com/wanpai/jiaocheng/16.html 阅读全文
posted @ 2018-06-15 08:47 余***龙 阅读(395) 评论(0) 推荐(0) 编辑
摘要: http://service.oray.com/question/2680.html 阅读全文
posted @ 2018-06-14 23:49 余***龙 阅读(697) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36305492/article/details/78607557 阅读全文
posted @ 2018-06-14 22:46 余***龙 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://www.linuxidc.com/Linux/2016-12/138220.htm 阅读全文
posted @ 2018-06-12 21:21 余***龙 阅读(240) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/augustyang/p/6087155.html 阅读全文
posted @ 2018-06-12 12:37 余***龙 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/33461b619d53 阅读全文
posted @ 2018-06-12 11:31 余***龙 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ctrl+b +%:增加垂直分屏 ctlr+b +左右箭头: 在垂直分屏中移动 ctrl+b+c:新建窗口(不分屏) ctrl+b+数字键: 切换窗口 ctrl+b+d: 断开窗口 tmux a : 重新回到窗口 tmux ls: 查看窗口 tmux a -t 0: 回到第0个窗口 阅读全文
posted @ 2018-06-10 19:38 余***龙 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 查看系统支持的shell: cat /etc/shells 查看当前系统用的shell: echo $SHELL 从bash切换到zsh: 先yum安装,然后 chsh -s /bin/zsh ,退出重新登录即可(chsh -s 实际上是修改了/etc/passwd文件) env和export显示的 阅读全文
posted @ 2018-06-10 18:15 余***龙 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页