How to Install WSL on Windows 10
Step 1: Enable WSL Go to “Turn Windows features on or off” and check the box next to “Windows Subsystem for Linux.” After checking the box, restart the computer to…
Step 1: Enable WSL Go to “Turn Windows features on or off” and check the box next to “Windows Subsystem for Linux.” After checking the box, restart the computer to…
Introduction Discover the power of OpenVPN, the robust open-source VPN application that empowers you to establish a secure private network over the public Internet. OpenVPN masks your connections, ensuring enhanced…
Using IPv6 with UFW If your Virtual Private Server (VPS) is configured for IPv6, ensure that UFW is configured to support IPv6 so that it configures both your IPv4 and…
This is good practice to perform an initial server setup with the Debian Linux system. Which will enhance the primary server security and usability for your new server. This guide…
What we’ll need A microSD card (4GB minimum, 8GB recommended) A computer with a microSD card drive A Raspberry Pi 2, 3 or 4 A micro-USB power cable (USB-C for…
VirtualBox is a popular open-source virtualization software that allows users to run multiple guest operating systems on a single host. If you’re using Fedora as a guest operating system on…
Enable SSH sudo apt install openssh-server sudo systemctl status ssh sudo systemctl start ssh sudo systemctl enable ssh ip a Step 1) Configure Rsyslog on the server $ sudo apt…
Prerequisites 1. First, install Gnome GUI on CentOS 7 / RHEL 7 2. xrdp is available in EPEL repository, so Install and configure EPEL repository. rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Install xrdp…
ntpdate Ubuntu comes with ntpdate as standard and will run it once at boot time to set up your time according to Ubuntu’s NTP server. ntpdate -s ntp.ubuntu.com ntpd The…