在 Ubuntu 11.04 中,我使用 InSSIDer 扫描可用的 AP 并按信号强度对它们进行排序。
不幸的是,该程序在 Ubuntu 11.10 中似乎已损坏,并且
iwlist wlan0 scan
Run Code Online (Sandbox Code Playgroud)
不会返回任何有意义的东西。
我有哪些选项可以扫描可用的无线接入点,可能使用 GUI?
由于 Ubuntu 11.10 使用新内核,因此很难对虚拟化提供体面的支持。
VirtualBox 不支持 ubuntu 11.10 的来宾添加,因此我无法在我的 ubuntu 桌面和 Windows 之间进行复制,这是我绝对需要的,而且 FreeBSD 似乎无法在没有来宾添加的情况下使用 DHCP。
Virt-manager 在启动时给出错误:
Unable to open a connection to the libvirt management daemon.
Libvirt URI is: qemu:///system
Verify that:
- The 'libvirt-bin' package is installed
- The 'libvirtd' daemon has been started
- You are member of the 'libvirtd' group
unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Permission denied
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 1146, in _open_thread
self.vmm …Run Code Online (Sandbox Code Playgroud)