Stacer - The Ultimate Linux System Optimizer and Monitoring
This is a video about a great Linux System Optimizer and Monitoring tool. It's completely open-source and on GitHub for any Linux distribution.
Stacer Github : https://github.com/oguzhaninan/Stacer
Required Packages
- curl, systemd
PPA Repository (for ubuntu)
sudo add-apt-repository ppa:oguzhaninan/stacer -ysudo apt-get updatesudo apt-get install stacer -y
Debian x64
- Download
stacer_1.1.0_amd64.debfrom the Stacer releases page. - Run
sudo dpkg -i stacer*.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
Debian sid / Ubuntu 20.04+
- Run as root
apt install stacer
Fedora
- Download
stacer_1.1.0_amd64.rpmfrom the Stacer releases page. - Run
sudo rpm --install stacer*.rpm --nodeps --forceon the downloaded package. - Launch Stacer using the installed
stacercommand.
Fedora (with DNF)
- Run:
sudo dnf install stacer - Launch Stacer using the installed
stacercommand.
Build from source with CMake (Qt Version Qt 5.x)
mkdir build && cd buildcmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..make -j $(nproc)output/bin/stacer


















Comments
Post a Comment