使用 systemctl list-unit-files 可以查看启动项 左边是服务名称,右边是状态,enabled是开机启动,disabled是开机不启动 过滤查询可以systemctl list-unit-files | grep enabled 过滤查看启动项如下 过滤查询可以systemct ...
分类:
其他好文 时间:
2020-05-27 11:48:15
阅读次数:
98
#!/bin/bash MQL_PACKAGE=/home/kingstar/program/software/rpm包名 MYSQL_Unpack=/home/kingstar/program/software/mysql_tar MYSQL_ROOT_PASSWORD=Aa123 #2.foll ...
分类:
数据库 时间:
2020-05-26 18:20:45
阅读次数:
84
一、添加Nginx到YUM源 # sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 二、安装nginx # sudo yum install ...
分类:
其他好文 时间:
2020-05-26 18:03:50
阅读次数:
87
1、关闭 rpcbind 服务 sudo systemctl disable rpcbind 2、关闭开机自启动 sudo systemctl disable rpcbind 3、立即执行关闭 systemctl stop rpcbind.socket 4、 验证是否监听 netstat -anup ...
分类:
其他好文 时间:
2020-05-25 15:34:16
阅读次数:
114
开机启动流程 CentOS6 1.内核引导 加电自检,检查bios的配置,检测硬件,开机 2.运行init 0:关机 1:单用户模式 2:多用户模式(没有文件系统和网络) 3:多用户模式(命令行,默认模式) 4:没有使用的模式 5:多用户模式(图形化界面) 6:重启 3.系统初始化 4.建立终端 5 ...
分类:
其他好文 时间:
2020-05-24 00:19:04
阅读次数:
54
$sudo vi /lib/systemd/system/rc-local.service内容如下[Unit]Description=/etc/rc.local CompatibilityDocumentation=man:systemd-rc-local-generator(8)Condition ...
分类:
系统相关 时间:
2020-05-23 14:53:19
阅读次数:
133
1. 安装前检查 1 #ContOS 7安装Docker系统为64位,内核版本为3.10+ 2 lsb_release -a 3 4 uname -r 5 6 #更新yum源 7 yum -y update 8 9 #查看是否已经安装Docker 10 yum list installed | gr ...
分类:
数据库 时间:
2020-05-22 18:54:34
阅读次数:
65
部署环境简介:本篇文章所用服务器为阿里云ECSCentos7系统、zabbix版本为4.2.8、grafana版本为6.7.3。Eg挨蒙,开始部署。一、部署LNMP第一步:安装nginx#将nginx的软件源添加到centos7系统中:yumlocalinstallhttp://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos
分类:
其他好文 时间:
2020-05-21 19:15:19
阅读次数:
100
当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的: - Add stronger ...
分类:
其他好文 时间:
2020-05-20 18:40:02
阅读次数:
52
1问题描述蓝牙不能连接,或者连接上了没有声音。2解决方案首先确保相应软件包存在:sudopacman-Sbluezbluez-utilspulseaudio-bluetoothpavucontrolpulseaudio-alsapulseaudio-bluetooth-a2dp-gdm-fix然后启动蓝牙以及pulseaudio服务:systemctlenablebluetoothsystemct
分类:
编程语言 时间:
2020-05-18 09:30:40
阅读次数:
79