上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页
摘要: 一行即可: Create a memory disk out of an ISO 9660 CD image file, using the first available md(4) device, and then mount it: mount -t cd9660 /dev/`mdconfig 阅读全文
posted @ 2024-01-16 14:31 profesor 阅读(93) 评论(0) 推荐(0)
摘要: 小问题,把装有FreeBSD 14.0的sdcard接到读卡器上,插到一个装有FreeBSD系统的电脑上,然后加载 使用命令 gpart show 查看有哪些设备 应该是/dev/da0 然后使用 gpart show da0 查看sdcard分区结构 使用root账号: mount -t ufs 阅读全文
posted @ 2024-01-16 14:24 profesor 阅读(82) 评论(0) 推荐(0)
摘要: 每一步: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 阅读(64) 评论(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 阅读(51) 评论(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 阅读(86) 评论(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 阅读(12) 评论(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 阅读(24) 评论(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 阅读(21) 评论(0) 推荐(0)
摘要: 非常容易,首先输入命令 sudo cpan 进入cpan interactive mode: 输入install cpan 安装完后,输入reload cpan 完成了。 阅读全文
posted @ 2023-12-22 22:07 profesor 阅读(60) 评论(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 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页