随笔分类 -  linux

摘要:yum mirrorlist 找不到了 #yum list|grep node Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error wa 阅读全文
posted @ 2024-11-08 12:42 seven1986 阅读(29) 评论(0) 推荐(0) 编辑
摘要:设置网络 ifconfig eth0 10.10.10.238 netmask 255.255.255.0 route add default gw 10.10.10.251 修改地址(centOS/redhat) cd /etc/sysconfig/network-scripts vi ifcfg 阅读全文
posted @ 2024-09-17 16:28 seven1986 阅读(3) 评论(0) 推荐(0) 编辑
摘要:安装依赖 yum -y install gcc automake autoconf libtool make yum -y install pcre-devel openssl openssl-devel gd-devel gcc gcc-c++ yasm-1.3.0 安装 cd yasm-1.3. 阅读全文
posted @ 2024-08-13 18:29 seven1986 阅读(17) 评论(0) 推荐(0) 编辑
摘要:#检查程序是否安装,若未安装则进行安装,注意:交互式命令不能和其放在一起 # 检查 expect 是否已安装 if ! command -v expect &> /dev/null; then echo "expect is not installed, attempting to install. 阅读全文
posted @ 2021-09-23 14:31 seven1986 阅读(40) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示