摘要:
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
阅读(141)评论(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
阅读(48)评论(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
阅读(256)评论(0)推荐(0)