12 2023 档案
摘要:https://nju-mirror-help.njuer.org/freebsd.html https://nju-mirror-help.njuer.org/freebsd-pkg.html
阅读全文
摘要:非root用户: vi /etc/rc.conf add: sshd_enable=“YES” start ssh service: /etc/rc.d/sshd start 来源:https://ostechnix.com/how-to-enable-ssh-on-freebsd/ root用户不
阅读全文
摘要:sudo pkg install os-generic-userland-devtools 先安装必要的开发工具 参考:https://ghostbsd-documentation-portal.readthedocs.io/en/latest/user/FAQ.html#why-can-t-i-c
阅读全文
摘要:非常容易,首先输入命令 sudo cpan 进入cpan interactive mode: 输入install cpan 安装完后,输入reload cpan 完成了。
阅读全文
摘要: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代
阅读全文
摘要:如果您想直接退出GRUB而不继续启动Linux,可以按下“Ctrl+Alt+Delete”键组合。
阅读全文
摘要:中科大的镜像,推荐,不限速 https://mirrors.ustc.edu.cn/ubuntu-releases/ 华中科技大学: https://mirrors.hust.edu.cn/ubuntu-releases/ 清华大学: https://mirrors.tuna.tsinghua.ed
阅读全文
摘要:确保/etc/resolv.conf文件设置正确 我的必须是 nameserver 10.10.1.2 换成其他的,比如10.10.1.111,10.10.1.8都不行。 另外,设置好gateway.
阅读全文