有没有办法在我的 Ubuntu 计算机即将过热时设置警报或其他东西?
我的电脑有一些温度问题,所以当它即将过热时,我想打开一个外部风扇。
我想在我的 Ubuntu 系统上安装 CodeLite,但是当我尝试使用软件中心安装它时,它给了我一个错误:
codelite: Depends: libgcc1 (>= 1:4.1.1) but 1:4.8.1-2ubuntu1~12.04 is to be installed
Depends: libjpeg8 (>= 8c) but 8c-2ubuntu7 is to be installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed
Run Code Online (Sandbox Code Playgroud)
如果我尝试通过控制台安装这些软件包,它基本上会告诉我它们已经安装:
命令: sudo apt-get install libgcc1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgcc1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud) 我以 root 身份创建了一些文件,现在我想将这些文件更改为特定用户。我该怎么做?我不能一个一个地浏览文件,因为那会花费太多时间。我想最好通过 Nautilus 来做这件事。如果有更简单的方法可以通过控制台来完成,我会全力以赴。