# Stacer **Repository Path**: ssjylsg/Stacer ## Basic Information - **Project Name**: Stacer - **Description**: Linux System Optimizer and Monitoring - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Linux System Optimizer and Monitoring
## 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](https://github.com/oguzhaninan/Stacer/releases). 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](https://github.com/oguzhaninan/Stacer/releases). 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](https://github.com/oguzhaninan/Stacer/releases). 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](https://github.com/oguzhaninan/Stacer/releases). 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