📅 April 30, 2020

Bashtop: An Htop Alternative Written in Bash

An Htop Alternative Written in Bash

Here’s a quick post about a cool Linux program ( macOS support coming soon ) called bashtop. It’s a resource monitor that shows usage and stats for processor, memory, disks, network and processes, an alternative to Htop, that’s writte in bash.

The great thing about bashtop being written in bash is that it comes with no real dependencies for running the program and it’s very easy to install. If you’re on Arch and derivates you can install it from the community repo or AUR. If you’re on Debian/Ubuntu and derivates there’s a .deb you can use. Or you can clone repository and just install it that way.

Features:.

  • Fast and responsive UI with UP, DOWN keys process selection.
  • Function for showing detailed stats for selected process.
  • Ability to filter processes.
  • Easy switching between sorting options.
  • Send SIGTERM, SIGKILL, SIGINT to selected process.
  • UI menu for changing all config file options.
  • Auto scaling graph for network usage.
  • Shows message in menu if new version is available
  • Themes

For more info check out the project page on Github.

📅 January 21, 2020

Stacer: an Open Source System Optimizer and Application Monitor for Linux

an open source system optimizer and application monitor for Linux.

Stacer is an open source system optimizer and application monitor for Linux. It’s an all-in-one program that will allow you to enable/disable startup applications, provides a system cleaner similar to BleachBit, a system search, enable/disable system services that are running on boot and/or running right now, a process manager, package uninstaller and a heads up display of your resources.

Can you already perform/check everything that Stacer offers out of the box either from the command-line or the built-in graphical tools? Of course you can. Stacer is just a nice all-in-one solution.

Stacer is available for Debian, Fedora, Arch/Manjaro users can find it in AUR, as a PPA or you can build it from source. For more info check out the official project page on github.