Author name: Rakshith

Tracking SSH Session activity via AWS Systems Manager

Tracking who accesses a system through SSH (Secure Shell) is crucial for security. However, what happens when users delete their command execution history (bash history)? This action erases their trail, making it harder to monitor their activities. Nevertheless, if you are using AWS, there are ways to audit SSH commands even after bash history deletion, […]

Tracking SSH Session activity via AWS Systems Manager Read More »

Enabling QUIC on NGINX Web Server

QUIC (Quick UDP Internet Connections) is a cutting-edge transport protocol meticulously crafted to enhance the performance of web applications by minimizing latency and bolstering security. Unlike the conventional web communication protocol TCP (Transmission Control Protocol), QUIC operates atop UDP (User Datagram Protocol). This adaptation enables faster data transfer and reduced connection setup times. Leading web

Enabling QUIC on NGINX Web Server Read More »

Zabbix Server – Listing the Top Linux Processes

Zabbix is an enterprise-class open-source software tool to monitor IT infrastructure such as networks, servers, virtual machines, and cloud services. At Server Pundits, we use Zabbix software to monitor the server’s health, such as CPU, memory, storage usage…etc. The default Zabbix server configuration does not show the top processes sorted based on CPU/memory usage within the Linux

Zabbix Server – Listing the Top Linux Processes Read More »

Scroll to Top