随笔分类 -  linux

centos命令
摘要:top/内存 m看内存 , q退出free看内存ps -ef | grep java /看进程lsof -i:8090/看端口rm -rf/删除kill -9 /杀进程 阅读全文

posted @ 2019-05-09 20:58 Kooing 阅读(97) 评论(0) 推荐(0)

linux查看内存
摘要:虚拟内存,操作系统内核为了对进程地址空间进行管理(process address space management)而精心设计的一个逻辑意义上的内存空间概念。 内核会为系统中每一个进程维护一份相互独立的页映射表 物理内存,共享内存:https://blog.csdn.net/u012398613/a 阅读全文

posted @ 2018-07-29 17:23 Kooing 阅读(162) 评论(0) 推荐(0)

docker-mysql
摘要:先把我们本来的mysql关掉,开关命令,http://www.dodobook.net/mysql/3017 下载,建镜像:https://www.jianshu.com/p/c337dbe232ac,有链接密码,123456 进入命令行 docker exec -it mysql bash 进入容 阅读全文

posted @ 2018-05-23 22:05 Kooing 阅读(114) 评论(0) 推荐(0)

docker-tomcat
摘要:https://yq.aliyun.com/articles/6894 1,add命令源目录 只能从 ./ 当前目录开始,目标目录是容器的目录,不是服务器的目录 2,server.xml改的东西,里面的项目目录也是容器目录 3,build命令 阅读全文

posted @ 2018-05-20 23:20 Kooing 阅读(117) 评论(0) 推荐(0)

docker命令
摘要:1,docker ps 运行的容器 2,docker image ls 有什么镜像 3, -d:表示指定容器后台运行 -p:表示宿主机的8080端口对外映射暴露为8888端口 4, 阅读全文

posted @ 2018-05-18 16:00 Kooing 阅读(128) 评论(0) 推荐(0)

linux-docker安装
摘要:https://yeasy.gitbooks.io/docker_practice/content/install/centos.html 阅读全文

posted @ 2018-05-18 00:05 Kooing 阅读(78) 评论(0) 推荐(0)

nginx
摘要:https://www.jianshu.com/p/c955e8bb68ff http://www.runoob.com/linux/nginx-install-setup.html 注意点 1,在linux上要安装步骤 2,我安装了在usr/local/nginx上 3,nginx.conf文件要 阅读全文

posted @ 2018-05-17 21:04 Kooing 阅读(97) 评论(0) 推荐(0)

云服务器启动tomcat巨慢,很慢
摘要:https://www.jianshu.com/p/576d356dc163 阅读全文

posted @ 2018-05-16 11:15 Kooing 阅读(129) 评论(0) 推荐(0)

linux的mysql
摘要:mysql https://www.cnblogs.com/cnblogsfans/archive/2009/09/21/1570942.html https://blog.csdn.net/SmallTankPy/article/details/75451645 java https://blog 阅读全文

posted @ 2018-05-08 18:37 Kooing 阅读(108) 评论(0) 推荐(0)

linux命令
摘要:1,ps -ef|grep tomcat 查看相关进程 2,tail 3,rm -rf 阅读全文

posted @ 2018-04-24 23:04 Kooing 阅读(139) 评论(0) 推荐(0)

导航