Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2 KB

README.md

File metadata and controls

76 lines (50 loc) · 2 KB

yakala

A visual helper tool for GNU/Linux. Made with love.

Features

  • Show system statistics: CPU, Memory, Disk stats and system information
  • Visualize recent CPU and Memory activity
  • Search for files
  • Search for networks
  • SSH into networks
  • See active TCP/UDP sockets
  • Modify your aliases
  • Search and kill processes
  • List environment variables
  • View system logs
  • View driver messages
  • View network interface messages
  • Search for installed packages / uninstall them
  • Search for available packages in apt cache

New features involve (as of March 1st, 2018):

  • View system logs
  • View driver messages
  • View network interface messages
  • Search for installed packages / uninstall them
  • Search for available packages in apt cache

Compiling from Source (Works for Ubuntu 16.04, 18.04):

git clone https://github.com/mozcelikors/yakala
cd yakala && sudo ./install.sh

Running

Installation script will automatically create a desktop icon for you. You can use that icon or execute the following to run Yakala:

cd <yakala-dir>/build
sudo ./yakala

Animations

System Information:

alt text

alt text

System Logs:

alt text

Network:

alt text

File Searching:

alt text

Processes, Aliases, Variables:

alt text

Installed package Searching, Package cache searching

alt text

Contributions

Contributions are more than welcome. Please create a descriptive pull request.