小编Ped*_*rdo的帖子

以太网连接的“网络连接激活失败”

我已在具有双启动功能的 Surface Book 上安装了 Ubuntu 18.04,但无法使以太网连接正常工作。尽管 wifi 已连接,但我不断收到以太网的“网络连接激活失败”错误。

sudo lshw -C network 给我:

  *-network                 
       description: Wireless interface
       product: 88W8897 [AVASTAR] 802.11ac Wireless
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 00
       serial: 98:5f:d3:45:f8:58
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=mwifiex_pcie ip=192.168.1.189 latency=0 multicast=yes wireless=IEEE 802.11
       resources: irq:133 memory:b9500000-b95fffff memory:b9400000-b94fffff
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: enxc49dede69606
       serial: c4:9d:ed:e6:96:06
       size: 10Mbit/s …
Run Code Online (Sandbox Code Playgroud)

network-manager networking internet ethernet 18.04

24
推荐指数
3
解决办法
12万
查看次数

如何在 Ubuntu Gnome 中关闭 Sticky Edges

当我使用 Unity 时,我记得在 Settings -> Displays 中看到了 Sticky Edges 的设置,但我在 Gnome 中找不到该选项。我在哪里可以打开/关闭 Gnome 中的粘滞边缘?

gnome

18
推荐指数
1
解决办法
9672
查看次数

为什么我的密钥存储在家里而不是 .ssh?

我创建了一个 RSA 密钥对,在此过程中,我收到了消息:

Enter file in which to save the key (/home/pedro/.ssh/id_rsa):
Run Code Online (Sandbox Code Playgroud)

所以我想在给它一个名字后,它会将密钥存储在.ssh文件夹中。但是,.ssh文件夹中唯一的东西是known_hosts并且我的密钥存储在home. 我误解了这个过程是如何工作的吗?

ssh windows-subsystem-for-linux

3
推荐指数
1
解决办法
168
查看次数