摘要:
进行ssh访问时出现错误:ssh: Could not resolve hostname master: Name or service not known 解决办法: 修改hosts文件,将名称和IP建立联系 1、打开/etc目录下hosts文件 sudo vim /etc/hosts 2、修改文 阅读全文
摘要:
grep: Global search REgular expression and Print out the line作用:文本搜索工具,根据用户指定的“模式”对目标文本逐行进行匹配检查,打印匹配到的行模式:由正则表达式字符及文本字符所编写的过滤条件 所有的类linux系统都会提供一个名为gre 阅读全文