随笔分类 -  网络

找不到https://raw.githubusercontent.com
摘要:https://blog.csdn.net/weixin_43958086/article/details/108658396 sudo gedit /etc/hosts https://site.ip138.com/ 151.101.84.133 raw.githubusercontent.com 阅读全文
posted @ 2021-03-15 12:41 543680484 阅读(296) 评论(0) 推荐(0)
工控机网络配置记录
摘要:工控机:ubuntu16.04,两个有线网,一个无线网 问题:插了有线网后无线网上不了网,原因ubuntu系统优先使用有线网的网关,解决办法,有线网不设置网关,无线网就可以上外网了 /etc/network/interface配置如下 auto enp1s0iface enp1s0 inet sta 阅读全文
posted @ 2020-06-23 09:25 543680484 阅读(934) 评论(0) 推荐(0)
ubuntu网卡问题
摘要:目前遇到的ubuntu网卡相关问题总结 装ubuntu系统后,有线网卡不能用 电脑:办公室dell台式电脑(较新的电脑有远程唤醒功能(wol)) 1.现象:win下有线可以正常连网,ubuntu下有线无法连网 2.原因:双系统网卡设置相互影响的问题 3.解决办法一:有用户报告关闭主板的网络唤醒功能 阅读全文
posted @ 2018-01-10 12:09 543680484 阅读(1188) 评论(0) 推荐(0)
socket的accept: Invalid argument问题
摘要:1 void local_sdk_server::wait_remote_client_connect_and_comm() 2 { 3 /*服务器服务启动,等待客户端的链接的到来*/ 4 //sockaddr_in client_addr; 5 sockaddr client_addr; 6 so 阅读全文
posted @ 2016-02-26 15:40 543680484 阅读(3886) 评论(0) 推荐(0)
TCP server和client
摘要:http://blog.csdn.net/hguisu/article/details/7445768/ 原文:http://www.cnblogs.com/dolphinX/p/3460545.html :http://goodcandle.cnblogs.com/archive/2005/12/ 阅读全文
posted @ 2015-12-15 11:23 543680484 阅读(2241) 评论(0) 推荐(0)
tcp异常断开的重连解决方法
摘要:1.select超时重连 http://bbs.chinaunix.net/thread-4162149-1-1.html 2.http://bbs.csdn.net/topics/350074818 心跳包 recv = -1 WSAGetLastError //windows 3.http:// 阅读全文
posted @ 2015-06-22 18:04 543680484 阅读(1416) 评论(0) 推荐(0)
树莓派静态IP配置
摘要:一、设置隐藏无线静态ip地址 1.用命令产生wpa_psk:wpa_passphrase “MT-WiFi” “@boozhong.com” 2.sudo nano /etc/network/interfaces auto lo iface lo inet loopback iface eth0 i 阅读全文
posted @ 2014-08-11 13:37 543680484 阅读(916) 评论(0) 推荐(0)