开始考试>>> 项目一:倒车入库 一档,缓慢驶入考试区,以前方第二与第三根停止线中间为中心点,调整车身直线行驶,当左侧肩膀过控制线后,刹车,挂倒档(一般此时能听到考试指令),观察左后视镜下沿与控制线平行方向盘迅速向右打满(注意控制好离合,车速快,离合踩到底),观察右后视镜,车身距离车库过小时方向盘向左半圈之内,等车身进库后,还掉半…
部署 deployer@rhel8:~$ sudo dnf install java-1.8.0-openjdk-devel #安装OpenJDK deployer@rhel8:~$ sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/…
现有基于KVM的数据库服务器系统盘40G,因需要新增40G数据盘进行分区扩容调整。 [root@SRV205 ~]# df -h #扩容前 Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos_srv205-root 34G 3.8G 31G 11% / devtmpfs 1.9…
什么是 Mac黑洞 ? 黑洞MAC地址表项:由用户手工配置的一类特殊的MAC地址,当交换机接收到源地址或目的地址为黑洞MAC地址的报文时,会将该报文丢弃。 配置Mac黑洞 <BW-S5720-BG-JR-HUAWEI-SW01> system-view [BW-S5720-BG-JR-HUAWEI-SW01] mac-address b…
deployer@rhel8:~$ sudo dnf install -y sysbench deployer@rhel8:~$ sysbench --test=cpu --num-threads=4 run deployer@rhel8:~$ sudo sysbench --test=cpu --num-threads=4 run WARNING…
deployer@rhel8:~$ sudo dnf install -y hdparm deployer@rhel8:~$ sudo fdisk -l Disk /dev/vda: 50 GiB, 53687091200 bytes, 104857600 sectors Units: sectors of 1 * 512 = 512 bytes …
# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively…
短时间内大量连接被建立并断开,都会导致TIME_WAIT状态的端口过多从而造成可用端口变少,可以对内核参数进行优化: 修改sysctl.conf文件 [deployer@rhel8 ~]# sudo vi /etc/sysctl.conf sysctl -w net.ipv4.tcp_timestamps=1 开启对于TCP时间戳的支持,若设置为0…
配置文件 目录为:/etc/systemd/logind.conf [root@rhel8-study ~]# vim /etc/systemd/logind.conf HandlePowerKey 按下电源键后的行为,默认power off HandleSleepKey 按下挂起键后的行为,默认suspend #可暂停目前正在执行的shell。若…
Xrdp是Microsoft远程桌面协议(RDP)的开源实现,允许我们以图形方式控制远程系统,我们可以登录到远程计算机并创建真实的桌面会话,如同登录本地服务器一样。 安装Xrdp [root@rhel8-study ~]# dnf install xrdp [root@rhel8-study ~]# systemctl enable xrdp --…