背景 最近要将域名跟家庭宽带的公网 IP 打通,出现了一系列的问题。 注意:国内未经备案的机器,不能对外提供服务! http://www.gov.cn/gongbao/content/2005/content_93018.htm 非经营性互联网信息服务备案管理办法 在中华人民共和国境内提供非经营性[......] 继续阅读

2022年10月18日 0条评论 11554点热度 4人点赞 痴者工良 阅读全文

Background Recently, I needed to connect a domain name with the public IP of residential broadband, which led to a series of issues. Note: Machines wi[......] 继续阅读

2022年10月18日 0条评论 72点热度 4人点赞 痴者工良 阅读全文

程序关闭后,端口已经被占用,使用 netstat -npla | grep {端口号} 可以看到被占用的端口及进程号,但是使用 kill 却提示找不到进程。 1、强制杀死该端口进程 sudo fuser -k -n tcp 80 2、根据PID关闭某个被占用的端口 netst[......]继续阅读

2019年12月7日 1条评论 5599点热度 1人点赞 痴者工良 阅读全文

After the program is closed, the port is already in use. Using netstat -npla | grep {port_number} you can see the occupied port and process ID, but us[......] 继续阅读

2019年12月7日 1条评论 114点热度 1人点赞 痴者工良 阅读全文