Search For:
- Home
- Search For:
Help desk management software solutions help organizations and companies streamline their query management procedures and related tasks. The help desk team instead of answering calls throughout the day, install and implement these solutions that create, track, and manages the query tickets. Thereby offering a prompt solution and response to both the questioner and responder. The Help Desk software solutions discussed in the article are OTRS, osTicket, GLPi, Mantis Bug Tracker, Sinergia, AdefHelpDesk, and Liberum.
This article covers how to install and use Logwatch on Ubuntu Linux System. Logwatch is a system log analyzer and send that report to email. It generates a summarized log report which contains sshd - authentication failures, sudo - sessions opened, vsftp failures, postfix, failed logins, disk space and more. To find more information, visit the Logwatch man page.
Logwatch can be installed simply from the Ubuntu repository. First update the system.
$ sudo apt-get update
To install Logwatch, execute the command:
$ apt-get install logwatch
This article covers how you can install and get started with the Cockpit web-administration tool for monitoring system statistics, metrics, and overall health. The cockpit is accessed through a web browser and its dashboard gives you a peek of your server's health alongside other system statistics such as network usage, disk space, and utilization, current users, system uptime, running processes, and system logs.
This article covers how to install and get started with the Glances monitoring tool on Ubuntu.
To view more help, you can use the glances –help command.
By default, Glances is included in the Ubuntu default repository. You can install it with the following command:
$ apt-get install glances -y
After installing Glances, verify the installed version of Glances using the following command:
$ glances --version
Glances monitors and display the information about:
This article covers Zoom client's installation procedure. You can now proceed and start or join meetings with the security and reliability that Zoom provides.
This article covers how to install the KONG API Gateway on Ubuntu 20.04. These Gateways provides services like Authentication, rate-limiting, analysis, logging etc., to your API endpoints.
To Start kong API, run the following commands:
$ kong migrations up #runs the database migrations
$ sudo kong start
$ curl -i http://localhost:8001
To Stop and see status of kong API, run the following commands:
$ sudo kong stop #stop kong
$ sudo kong health #kong status