摘要:
说一下用的系统是 CentOS7 命令ntpdate在/usr/sbin/下查看ntpdate 的位置的方法 :which ntpdate 使用/usr/sbin/ntpdate time.nist.gov 出现错误,晚上有很多方法,乱七八糟,根本行不通,有的就是为了浏览量,复制别人的,千篇一律,真 阅读全文
摘要:
https://baijiahao.baidu.com/s?id=1701421487691038370&wfr=spider&for=pc 阅读全文
摘要:
在Linux/Unix中,一般在屏幕上面看到的信息是从stdout (standard output) 或者 stderr (standard error output) 来的。许多人会问,output 就是 output,送到屏幕上不就得了,为什麼还要分成stdout 和 stderr 呢?那是因 阅读全文
摘要:
使用到,这里记录一下! 如果使用yum install xxxx,会找到安装包之后,询问你Is this OK[y/d/N],需要你手动进行选择。但是如果加上参数-y,就会自动选择y,不需要你再手动选择! yum -y install 包名(支持*) :自动选择y,全自动 yum install 包 阅读全文
摘要:
https://blog.csdn.net/liuqiker/article/details/102455077 阅读全文
摘要:
https://blog.csdn.net/weixin_44387725/article/details/89299276 阅读全文
摘要:
https://blog.csdn.net/qq_38232598/article/details/91346392 阅读全文
摘要:
1、永久改变显示样式,更改后的效果会保存下来(修改/etc/profile文件,在文件内容末尾加入如下内容) [root@localhost /]# vim /etc/profile #修改Linux显示的时间格式export TIME_STYLE='+%Y-%m-%d %H:%M:%S' [roo 阅读全文