Centos安装(minimalinstall)示例:VMwarePro15.5.6,centos8.2一、下载?官网:https://www.centos.org/download/?阿里云镜像站:https://developer.aliyun.com/mirror/二、安装1、VMware新建虚拟机?文件---新建虚拟机---默认选择典型(小白选择)---下一步选择稍后安装操作系统---下一
分类:
其他好文 时间:
2020-07-27 23:38:11
阅读次数:
87
Centos安装(minimalinstall)示例:VMwarePro15.5.6,centos8.2一、下载?官网:https://www.centos.org/download/?阿里云镜像站:https://developer.aliyun.com/mirror/二、安装1、VMware新建虚拟机?文件---新建虚拟机---默认选择典型(小白选择)---下一步选择稍后安装操作系统---下一
分类:
其他好文 时间:
2020-07-27 23:37:53
阅读次数:
253
今天测试发现web打不开了,看下error.log发现是自定义log属主变成了rootadm,apache2无法访问,后来搜索发现,apache2的日志由logrotate定期压缩备份清理,看了下/etc/logrotate.d/apache2的配置有个create640rootadm,修改为create640www-datawww-data参考:http://lifeonubuntu.com/c
分类:
其他好文 时间:
2020-07-27 23:36:32
阅读次数:
91
1.centos的演变 1.1启动流程sysvinit 串行启动:一次一个,一个一个启动 并行启动:全部的一起启动 init优点 运行非常良好。主要依赖于shell脚本 init缺点 1、启动慢 2、容易夯住,fstab与nfs挂载问题 1.2upstart 技术 使用的版本: centos6 ub ...
分类:
其他好文 时间:
2020-07-27 15:59:50
阅读次数:
77
Linux 环境下 NFS 服务安装及配置使用 3、NFS 服务安装通过上边简要的介绍,我们知道 NFS 服务需要依赖 RPC 服务,所以这里 NFS 服务端需要安装 rpcbind 和 nfs-utils,客户端只需要安装 nfs-utils 即可,由于我选用的为 CentOS 系统,所以可以使用 ...
分类:
其他好文 时间:
2020-07-27 15:59:04
阅读次数:
74
内容转自 https://www.cnblogs.com/zhong-11/articles/9407359.html 应用场景 linux管理员忘记root密码,需要进行找回操作。 注意事项:本文基于centos7.4环境进行操作,由于centos的版本是有差异的,继续之前请确定好版本 操作步骤 ...
分类:
其他好文 时间:
2020-07-27 15:50:49
阅读次数:
83
1、导入背景图至/boot/grub/下 rz filename 2、转化图片为启动菜单所需要的格式和后缀 convert -resize 640x480 -colors 14 backup.jpg back1.xpm 3、系统要求的后缀是.xpm.gz gzip back1.xpm 4 修改文件g ...
分类:
其他好文 时间:
2020-07-27 13:43:10
阅读次数:
81
环境:CentOS 8 主服务器:10.0.0.8 从服务器:10.0.0.28 访问测试主机:10.0.0.6 一、安装DNS服务器软件 bind dnf install bind bind-utils -y ; systemctl enable --now named 二、修改主服务器 bind ...
分类:
其他好文 时间:
2020-07-27 13:38:09
阅读次数:
65
dnf包管理器克服了yum包管理器的一些瓶颈,提升了包括用户体验,内存占用,依赖分析,运行速度等。CentOS7使用dnf,下载并安装下面包:wgethttp://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/dnf-conf0.6.4-2.sdl7.noarch.rpmwgethttp://springdale.math.ias.
分类:
其他好文 时间:
2020-07-27 09:56:55
阅读次数:
106
linux资源限制 万能设置 /etc/security/limits.conf * soft core unlimited * hard core unlimited * soft nproc 1000000 * hard nproc 1000000 * soft nofile 1000000 * ...
分类:
系统相关 时间:
2020-07-27 09:50:00
阅读次数:
100