系统服务
**1.添加一块数据盘进行验证脚本/dev/sdd** **开机添加数据盘未识别也可以通过启动服务器来识别硬盘** ```bash 开机添加数据盘未识别解决方法 1.优先执行此命令进行扫盘操作,不行就执行方案2 [root@localhost ~]# rescan-scsi-bus.sh 2.通过find查找scan所在位置 [root@localhost ~]# find / -name sc
分类:系统服务 时间:2021-07-08 10:06:58 收藏:0 阅读:16
1、测试数据如下: [root@centos79 test]# seq 10 > a.txt [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 1 2 3 4 5 6 7 8 9 10 2、提取第2行 [root@cento ...
分类:系统服务 时间:2021-07-08 10:06:13 收藏:0 阅读:24
实验共计5台机器 ( 重要提示,网关很重要,很重要,很重要) 1.测试机 192.168.10.6,gw 192.168.10.50 2.路由器 eth0 10.0.0.19 , eth1 192.168.10.50, 开启ip_forward 3. LVS主机 vip:10.0.0.100/32, ...
分类:系统服务 时间:2021-07-08 10:00:00 收藏:0 阅读:24
1、 [root@centos79 test]# cat a.txt 1 2 3 4 5 6 7 8 9 10 [root@centos79 test]# sed '/2/ s/^/xxx/' a.txt 1 xxx2 3 4 5 6 7 8 9 10 [root@centos79 test]# s ...
分类:系统服务 时间:2021-07-08 09:57:16 收藏:0 阅读:40
yum -y install git git config --global user.name "xxx" git config --global user.email "xxxxx@qq.com" ssh-keygen -t rsa -C "xxxxx@qq.com" cat /root/.ss ...
分类:系统服务 时间:2021-07-08 09:56:34 收藏:0 阅读:23
1> 本次实验共计4台机器 A:客户机,192.168.10.6 [23:29:02 root@centos8 ~]#ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen ...
分类:系统服务 时间:2021-07-08 09:54:54 收藏:0 阅读:20
作为一名软件测试人员,部署测试环境是我们日常工作的一部分,今天就简单整理下接口测试环境部署的步骤,希望能够帮助到大家。 ? 今天为大家整理的接口测试环境部署涉及到Tomcat,JDK和数据库。目前能够提供Web网络服务程序的有IIS、Nginx和Apache等,其中IIS是windows系统中默认的Web服务程序,Nginx因系统资源消耗低且并发能力强而得到诸多门户网站的青睐,如新浪、网易、腾讯等
分类:系统服务 时间:2021-07-08 09:54:43 收藏:0 阅读:39
在使用docker容器时,有时候里边没有安装vim,敲vim命令时提示说:vim: command not found,这个时候就需要安装vim,可是当你敲apt-get install vim命令时,提示: Reading package lists... Done Building depend ...
分类:系统服务 时间:2021-07-08 09:52:30 收藏:0 阅读:25
新建用户 #进入root用户 useradd -m XXX #增加用户 #XXX代表用户名,-m表示创建用户的home目录 passwd XXX #设置密码 #切换至XXX用户时出现:终端只显示$符号,一些按键不起作用的情况,需要绑定bash #切换至root用户 usermod -s /bin/b ...
分类:系统服务 时间:2021-07-08 09:48:58 收藏:0 阅读:27
1.安装GCC6 先安装gmp,mpfr,mpc三个包 安装gmp包: wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz tar xvf gmp-6.1.2.tar.xz cd gmp-6.1.2 ./configure –prefix=/u ...
分类:系统服务 时间:2021-07-07 18:35:34 收藏:0 阅读:28
117517617717912
上一页179116下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!