Windows 10 系统 VirtualBox 6.0.x CentOS7启动在虚拟机上 先要安装docker,官网(https://docs.docker.com/engine/install/)有guide,一步步下来很简单,不多说了 按照minikube 官网(https://minikub ...
分类:
Web程序 时间:
2021-02-05 10:31:39
阅读次数:
0
查看默认启动项 grub2-editenv list 查看启动项列表 awk -F\' '$1=="menuentry " {print $2}' /etc/grub2.cfg 设置默认引导 grub2-set-default 'Windows 10' 设置默认启动项 grub2-set-defau ...
分类:
其他好文 时间:
2021-01-06 11:52:49
阅读次数:
0
CentOS7启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......... 宇智波唐嫣 2019-04-18 12:07:00 1384 收藏 1版权面试:你懂什么是分 ...
分类:
其他好文 时间:
2020-07-26 15:12:02
阅读次数:
128
###在新安装mysql后进行启动发现报错 mysql启动服务命令 systemctl start mysqld@3306 Starting mysqld (via systemctl): Job for mysqld.service failed because the control proce ...
分类:
数据库 时间:
2020-07-12 00:31:47
阅读次数:
133
/var/run/mysqld/的属主和属组属于root,mysql并不能在其中创建文件 手动的新建目录 [root@iz2zei43l28m7vcezzzyyjz apache-tomcat-9.0.0]# mkdir -p /var/run/mysqld/ [root@iz2zei43l28m7 ...
分类:
数据库 时间:
2020-05-06 19:58:12
阅读次数:
99
CentOS7启动流程 1. POST加电自检 功能: - 检测硬件设备是否正常能够运行(主板上ROM芯片上的BIOS程序实现) - BIOS程序能够检测CPU/Memory/硬盘/IO设备是否能够正常运行 - 如果是个人PC机,还会检测显示器 - 只要通电,CPU就会自动去加载ROM芯片上的BIO ...
分类:
系统相关 时间:
2020-04-27 11:40:44
阅读次数:
72
一. 启动ssh服务 /etc/init.d/ssh restart #centos6启动SSH服务 chkconfig --level 35 sshd on #centos6开机启动SSH服务 systemctl restart sshd #centos7启动SSH服务 systemctl ena ...
分类:
系统相关 时间:
2020-03-14 16:57:27
阅读次数:
78
修改CentOS7网卡名称为传统名称eth0格式为什么要修改网卡名称?很多使用CentOS7以前系统的小伙伴装完CentOS7以后发现了一个问题,那就是网卡名改变为了“en016777736”,而不是以前的eth0的简易模式了,如图: 这是为什么呢?开发者吃饱撑的么?当然不是。 以往的CentOS7 ...
分类:
其他好文 时间:
2020-02-09 14:54:35
阅读次数:
80
firewall-cmd --stat firewall-cmd --reload 增加规则 firewall-cmd --zone=public --add-port=3306/tcp --permanent#centos7启动防火墙systemctl start firewalld.servic ...
分类:
其他好文 时间:
2020-01-02 20:43:03
阅读次数:
86
安装Apache 2.4 更新源:rpm -Uvh https://dl.fedoraproject.org/... rpm -Uvh https://mirror.webtatic.com/y... 安装服务:yum -y install httpd CentOS7启动服务: systemctl ...
分类:
Web程序 时间:
2019-08-31 17:31:10
阅读次数:
508