javaee笔试题-centos7-configuration:记录centOS7.4的过程和坑点

时间:2024-06-23 09:40:01
【文件属性】:

文件名称:javaee笔试题-centos7-configuration:记录centOS7.4的过程和坑点

文件大小:5.51MB

文件格式:ZIP

更新时间:2024-06-23 09:40:01

系统开源

java ee笔试题 Record the process and pit points of centOS 7.4 记录自己配置centOS 7.4 过程及坑点 目录 mac连接服务器 // 切换到 root 权限下 sudo -i // 连接 ssh root@xxx.xxx.xxx.xxx 修复wget漏洞 yum update wget 全局查找 whereis xxx 测试硬盘速度 // 写入速度 dd if=/dev/zero of=./largefile bs=1M count=500 // 清理内存(读取前必须进行,不然不准确) sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches" // 读取速度 dd if=./largefile of=/dev/null bs=4k 安装lnmp wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz tar zxf lnmp1.4.tar.gz cd lnmp1.4 ./install.sh lnmp // 注意的是MySQL 5.


【文件预览】:
centos7-configuration-master
----README.md(17KB)
----files()
--------53648748.png(119KB)
--------docker.pdf(6.54MB)
--------gitlab.png(131KB)
--------53887871.png(89KB)
--------gitlab3.png(61KB)
--------pull.png(73KB)
--------gitlab2.png(95KB)
----.gitattributes(29B)

网友评论