Linux
All Linux related guides here
In this guide, we will show you how to change your Linux password using simple terminal commands. Changing your Linux password is essential for mainta...
Experiencing slow network performance or connectivity issues between your Evoxt VPS and local device? This guide explains how to use MTR and Tracerout...
In this guide on How to Change SSH Port in Linux, you will learn how to change the SSH port on your Linux server to enhance security and reduce unauth...
In this guide on How to Change DNS on Linux, we will show you how to update your DNS settings to improve network performance, enhance security, and sp...
Speedtest CLI is a command-line tool that lets you test your internet speed directly from the terminal. In this guide on install Speedtest CLI on Linu...
In this guide, you'll learn how to connect to a Linux VM with IPv6 via SSH, ensuring secure and reliable remote access. By following the steps outline...
At Evoxt, we know that an effective Linux resource monitor is essential for optimizing server performance. In this guide, you'll explore key tools and...
Hosting a Discord bot on a VPS offers flexibility, reliability, and control. This guide will help you host your Discord bot on an Evoxt VPS step by st...
Securing your website by installing SSL on Ubuntu with Certbot is crucial for data protection and search engine ranking. Follow this step-by-step guid...
Want to install a graphical user interface (GUI) on your Ubuntu server? Follow this guide to set up a GUI and enable remote access via RDP. Whether yo...
Step 1: Install vsftpd To set up an FTP server in Linux, first, you have to ensure vsftpd is installed: For Ubuntu/Debian: sudo apt update sudo apt in...
It is almost impossible to log in to your server to check and update it every day. However, failing to keep servers up to date can be a potential thre...
Is your Linux server safe from hackers? Can they get hacked? Freak out about getting your server compromised and getting your data leaked? Take a look...
Installing SSL can usually be a very tedious process. Luckily for us, Certbot has an automated script to easily help us to get SSL/ HTTPS set up with ...
phpMyAdmin is a web-based free and open-source tool that is written in PHP to help users to manage their database easily. With phpMyAdmin, users can e...
This is a guide on how to point a domain to your VM to serve content with your VM as the host. You require a DNS server to be set up for you. Usually,...
Introduction Secure Shell (SSH) is a UNIX-based command interface and protocol to securely connect and access a remote computer. Typical applications ...