随笔分类 -  Linux

摘要:1.监控对象: 1)监控对象的理解:cpu是怎样工作的,原理 2) 监控对象的指标:cpu使用率,cpu负载,cpu个数,上下文切换 3)确定性能基准线,怎样才算故障,cpu多少才算高 2.监控范围: 1) 硬件监控 服务器的硬件故障 2)操作系统监控 cpu 内存 IO 进程 3) 应用服务监控 阅读全文
posted @ 2020-02-22 20:53 余***龙 阅读(124) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/unixtech/article/details/53185297 squid 查看命中率 https://blog.csdn.net/cnbird2008/article/details/3357492 阅读全文
posted @ 2018-06-23 10:10 余***龙 阅读(215) 评论(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 余***龙 阅读(367) 评论(0) 推荐(0) 编辑
摘要:http://man.linuxde.net/netstat 阅读全文
posted @ 2018-06-10 16:10 余***龙 阅读(300) 评论(0) 推荐(0) 编辑
摘要:aircrack-ng -w 字典路径 握手包路径 screen -S 001创建会话 screen -ls 列出窗口列表 screen -r 5位数字 进入会话指令 如果会话恢复不了,则是有可能处于Attached 状态,用另一个指令恢复,指令:screen -dR 5个数字 阅读全文
posted @ 2018-06-09 15:29 余***龙 阅读(291) 评论(0) 推荐(0) 编辑
摘要:linux常用命令: https://blog.csdn.net/xiaoguaihai/article/details/8705992 常用命令 1.数据同步写入磁盘: sync 2.马上关机: shutdown -h now 3.指定5分钟后关机,同时送出警告信息给登入用户: shutdown 阅读全文
posted @ 2018-06-08 09:40 余***龙 阅读(152) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/guojin08/article/details/38704823 阅读全文
posted @ 2017-09-10 13:26 余***龙 阅读(863) 评论(0) 推荐(0) 编辑
摘要:原文: http://www.linuxidc.com/Linux/2014-03/98541.htm 阅读全文
posted @ 2017-09-06 09:37 余***龙 阅读(1517) 评论(0) 推荐(0) 编辑
摘要:原文: http://www.cnblogs.com/findyou/p/5499795.html 阅读全文
posted @ 2017-09-02 13:17 余***龙 阅读(106) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/cuker919/article/details/54178611 阅读全文
posted @ 2017-09-02 00:18 余***龙 阅读(863) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/q/1010000005981201 阅读全文
posted @ 2017-08-17 10:47 余***龙 阅读(809) 评论(0) 推荐(0) 编辑
摘要:打开终端 切换帐户 # su - Oracle 启动监听 $ lsnrctl start 关闭监听 $ lsnrctl stop 切换帐户一定要加 "-" 否则会出现: bash:lsnrctl:command not found.错误 阅读全文
posted @ 2017-08-14 16:33 余***龙 阅读(4840) 评论(0) 推荐(0) 编辑
摘要:http://blog.sina.com.cn/s/blog_623630d50101tc67.html 阅读全文
posted @ 2017-06-25 21:00 余***龙 阅读(436) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/clevercode/article/details/45740431 阅读全文
posted @ 2017-06-20 18:56 余***龙 阅读(134) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/fengyuzhiren/article/details/54844870 阅读全文
posted @ 2017-05-23 23:34 余***龙 阅读(141) 评论(0) 推荐(0) 编辑
摘要:这是解决方法: http://www.linuxidc.com/Linux/2016-09/134925.htm 阅读全文
posted @ 2017-05-23 23:01 余***龙 阅读(2000) 评论(0) 推荐(0) 编辑
摘要:今天装了ubuntu16和17,发现还是ubuntu16看着顺眼,所以以后决定用ubuntu16, 然后想换语言发现更新失败,所以想换成中国的源,但是vm里面复制粘贴不了,所以想用secureCRT连上去更改源,但总是连不上,后来找了找,亲测可用 原文链接 阅读全文
posted @ 2017-04-29 17:11 余***龙 阅读(231) 评论(0) 推荐(0) 编辑
摘要:今天在坐公交的路上看到一遍文章感觉还不错,先收集了.原文链接 Linux安装软件包 阅读全文
posted @ 2017-04-28 09:22 余***龙 阅读(83) 评论(0) 推荐(0) 编辑
摘要:$?是上一个命令的运行结果,0表示成功,其他值是失败。 阅读全文
posted @ 2017-04-27 22:17 余***龙 阅读(1215) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示