摘要: links: https://www.cnblogs.com/pengdonglin137/articles/6830091.html 转载: http://blog.csdn.net/a623891391/article/details/47170355 1.首先“ cd /etc/apache2 阅读全文
posted @ 2020-06-16 16:34 hbg-rohens 阅读(66) 评论(0) 推荐(0)
摘要: 无线网卡有个100兆端eth口,与工控机的千兆口直连. 无线网卡异常启动后,速率总是协商不成功,导致工控机端有线口up不起来. 解决方案: 强制工控机端端口为100兆,不去协商. 命令为: sudo ethtool -s enp3s0 speed 100 duplex full autoneg of 阅读全文
posted @ 2020-06-16 10:59 hbg-rohens 阅读(3161) 评论(0) 推荐(0)