2018年7月19日
摘要: 1. vim编辑模式下,搜索,/user,跳转下一个,小写的n 2. 阅读全文
posted @ 2018-07-19 16:55 小帅豹 阅读(171) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/ixan/p/8243623.html修改Linux系统防火墙配置需要修改 /etc/sysconfig/iptables 这个文件 1 vim /etc/sysconfig/iptables 在vim编辑器,会看到下面的内容 1 # Firew 阅读全文
posted @ 2018-07-19 16:43 小帅豹 阅读(357) 评论(0) 推荐(0)
摘要: Windows10下更换Git用户名或密码:https://jingyan.baidu.com/article/642c9d3435a6e9644a46f732.html git清除用户名密码 git config --system --unset credential.helper Git保存用户 阅读全文
posted @ 2018-07-19 16:33 小帅豹 阅读(2807) 评论(0) 推荐(0)
摘要: 1.负载命令: top、uptime、Glances (Linux系统监测工具), cat /proc/loadavg 阅读全文
posted @ 2018-07-19 13:51 小帅豹 阅读(119) 评论(0) 推荐(0)