小编flo*_*urr的帖子

鼠标指针在 Ubuntu 16.04 中消失

我刚刚在华硕 k501U 上安装了 Ubuntu 桌面 16.04 (x64)。有时(并非总是如此),我的鼠标指针在登录后会消失。我尝试了一些解决方案,如Ctrl+ Alt+F1Ctrl+ Alt+ F7,但他们没有解决问题。我重新启动后,鼠标通常会再次出现。

这是一个很烦人的问题,有没有办法解决?

mouse-pointer 16.04

18
推荐指数
2
解决办法
6万
查看次数

ps -aux 和 ps aux 的区别

ps -aux和 和有ps aux什么区别?我想知道这不仅仅是语法和“可移植性”的问题。哪个更适合在 Ubuntu 中使用?

尽管有一些类似的问题,但我对这种具体差异很感兴趣。

command-line ps

12
推荐指数
1
解决办法
7268
查看次数

哪些 Ubuntu 版本受 CVE-2022-0847 影响

我已获悉CVE-2022-0847 漏洞。我想知道 Ubuntu 的哪些版本会受到此类错误的影响。

bug-reporting vulnerability

10
推荐指数
3
解决办法
7906
查看次数

安装 pip 后立即禁用缓存/pip

我正在运行 Ubuntu 15.10。我通过 aptitude 安装了 Pyhon 2.7:

sudo apt-get install python
Run Code Online (Sandbox Code Playgroud)

现在我正在尝试使用指南安装 pip 。我下载了get-pip.py,然后我尝试:

sudo python get-pip.py
Run Code Online (Sandbox Code Playgroud)

安装工作正常,但我收到了这些烦人的警告:

The directory '/home/administrator/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/administrator/.cache/pip' or its parent directory is not owned by the current user and caching wheels has …
Run Code Online (Sandbox Code Playgroud)

python apt pip

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