Auto-cpufreq, automatic CPU speed & power optimizer for Linux to improve battery life, released version 1.2 with AMD support.
Different to cpufreq indicator and / or TLP, Auto-cpufreq automatically make “cpufreq” related changes based on active monitoring of laptop’s battery state, CPU usage and system load. Ultimately allowing you to improve battery life without making any compromises.
How to Install Auto-cpufreq in Ubuntu:
Auto-cpufreq is available as Snap package, which can be easily installed from Ubuntu Software:
Don’t like the containerized snap package? You may also download the source tarball which contains an install script:
Extract and go into the source folder, then right-click on blank area and select ‘Open in Terminal’
Finally run the installer via command:
sudo ./auto-cpufreq-installer
How to run Auto-cpufre:
Once installed the tool, you can run it with different flags:
1. Monitor and suggest CPU optimizations by running command:
sudo auto-cpufreq --monitor
2. Run the tool to improve battery life for temporary use (work until reboot):
sudo auto-cpufreq --live
3. Install the daemon so it will work permanently and silently in background.
The official Ubuntu .DEB packages are available for download at the link below:
Grab the deb matches your OS type, then install it via either Ubuntu Software or Gdebi package manager. Or run command in terminal:
sudo dpkg -i ~/Downloads/vivaldi-stable_3.2*.deb
You may also add the official Vivaldi apt repository to your system, to be able to receive the browser package updates via Software Updater utility.
Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for terminal from application menu. When it opens, run following commands one by one:
Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 5.8:
This simple tutorial shows how to install and apply Faenza Icons in Ubuntu 20.04 LTS.
Faenza is a set of icons for Gnome provides monochromatic icons for panels, toolbars and buttons and colorful squared icons for devices, applications, folder, files and Gnome menu items. Four themes are included to fit with light or dark themes/panels.
1.) Install Faenza icons
To install the icon theme, simply open terminal from your system application launcher. When it opens, run command:
sudo apt install faenza-icon-theme
Type user password (no asterisk feedback) for sudo prompt and hit Enter.
2.) Apply the icon theme in Ubuntu 20.04:
The icon theme offers Faenza, Faenza-Ambiance, Faenza-Radiance, Faenza-dark, darker, darkest. You can choose one of them in Gnome shell via Gnome Tweaks.
Install Gnome Tweaks either via sudo apt install gnome-tweaks command or from Software utility (if you don’t have it).
This simple tutorial shows how to install Mac OS Catalina style Gnome Shell theme and icons in Ubuntu 20.04 LTS.
Following steps include how to install the GTK theme, icon theme, tweak panel appearance, and install useful extensions. When everything’s done, your Gnome desktop will look like:
1. First install Gnome Tweaks and required theme engines.
Open terminal (press Ctrl+Alt+T on keyboard), paste following command (Ctrl+Shift+V) and run to install some required libraries:
This simple tutorial shows how to install Conky Manager 2, the graphical front-end for Conky system monitor, in Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 25.04
Conky is a light-weight system monitor for Linux Xorg, that displays CPU, GPU, and disk usage, network speed, weather, date and time and other information on desktop as widget.
And Conky Manager is a graphical tool that manages Conky config files. It provides options to start/stop, browse and edit Conky themes installed on the system.
The software was originally developed by by teejee2008 (Tony George), but not been updated for quite a few years. And Conky Manager 2 takes the job to make it work on recent Linux systems with updated Conky versions support.
Install Conky Manager 2 Ubuntu via PPA:
For those still using conky widget to monitor CPU/RAM, network usage, and weather information, I’ve create an unofficial PPA contains the most recent packages for Ubuntu 22.04 and Ubuntu 20.04, with both 64-bit and arm64/armhf OS types support.
1.) First, open terminal by either pressing Ctrl+Alt+T on keyboard, or searching from ‘Activities’ overview screen. When it opens, run command to add the PPA:
Type user password (no asterisk feedback) for sudo prompts and hit Enter to continue.
2.) Then install Conky Manager2 and conky as dependency library via command:
sudo apt install conky-manager2
NOTE: Linux Mint needs to manually update cache via sudo apt update command first.
Start and use Conky Manager 2:
Once installed, search for and launch Conky Manager app from the activities overview screen (or from start menu depends on your DE).
The app comes with some default themes, though may not well configured for your desktop. Tick or un-tick any item in the list will start or stop conky with that theme, though you may also use the tool bar buttons.
And, you can use the “spanner” icon to config theme options, including screen location, size, background transparency. Advanced users may also click on the ‘pencil‘ icon to edit it via configuration file.
There are also tons of Conky themes on the web. You can download one, and install it easily by clicking the second folder icon (with a little emblem).
Uninstall Conky, Conky Manager:
For any reason, you can easily remove the Ubuntu PPA by running the command below in terminal:
Magnus is a very simple desktop magnifier written in Python 3. It shows the area around the mouse pointer in a separate window magnified two, three, four, or five times. Useful for users who need magnification, whether to help with eyesight or for accurate graphical design or detail work.
How to Install Magnus in Ubuntu:
Magnus is available as Snap package, it can be directly installed from Ubuntu Software.
For Ubuntu 20.04 and higher, the software is also available in the main apt repository. Simple open terminal (Ctrl+Alt+T) and run command to install it:
sudo apt install magnus
For Ubuntu 18.04, you need to add the PPA repository by running command: