joeykrim / Stacer

Linux System Optimizer and Monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux System Optimizer and Monitoring

Awesome Download Stacer Platform (GNU/Linux)

Reviews

Installing

Required for Ubuntu 14

Run sudo apt-get install systemd -f

AppImage

  1. Download stacer-1.0.7-x86_64.AppImage from the Stacer releases page.
  2. Make it executable sudo chmod a+x stacer*.AppImage
  3. Run ./stacer*.AppImage

Debian Linux x64

  1. Download stacer_1.0.7_amd64.deb from the Stacer releases page.
  2. Run sudo dpkg --install stacer_1.0.7_amd64.deb on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Debian Linux x86

  1. Download stacer_1.0.7_i386.deb from the Stacer releases page.
  2. Run sudo dpkg --install stacer_1.0.7_i386.deb on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Fedora

  1. Download stacer-1.0.7.rpm from the Stacer releases page.
  2. Run sudo rpm --install stacer-1.0.7.rpm on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Build from source

  1. git clone https://github.com/oguzhaninan/Stacer.git
  2. cd Stacer
  3. npm install && npm run build && npm start

Uninstalling

  • Run sudo dpkg -r stacer

Screenshots

Dashboard

System Cleaner

Startup Apps

Startup Apps - Add App

Services

Processes

Uninstaller

Resources

Resources

Settings

About

Linux System Optimizer and Monitoring

License:MIT License


Languages

Language:JavaScript 72.5%Language:CSS 26.9%Language:HTML 0.6%