基本上,请按照此处概述的步骤操作:https : //wiki.postgresql.org/wiki/Apt。
sudo apt-get install curl ca-certificates gnupg
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update
sudo apt-get install pgadmin4
(最后一步的实际命令包括postgresql-11
。我从不这样做,因为我只是想要pgadmin4
并且从未遇到过它正常工作的问题。)
无论如何,这是尝试安装时发生的情况:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pgadmin4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available …
Run Code Online (Sandbox Code Playgroud) 基本上,我正在尝试减少 Ubuntu 安装的热量并尝试一切。除了游戏之外,Windows 10 中的安静是应该的;Ubuntu 粉丝在做简单任务时的速度高达 75-100%。
无论如何,在要尝试的事情列表中,PowerTOP 就是其中之一。
跑了sudo powertop --calibrate --html
足够多的时间来进行足够的测量--auto-tune
。得到与没有足够的测量相关的错误。
现在,当我运行时,sudo powertop --auto-tune
我只会得到以下输出。我不清楚它是否有效,但似乎不是:
modprobe cpufreq_stats failedLoaded 435 prior measurements
RAPL device for cpu 0
RAPL Using PowerCap Sysfs : Domain Mask f
RAPL device for cpu 0
RAPL Using PowerCap Sysfs : Domain Mask f
Devfreq not enabled
glob returned GLOB_ABORTED
Leaving PowerTOP
Run Code Online (Sandbox Code Playgroud)
那么这里给出了什么?谷歌搜索没有多大帮助。
否则,我已经尝试tlp
过其他一些事情。对降低风扇噪音的帮助微乎其微。