码迷,mamicode.com
首页 >  
搜索关键字:systemctl    ( 2804个结果
安装hp驱动
办公室有一台HP LaserJet 1020p 连接在有线网络上。 我的Manjaro用HP Device Manager怎么也添加不上这个机器(可以看到但添加不上驱动)。最后检查了服务,发现cups没开。 sudo systemctl enable cups sudo systemctl star ...
分类:其他好文   时间:2021-06-28 19:26:16    阅读次数:0
CentOS虚拟机安全问题排查
最近是我党100周年的伟大日志,比较注重虚机安全。记录一下操作,方便后续虚机整理。 1、systemctl status firewalld 看一下防火墙状态,该开启的开启 开防火墙 systemctl start firewalld iptables 和 firewalld的区别先百度一下吧,不多 ...
分类:其他好文   时间:2021-06-23 17:16:07    阅读次数:0
docker 报错,使用这个脚本安装
#!/bin/bash rm -rf /var/lib/docker yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate ...
分类:其他好文   时间:2021-06-21 19:53:25    阅读次数:0
linux 重启后需要 重新启动docker服务 及 启动所需要的docker
启动 docker 服务 systemctl start docker 查看docker服务状态 systemctl status docker 列出当前所有正在运行的容器 docker ps -a CONTAINER ID 7bb8b4a58c79 为 ID号 启动容器,命令:docker sta ...
分类:系统相关   时间:2021-06-20 17:44:18    阅读次数:0
mysql8更改大小写敏感(现网环境)
恢复内容开始 1、备份数据 操作服务器:主数据库 #备份mysql中所有数据库数据./mysqldump -h主数据库ip -uroot -p -P3308 --all-databases > /data0/all_db.sql 2、停库 操作服务器:主备数据库均操作 systemctl stop ...
分类:数据库   时间:2021-06-18 20:00:25    阅读次数:0
centos安装kibana
1.下载安装 wget https://artifacts.elastic.co/downloads/kibana/kibana-7.0.0-x86_64.rpm yum install -y kibana-7.0.0-x86_64.rpm 2.修改配置文件 vim /etc/kibana/kiba ...
分类:其他好文   时间:2021-06-16 18:25:40    阅读次数:0
config : 'option forwardfor' ignored for frontend 'openshift-api-server' as it requires HTTP mode.
发现问题, [root@registry ~]# systemctl status haproxy● haproxy.service - HAProxy Load Balancer Loaded: loaded (/usr/lib/systemd/system/haproxy.service; en ...
分类:Windows程序   时间:2021-06-16 18:04:41    阅读次数:0
centos7关闭防火墙
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:其他好文   时间:2021-06-15 18:12:55    阅读次数:0
Rsync+Notify NFS
Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:其他好文   时间:2021-06-13 09:26:06    阅读次数:0
Linux 基础配置
一、防火墙 systemctl status firewalld.service # 查看防火墙状态 systemctl stop firewalld.service # 关闭防火墙 systemctl disable firewalld.service # 禁用防火墙 二、Selinux vi / ...
分类:系统相关   时间:2021-06-11 18:01:38    阅读次数:0
2804条   上一页 1 2 3 4 ... 281 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!