Browsing category

Linux(elementary)

beast tool cli linux

glances https://www.dropbox.com/s/5hfkp8fqr57c2hs/img-2021-05-18-23-51-20.png?dl=0 nmon https://www.dropbox.com/s/goica2c3bfvcxzj/img-2021-05-18-23-51-53.png?dl=0 iotop -o https://www.dropbox.com/s/qwtrjmhyozld8qx/img-2021-05-18-23-52-14.png?dl=0

regulator power cpu

https://askubuntu.com/questions/604720/setting-to-high-performance To view available speed governors use this command: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors performance powersave If you do have more than one governor you can check what is currently in use with this command: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave To change your processor to performance mode use: echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor performance You will then notice CPU% utilization drop … Читать далее regulator power cpu

ADD flatpak

Install Flatpak To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run: $ sudo apt install flatpak With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal: $ sudo add-apt-repository ppa:alexlarsson/flatpak $ sudo apt update $ sudo apt install … Читать далее ADD flatpak