上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页
摘要: 以下操作全部在root账号下完成 pkg install -y qbittorrent-nox 安装完成后, cd /usr/local/etc/rc.d 修改qbittorrent这个文件 因为我的非root账号的用户名是euler,而我想以euler来账号来运行qbittorrent 把: ${ 阅读全文
posted @ 2024-01-18 00:14 profesor 阅读(507) 评论(0) 推荐(1)
摘要: 以下操作全部在root账号下完成 pkg install -y transmission 安装完成后, cd /usr/local/etc/rc.d 修改transmission这个文件 因为我的非root账号的用户名是euler,而我想以euler来账号来运行transmission。 我们只需要 阅读全文
posted @ 2024-01-17 23:54 profesor 阅读(111) 评论(0) 推荐(0)
摘要: 首先安装sudo pkg install sudo It is possible to use su to execute commands as root,for example % su root -c 'pkg ins package'then enter root password, or 阅读全文
posted @ 2024-01-16 14:57 profesor 阅读(281) 评论(0) 推荐(0)
摘要: 一行即可: 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 阅读(83) 评论(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)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页