我从伊恩的睡梦中醒来。大多数情况下,大约45秒后,我可以用ssh连接到机器上。那完全没问题。似乎,当最后一次登录是较长时间以前(几个小时),我不能立即访问服务器大约45秒。我得再等5分钟才能进去。我在/var/log/中找不到任何提示。我能观察到的是:
ME@Laptop:~$ date
Wed 29 Dec 2021 07:04:57 PM CET
ME@Laptop:~$ wakeonlan 17:F2:42:54:04:A6
Sending magic packet to 255.255.255.255:9 with 17:F2:42:54:04:A6
ME@Laptop:~$ pi
我最近安装了Ubuntu18.04LTS,并尝试了几个解决方案来解决这个问题,但是到目前为止没有什么效果。
以下是rfkill list的输出
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
当我尝试bluetoothctl时,我得到的是:
hozayfa@hozayfa:~$ bluetoothctl
Agent registered
[bluetooth]# powe
关于Linux中的halt,在这些地方:
关闭、停止和重新启动命令之间有什么区别?
理解Linux中的关机、断电、暂停和重新引导命令
什么是Linux中的什么命令?
请说明以下内容:
halt is usually to get to a state where you can perform low level maintenance.
和
You can use it to get the system to a state where you can perform low level maintenance.
因此:“您可以执行低级别的维护”是什么意思?
一些需要理解的例子/情景将是有
我有两个硬盘驱动器A和B在A上,我是双引导linux和windows。在B上,我试图安装ubuntu服务器,以便将驱动器附加到无头服务器上。
我遇到的问题是,在B上安装了ubuntu之后,grub还没有启动。我运行了一个修复工具,现在我也可以从B(通过BIOS选择)启动,但是现在A和B的grub菜单显示了彼此的操作系统。所以A和B的食物菜单都是
Boot Linux from A
Boot Windows from A
Boot Linux from B
如果我试图更改A中的grub菜单,它也会影响从硬盘B启动时的grub菜单。如果我拔掉A并从B启动,grub将进入恢复模式。
我如何解除它们的