我需要记录每个击键并存储在用户目录中的文件中~,使用我的帐户时,我不是 sudoer 并且我无法以任何方式安装程序(如logKeys)。我怎么能用终端这样做?
注意:这个问题不是另一个提及问题的重复;在这个问题中,我询问了每次击键,而在另一个问题中,询问者询问了终端会话中的击键。
我想在 XFCE 中默认使用 Nautilus 而不是 Thunar,但是如何删除完整的 Thunar?我已经输入了
sudo apt-get remove thunar gvfs-backends
Run Code Online (Sandbox Code Playgroud)
但是我仍然有问题,因为如果我单击桌面中的文件夹,Thunar 将启动。有人能帮我吗?
谢谢你。
我刚刚购买了新 RAM,我想进行基准测试并与我的旧 RAM 进行比较。我怎样才能做到这一点?
我刚刚在我的旧 PC 上安装了 Arch Linux,以进行我使用的安装wifi-menu wlan0,现在我已经重新启动,但是如果我输入:
ifconfig wlan0 up
Run Code Online (Sandbox Code Playgroud)
结果我有:
wlan0: ERROR while getting interface flag: no such device
Run Code Online (Sandbox Code Playgroud)
我读到安装 Arch 后更改了名称wlan,如何找到新名称以及如何更改它?
我已经安装hddtemp在我的 Arch Linux 上,但它需要以 root 权限运行。我想以普通用户身份执行它而不使用sudo. 我怎样才能做到这一点?
我刚刚在我的计算机上安装了 Debian Sid,但我无法安装外部 USB 驱动器,正如您在图像中看到的那样。

挂载失败
无法挂载“SENZATITOLO”
未授权
我该怎么办?
我正在用 OpenBox 安装 Arch,我已经完成了所有工作,但当我打字时
openbox-session
Run Code Online (Sandbox Code Playgroud)
我有这个错误
Failed to open the display from the DISPLAY environment variable.
Run Code Online (Sandbox Code Playgroud)
有什么问题?
我正在用 OpenBox 安装 Arch Linux,目前我只下载了 OpenBox 和 tint2,但我必须安装所有必需的。在做所有事情之前,我想知道如何使用我的两台显示器,显示两个不同的桌面(桌面 1 和桌面 2),以及是否有办法让显示器始终保持相同的桌面,而不是有可能在另一个桌面上使用监控多个桌面。
我刚刚在 Arch Linux 上安装了 XFCE4,现在我想在壁纸文件夹中添加一个图像,有人知道完整路径。我正在寻找,但我还没有找到。
我正在设置 conky 并且我想添加 CPU 频率,但是如果我把
${freq_g cpu0} Ghz
Run Code Online (Sandbox Code Playgroud)
我得到 1.2Ghz。这是为什么?我的 CPU 是 2.8Ghz。
I' m trying to setup conky and I saw that I can use from cpu0 to cpu4
CPU0 ${cpu cpu0}% ${cpubar cpu0}
CPU1 ${cpu cpu1}% ${cpubar cpu1}
CPU2 ${cpu cpu2}% ${cpubar cpu2}
CPU3 ${cpu cpu3}% ${cpubar cpu3}
CPU4 ${cpu cpu4}% ${cpubar cpu4}
Run Code Online (Sandbox Code Playgroud)
Why I have 5 cpu % if I go over cpu4, example:
CPU5 ${cpu cpu5}% ${cpubar cpu5}
Run Code Online (Sandbox Code Playgroud)
它没有显示任何 % ??
我有一个 Intel i5,所以我想那是一个四核,对吧?CPU0 显示什么?