Category: AsiaVPN Posts

  • 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…

  • Authenticating with Password in Apache and Nginx on Raspberry Pi OS In this guide, we’ll learn how to set up password authentication in both Apache and Nginx on Raspberry Pi OS (Debian). Prerequisites Before you begin, make sure you have: Setting Up Password Authentication in Apache Step 1: Create a Password File First, create 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…