随笔分类 - Operating System
摘要:cgroup https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/resource_management_guide/ch01 http://man7.org/linux/man-pages/ma
阅读全文
摘要:pstree(1): tree of processes - Linux man pagehttps://linux.die.net/man/1/pstree How to view process tree in Linuxhttps://www.simplified.guide/linux/vi
阅读全文
摘要:https://www.cyberciti.biz/faq/linux-show-directory-structure-command-line/ Linux: HowTo See Directory Tree Structure last updated January 17, 2015 in
阅读全文
摘要:MYSQL dead but pid file exists问题 - CSDN博客https://blog.csdn.net/shilian_h/article/details/38020567 Error "mysqld dead but pid file exists" - Stack Over
阅读全文
摘要:https://www.openprogrammer.info/2015/06/14/how-to-install-java-8-and-tomcat-8-on-centos-6-as-service/ https://blog.csdn.net/jianyuerensheng/article/de
阅读全文
摘要:root@PC-RENGUOQIANG:~# curl http://kermit:kermit@192.168.66.182:8080/activiti-rest/service/repository/deployments/ {"data":[{"id":"20","name":"Demo processes","deploymentTime":"2018-08-01T10:02:11.2...
阅读全文
摘要:参考文档: http://www.cnblogs.com/wangkangluo1/archive/2011/09/23/2185977.html http://www.cnblogs.com/xd502djj/archive/2011/11/23/2260094.html
阅读全文
摘要:操作防火墙: https://www.jianshu.com/p/411274f96492 操作VNC; 从realVNC官网下载RPM包 安装后添加key:
阅读全文
摘要:https://help.ubuntu.com/lts/serverguide/ Jabber Instant Messaging Server https://help.ubuntu.com/lts/serverguide/jabberd2-server.html.zh-CN
阅读全文
摘要:https://help.ubuntu.com/lts/serverguide/mysql.html http://www.cnblogs.com/wuhou/archive/2008/09/28/1301071.html 注:建议将/etc/apt/source.list中的cn改成us,美国的服
阅读全文
摘要:1.开发WindowsFeature(程序)里的Linux扩展接口(其实从Windows2008发布前试用时,就发现悄悄藏着一个Unix接口选项)。 2.在windows应用商店可以下载到Ubuntu For Win10。 3.sudo apt update | sudo apt upgrade,升
阅读全文
摘要:https://baike.baidu.com/item/apt-get/2360755 https://www.debian.org/doc/manuals/debian-handbook/sect.apt-get.zh-cn.html
阅读全文
摘要:这个方法,未重启貌似无效。 https://blog.csdn.net/x_i_y_u_e/article/details/44704289 参考错误: https://github.com/Microsoft/WSL/issues/2291 https://forums.docker.com/t/
阅读全文
摘要:ll 命令是 ls -l的缩写 ls -a是列举所有(all)文件,包含隐藏文件,以.开头的文件。 ls -l是以列表(list)方式列举文件。 http://bbs.chinaunix.net/thread-2031412-1-1.html https://zhidao.baidu.com/que
阅读全文
摘要:https://www.binarytides.com/linux-cpu-information/
阅读全文
摘要:https://stackoverflow.com/questions/5905054/how-can-i-recursively-find-all-files-in-current-and-subfolders-based-on-wildcard
阅读全文
摘要:1.Insert键,决定是Insert模式还是Replace模式。 2.Esc键,退出编辑模式(Insert Or Replace)。 3.:wq (ZZ) 保存并退出Vim。 http://caibaojian.com/vim.html http://www.xker.com/page/e2012
阅读全文
摘要:https://searchdatacenter.techtarget.com/tutorial/77-Linux-commands-and-utilities-youll-actually-use
阅读全文