码迷,mamicode.com
首页 >  
搜索关键字:centos7 ifconfig    ( 17146个结果
CentOS7 安装docker
1.卸载旧版版 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker ...
分类:其他好文   时间:2020-07-06 13:07:11    阅读次数:71
centos7关闭防火墙
centos6中防火墙是iptables,centos7中防火墙是firewalld 在centos7中用service iptables status查看防火墙状态会报错 Redirecting to /bin/systemctl status iptables.service Unit ipta ...
分类:其他好文   时间:2020-07-06 10:48:36    阅读次数:94
centos7 安装install_mysql5.7网络教程安装_无报错.sh
标题 #!/bin/bash #uninstall system installed mysql(rpm version) rpm -qa |grep mysql rpm -e --nodeps *mysql* rpm -qa |grep mariadb rpm -e --nodeps mariad ...
分类:数据库   时间:2020-07-06 10:25:57    阅读次数:66
week04
1、统计出/etc/passwd文件中其默认shell为非/sbin/nologin的用户个数,并将用户都显示出来[root@centos7~]#grep-v"/sbin/nologin"/etc/passwd|cut-d:-f1rootsyncshutdownhaltzjwmageiaslackware2、查出用户UID最大值的用户名、UID及shell类型[root@centos7~]#get
分类:其他好文   时间:2020-07-06 01:02:16    阅读次数:69
文本处理与脚本的简单编写练习
1、统计出/etc/passwd文件中其默认shell为非/sbin/nologin的用户个数,并将用户都显示出来[root@centos7scripts]#grep-v‘/sbin/nologin$‘/etc/passwd|cut-d:-f1rootsyncshutdownhaltkyletest[root@centos7~]#awk-F:‘{if($NF!="/sbin/nologin"){p
分类:其他好文   时间:2020-07-06 00:42:07    阅读次数:89
21,k8s 监控之Heapster+InfluxDB+Grafana:
Heapster+InfluxDB+Grafana: [root@centos7 ~]# cat influxdb.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: monitoring-influxdb nam ...
分类:数据库   时间:2020-07-05 20:53:50    阅读次数:90
07 CentOS简单命令与XShell简单使用
关机 poweroff 重启 init 6 查看ip地址 ifconfig 查看当前目录下的文件与目录 ls ll 判断命令是内部还是外部的类型 type ifconfig 通过file /sbin/ifconfig命令,判定ifconfig文件类型是ELF,所以判定为内部命令 cd进入目录命令 c ...
分类:系统相关   时间:2020-07-05 19:19:40    阅读次数:101
[CentOS8]安装过程跟CentOS7没有区别
图形界面安装 系统版本:CentOS-8.2.2004-x86_64-minimal.iso 跟CentOS7没什么区别 选择安装磁盘 默认即可 KDUMP基本上用不到关闭 更换时区 开始安装并修改root密码 注意Done按2遍 耐心等待 完成 END ...
分类:其他好文   时间:2020-07-05 17:36:38    阅读次数:156
VMware安装Centos7超详细程
1.软硬件准备 软件:推荐使用VMwear 下载地址 官网下载: https://download3.vmware.com/software/wkst/file/VMware-workstation-full-15.5.6-16341506.exe 链接: https://pan.baidu.com ...
分类:系统相关   时间:2020-07-05 15:12:17    阅读次数:167
Centos7添加nginx为系统服务
1、Centos7添加nginx为系统服务、 vi /usr/lib/systemd/system/nginx.service [Unit] Description=nginx - web server After=network.target remote-fs.target nss-lookup ...
分类:其他好文   时间:2020-07-05 13:54:18    阅读次数:169
17146条   上一页 1 ... 70 71 72 73 74 ... 1715 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!