随笔分类 -  1. Linux

Linux related
摘要:. CentOS 想查看哪个port开了,却提示命令无效 3. 阅读全文
posted @ 2018-10-17 02:24 NGTest 阅读(138) 评论(0) 推荐(0)
摘要:CentOS无法上网,且Xshell无法连接到虚拟机问题: 目的:在桥接模式下,CentOS能上网,且Xshell能够连接到虚拟机。解决办法:https://www.youtube.com/watch?v=7nXDCoaS2iY作者:seyvoue链接:https://www.imooc.com/a 阅读全文
posted @ 2018-10-15 01:11 NGTest 阅读(670) 评论(0) 推荐(0)
摘要:1.Umask http://man.linuxde.net/umask umask命令用来设置限制新建文件权限的掩码。当新文件被创建时,其最初的权限由文件创建掩码决定。用户每次注册进入系统时,umask命令都被执行, 并自动设置掩码mode来限制新文件的权限。用户可以通过再次执行umask命令来改 阅读全文
posted @ 2018-10-09 22:21 NGTest 阅读(310) 评论(0) 推荐(0)
摘要:https://www.imooc.com/video/3529 Windows Vs Linux Linux: (other linux overall https://onedrive.live.com/edit.aspx?resid=A42E44970A2B2F18!104&cid=a42e4 阅读全文
posted @ 2018-10-06 12:19 NGTest 阅读(208) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2018-09-14 03:54 NGTest 阅读(2) 评论(0) 推荐(0)
摘要:ps -ef | grep xx ps命令将某个进程显示出来 grep命令是查找 中间的|是管道命令 是指ps命令与grep同时执行 PS是LINUX下最常用的也是非常强大的进程查看命令 grep命令是查找,是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 grep全称是 阅读全文
posted @ 2018-09-13 21:36 NGTest 阅读(267) 评论(0) 推荐(0)
摘要:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/2/html/Getting_Started_Guide/ch02s03.html The sudo command o 阅读全文
posted @ 2018-09-12 22:51 NGTest 阅读(267) 评论(0) 推荐(0)
摘要:How to change default Java version on Linux Posted on November 1, 2015 by Dan Nanni Leave a comment Question: When I am trying to run a Java program o 阅读全文
posted @ 2018-09-12 22:38 NGTest 阅读(479) 评论(0) 推荐(0)
摘要:1. 用户添加和删除, 创建用户的同时,创建目录 https://blog.csdn.net/beitiandijun/article/details/41678251 2. Linux创建用户,设置密码linux创建用户、设置密码 https://blog.csdn.net/li_101357/a 阅读全文
posted @ 2018-09-12 09:51 NGTest
摘要:https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_basicnet_yast.html 阅读全文
posted @ 2018-09-12 09:39 NGTest 阅读(103) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/emanlee/archive/2012/08/11/2633895.html 阅读全文
posted @ 2018-06-26 04:00 NGTest 阅读(145) 评论(0) 推荐(0)
摘要:other article on my list: 查看进程 https://i.cnblogs.com/PostDone.aspx?postid=9231604&actiontip=%E4%BF%9D%E5%AD%98%E4%BF%AE%E6%94%B9%E6%88%90%E5%8A%9F inu 阅读全文
posted @ 2018-06-26 03:36 NGTest 阅读(462) 评论(0) 推荐(0)