小编Rod*_*igo的帖子

如何卸载内核模块“nvidia-drm”?

我正在尝试在 Debian Stretch 中安装最新的 NVIDIA 驱动程序。我已经NVIDIA-Linux-x86_64-390.48.run这里下载,但是当我尝试这样做时

sudo sh ./NVIDIA-Linux-x86_64-390.48.run
Run Code Online (Sandbox Code Playgroud)

按照建议,出现错误消息。

ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel.  This may be because it is in use (for example, by an X server, a CUDA program, or 
         the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading.  Please be sure to exit any programs    
         that may be using the GPU(s) …
Run Code Online (Sandbox Code Playgroud)

kernel debian kernel-modules nvidia systemd

61
推荐指数
5
解决办法
11万
查看次数

不能用 :!q 退出 Vim

我在一个文本中做了错误的更改,现在我想不保存就离开 Vim。我知道我必须在正常模式下输入 :!q ,但是当我这样做时,它说:

[No write since last change]
/bin/bash: q: command not found

shell returned 127

Press ENTER or type command to continue
Run Code Online (Sandbox Code Playgroud)

如果我单击 ENTER 或其他任何东西,它会返回到 Vim。这是怎么回事?

vim

39
推荐指数
1
解决办法
5万
查看次数

为什么 VirtualBox 下的 Windows 下载速度比原生 Linux 快 20 倍?

我正在使用 Linux Debian Jessie 64 位(主机),并在 Oracle VirtualBox 上运行 Windows 7(来宾)。我正在使用 youtube-dl 从 YouTube 下载视频。因为有朋友问我怎么用,她用的是Windows,我就在VirtualBox上试了一下教她。令我惊讶的是,通过 Linux 终端的下载速度为 200KB/s,而在 Windows 终端的下载速度为 4MB/s!我必须假设我的配置有问题,但我不知道它可能是什么。或者还有其他解释吗?

在此处输入图片说明

networking download virtualbox youtube-dl

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