2020年3月7日
摘要: N1救砖 准备材料:1.USB_Burning_tool_v2.1.62.W大救砖包(T1_1.3T47_mod_by_webpad_v3_20180419_2.img)+密钥文件(SECURE_BOOT_SET,自己搜W大T1V3的帖子吧,这个文件要考到USB_Burning_tool安装路径下的 阅读全文
posted @ 2020-03-07 18:39 成都兰斯 阅读(5209) 评论(0) 推荐(0) 编辑
  2020年3月6日
摘要: 超微主板,默认BIOS不识别未验证的nvme。需要修改设置。 进入BIOS,选择 Advanced Setup Configurations的PCIe/PCI/PnP Configuration 选择到 NVMe F irmware source,修改为AMI Native support。 重启生 阅读全文
posted @ 2020-03-06 17:15 成都兰斯 阅读(4796) 评论(0) 推荐(0) 编辑
  2020年1月8日
摘要: 1、 Zookpeer依赖于Java,安装JDK8 2、Zookpeer从官网下载,考虑兼容性,使用3.4.14的版本 https://www.apache.org/dyn/closer.cgi/zookeeper/ 3、下载,解压缩,然后运行 zkServer.sh是服务端 运行:zkServer 阅读全文
posted @ 2020-01-08 16:51 成都兰斯 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Java下载地址 https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html Centos7 rpm -ivh jre-8u191-linux-x64.rpm 阅读全文
posted @ 2020-01-08 15:49 成都兰斯 阅读(107) 评论(0) 推荐(0) 编辑
  2019年11月19日
摘要: 使用netsh命令。 具体如下 netsh advfirewall firewall add rule name="mysql" dir=in protocol=tcp localport=3306 action=allow 阅读全文
posted @ 2019-11-19 12:27 成都兰斯 阅读(5617) 评论(0) 推荐(1) 编辑
  2019年10月21日
摘要: Win10 L2TP拨号问题 1、需要修改win10的L2TP,选择使用“MMicrosoft CHAP Version 2 (MS-CHAP v2)”标记 完成后可拨号成功 2、bat快捷方式为: @Rasdial 连接名称 用户名 密码 在拨号成功后,用route print来新增路由。 阅读全文
posted @ 2019-10-21 12:54 成都兰斯 阅读(549) 评论(0) 推荐(0) 编辑
  2019年7月30日
摘要: Esxi安装好后,打开SSH。 解决方法如下: shell下执行: lspci -v | grep "Class 0106"-B 1,查看是否有如下显示: 0000:00:1f.2 SATAcontroller Mass storage controller: Intel Corporation L 阅读全文
posted @ 2019-07-30 11:42 成都兰斯 阅读(3658) 评论(0) 推荐(0) 编辑
  2019年7月23日
摘要: 考虑到大家很多人并不是我这款网卡,在这里贴出一个链接,其包含下面列出的网卡的驱动。使用方法跟下面正文的方法一样,只需要把网卡那部分替换成你需要的网卡驱动。下载时注意是 Direct Download links 下的 Offline Bundle of version XXX。 net-e1000e 阅读全文
posted @ 2019-07-23 14:38 成都兰斯 阅读(3435) 评论(0) 推荐(0) 编辑
  2019年4月12日
摘要: IPMITOOL THRESHOLD值設定 先用ipmitool sensor list all 抓出 Sensor Name & lnr, lcr, lnc, unc, ucr, unr 等的值 EX: PSU_CURRENT_IN | 1.176| Amps| ok| na| na| na| n 阅读全文
posted @ 2019-04-12 13:30 成都兰斯 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: Supermicro enforces a vendor-lock in on BIOS updates via IPMI, even though they publish the update files for free here. The only free alternative is t 阅读全文
posted @ 2019-04-12 12:06 成都兰斯 阅读(467) 评论(0) 推荐(0) 编辑