Category: Tech

  • Monitor Linux System Performance From the Terminal With These 5 Tools

    Monitoring system performance is essential for maintaining a healthy Linux environment, especially when managing servers or troubleshooting performance issues. The terminal offers several tools that provide a wealth of information about system resources like CPU, memory, disk usage, and processes. In this post, we’ll introduce five powerful tools: top, htop, Glances, nmon, and bpytop. You’ll learn how to install and…

  • Monitor & Management of Linux Processes using Top Command In Linux environments, managing system processes efficiently is crucial for optimal performance and resource utilization. The top command serves as a powerful tool for real-time process monitoring, providing insights into CPU, memory, and overall system performance. Introduction to Top Command The top command is a versatile utility that offers a…

  • How to Install OpenVPN Server on Windows 10 Pro 22H2

    How to Install OpenVPN Server on Windows 10 Pro 22H2 (Build 19045.3448) 1. Set up OpenVPN Set up an OpenVPN connection following this guide 2. Generate a TA key Generate a TA key and place it in the same folder as the other certificates/keys: openvpn –genkey –secret ta.key 3. Update server.ovpn profile Append the following lines…