随笔分类 -  RedHat/CentOS

摘要:#!/bin/bash # #******************************************************************** #[Author]: NPC #[Date]: 2021-09-02 #[Description]: Nginx install # 阅读全文
posted @ 2021-09-02 17:10 apnpc 阅读(77) 评论(0) 推荐(0)
摘要:1.链接 centos | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror CentOS 源使用帮助 - USTC Mirror Help 文档 centos镜像-centos下载地址-centos安装教程-阿里巴巴开源镜像站 # 清华源 cd 阅读全文
posted @ 2020-10-27 08:03 apnpc 阅读(859) 评论(0) 推荐(0)
摘要:为了日志的可读性,方便查找,通常需要将日志文件做日期分割,例如按照每天或者每周作为日志的分割点。 1.脚本内容 #!/bin/bash # #******************************************************************** #[Author]: 阅读全文
posted @ 2020-10-25 01:27 apnpc 阅读(227) 评论(0) 推荐(0)
摘要:脚本内容 #!/bin/bash # #******************************************************************** # [Author]: NPC # [Date]: 2020-08-13 # [Description]: SSH bat 阅读全文
posted @ 2020-09-30 22:42 apnpc 阅读(351) 评论(0) 推荐(0)
摘要:当克隆完虚拟机时,都需要对虚拟机的网络进行初始配置,只是修改一些简单的信息例如IP、主机名等等,如果不借助脚本,登录虚拟机修改非常麻烦。 #/bin/bash # #******************************************************************* 阅读全文
posted @ 2020-09-30 16:39 apnpc 阅读(355) 评论(0) 推荐(0)