上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 62 下一页
摘要: 每一步:rc.conf中添加: ntpd_enable="YES"ntpd_sync_on_start="YES"ntpdate_enable="YES" 第二步:service ntpd start 第三步:看下面命令返回什么信息host 0.freebsd.pool.ntp.orgntpq -c 阅读全文
posted @ 2024-01-06 23:47 profesor 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Hi Matt, As root, type "hostname <new hostname>", and the hostname will be changedimmediately. To make this change permanent across reboots, edit the 阅读全文
posted @ 2024-01-06 01:02 profesor 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Solving the FreeBSD “su: Sorry” Problem The solution is to restart FreeBSD in single user mode and then make the change as root. This can be done by f 阅读全文
posted @ 2024-01-03 16:35 profesor 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://nju-mirror-help.njuer.org/freebsd.html https://nju-mirror-help.njuer.org/freebsd-pkg.html 阅读全文
posted @ 2023-12-27 12:53 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 非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用户不 阅读全文
posted @ 2023-12-27 11:19 profesor 阅读(10) 评论(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 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 非常容易,首先输入命令 sudo cpan 进入cpan interactive mode: 输入install cpan 安装完后,输入reload cpan 完成了。 阅读全文
posted @ 2023-12-22 22:07 profesor 阅读(38) 评论(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 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 如果您想直接退出GRUB而不继续启动Linux,可以按下“Ctrl+Alt+Delete”键组合。 阅读全文
posted @ 2023-12-11 15:49 profesor 阅读(231) 评论(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 阅读(1042) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 62 下一页