上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 87 下一页
摘要: https://nju-mirror-help.njuer.org/freebsd.html https://nju-mirror-help.njuer.org/freebsd-pkg.html 阅读全文
posted @ 2023-12-27 12:53 profesor 阅读(26) 评论(0) 推荐(0)
摘要: root账号登录: #先查看运行状态 service sshd status #默认开机启动ssh daemon service sshd enable #如果运行状态显示没启动,可以现在启动 service sshd start 或者: vi /etc/rc.conf add: sshd_enab 阅读全文
posted @ 2023-12-27 11:20 profesor 阅读(47) 评论(0) 推荐(0)
摘要: sudo pkg install os-generic-userland-devtools 先安装必要的开发工具 参考:https://ghostbsd-documentation-portal.readthedocs.io/en/latest/user/FAQ.html#why-can-t-i-c 阅读全文
posted @ 2023-12-26 21:06 profesor 阅读(50) 评论(0) 推荐(0)
摘要: 非常容易,首先输入命令 sudo cpan 进入cpan interactive mode: 输入install cpan 安装完后,输入reload cpan 完成了。 阅读全文
posted @ 2023-12-22 22:07 profesor 阅读(82) 评论(0) 推荐(0)
摘要: Can't locate JSON/Parse.pm in @INC (you may need to install the JSON::Parse module) 非常简单 sudo cpan JSON sudo cpan JSON::Parse 注意一定要使用sudo,安装完成即可在perl代 阅读全文
posted @ 2023-12-22 01:34 profesor 阅读(255) 评论(0) 推荐(0)
摘要: 如果您想直接退出GRUB而不继续启动Linux,可以按下“Ctrl+Alt+Delete”键组合。 阅读全文
posted @ 2023-12-11 15:49 profesor 阅读(457) 评论(0) 推荐(0)
摘要: 中科大的镜像,推荐,不限速 https://mirrors.ustc.edu.cn/ubuntu-releases/ 华中科技大学: https://mirrors.hust.edu.cn/ubuntu-releases/ 清华大学: https://mirrors.tuna.tsinghua.ed 阅读全文
posted @ 2023-12-11 00:39 profesor 阅读(1301) 评论(0) 推荐(0)
摘要: 确保/etc/resolv.conf文件设置正确 我的必须是 nameserver 10.10.1.2 换成其他的,比如10.10.1.111,10.10.1.8都不行。 另外,设置好gateway. 阅读全文
posted @ 2023-12-08 16:35 profesor 阅读(494) 评论(0) 推荐(0)
摘要: https://www.spinellis.gr/codereading/ https://www.spinellis.gr/codereading/source.html CD-ROM 资源:https://github.com/sghiassy/Code-Reading-Book 阅读全文
posted @ 2023-11-22 10:53 profesor 阅读(41) 评论(0) 推荐(0)
摘要: http://www.megbook.com.hk/ 阅读全文
posted @ 2023-11-17 15:00 profesor 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 87 下一页