Linux Ethtool Command Installation and Usage Guide
Linux ‘ethtool’ command is a powerful tool that can help you tune your network interface for optimal performance, but it can seem intimidating to install and use, especially for beginners.…
How to Enable WoL, Wake-on-LAN in Ubuntu 22.04? [SOLVED]
Wake-on-LAN is a feature that allows you to turn on your computer from another device over the network. It does this by sending a data packet. The receiving computer's network…
ELGG Backup or Restore
Shared hosting providers typically don’t provide an automated way to backup your Elgg installation. This article will address a method of accomplishing this task.
Enable Wake-on-LAN
This article shows how to enable Wake On LAN function using the CLI, so that a computer may be powered up remotely.
How to activte Wake On LAN on XCP-ng Center
In this post, we take a look at how to enable Wake On Lan function on a server running XCP-ng.
How to send an e-mail from CLI
How to send an e-mail from Command Line in Debian (and most other Linux OS). The result (arrival of e-mail) is instant..
How to Set Up a Reverse Proxy With Apache
Apache is a versatile web server which offers a full complement of supporting features, some of them via extensions. In this article, we'll use the mod_proxy module to configure Apache…
Configuring multiple servers to share one static IP using subdomains
I'm looking for a way to access multiple servers sharing a single static ip by using different subdomains. As a forewarning, I've never gotten into network configuration before, so my…
Setting Up Remote Desktop on Ubuntu 24.04
Remote Desktop allows you to connect and control your Ubuntu 24.04 machine from another device. This guide covers setting up Remote Desktop using built-in or open-source tools available in the…
How to Enable SSH on Ubuntu
With SSH enabled in server mode, you can connect to your present system from other remote systems. In client mode, you can connect to remote systems from your current system.