摘要: 对于一些冗长的代码完全可以粘贴的时候,vi粘贴所有格式全部错乱,完全无法阅读。 解决办法:esc进入命令行模式后,输入 :set paste,然后再i进入粘贴编辑模式,即可正常复制并保留原有格式~ 阅读全文
posted @ 2018-04-09 18:54 大数据从业者FelixZh 阅读(2456) 评论(0) 推荐(0)
摘要: [root@dev240 logrotate.d]# /usr/sbin/logrotate -v /etc/logrotate.conf reading config file /etc/logrotate.conf including /etc/logrotate.d reading config file chrony reading config file cups reading co... 阅读全文
posted @ 2018-04-09 11:15 大数据从业者FelixZh 阅读(2603) 评论(0) 推荐(0)
大数据从业者