摘要: ###nginx #!/bin/bash echo "update yum" yum update echo "安装依赖包" yum install -y vim lrzsz tree screen psmisc lsof tcpdump wget ntpdate gcc gcc-c++ glibc 阅读全文
posted @ 2021-01-25 16:45 风儿飘 阅读(194) 评论(0) 推荐(0) 编辑
摘要: yum install gcc gcc-c++ ncurses ncurses-devel cmake bison -y#安装boost依赖curl -o boost_1_59_0.tar.gz https://jaist.dl.sourceforge.net/project/boost/boost 阅读全文
posted @ 2021-01-25 15:10 风儿飘 阅读(127) 评论(0) 推荐(0) 编辑
摘要: dd if=/dev/zero of=/swapfile bs=1k count=2048000 2048000+0 records in 2048000+0 records out 2097152000 bytes (2.1 GB) copied, 34.6782 s, 60.5 MB/s mks 阅读全文
posted @ 2021-01-25 13:28 风儿飘 阅读(125) 评论(0) 推荐(0) 编辑