CentOs7
-
linux中如何统计文本字符的总个数
1、测试数据 [root@centos7 test3]# ls test.txt [root@centos7 test3]# cat test.txt deet dggh df…
-
linux awk命令统计行数和列数
1、测试数据 [root@centos7 test4]# ls test.txt [root@centos7 test4]# cat test.txt d j k j x m …
-
linux中输出匹配行的行号
1、测试数据 [root@centos7 test4]# ls test.txt [root@centos7 test4]# cat test.txt e f j d i x …
-
centos7 编译安装php-7.4.24
centos7 编译安装php-7.4.24 目录 一 安装依赖 二 创建用户 三 下载软件包并安装 四 添加配置文件 五 安装扩展 六 设置启动脚本 七 设置配置文件 回…
-
centos7 安装MongoDB
1. 下载 地址:https://www.mongodb.com/try/download/community 2. 解压安装 /usr/local/src下创建文件夹,并将下载好…
-
Centos7配置IP地址教程
有关于centos7获取IP地址的方法主要有两种,1:动态获取ip;2:设置静态IP地址 在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用if…
-
Linux关闭防火墙命令
一、下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status…