03 2019 档案

摘要:ifconfig eth0 up 启用第一块网卡 onboot=yes 自动启动 service network restart 重启网络服务 使用虚拟机添加一块桥接网卡 cp eth0 eth1 复制一份网卡配置文件 uuidgen eth1 查看 eth1 网卡UUID MAC:0800276B 阅读全文
posted @ 2019-03-31 14:47 无名的小兵 阅读(505) 评论(0) 推荐(1)
摘要:一、下载: 下载地址: https://github.com/MicrosoftArchive/redis/releases 二、安装: 打开cmd命令窗口,使用命令进行安装和注册redis到window服务 安装命令:redis-server.exe --service-install redis 阅读全文
posted @ 2019-03-24 12:46 无名的小兵 阅读(165) 评论(0) 推荐(0)