var img = document.createElement('img'); img.src = "https://easystat.de/piwik.php?idsite=13&rec=1&url=https://docs.vps2day.com" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

11 docs tagged with "linux"

View All Tags

How to configure IPv6 on CentOS

When using a virtual private server (VPS) from VPS2day it's usually not necessary to manually configure IPv6, because it's automatically configured by us upon provisioning. However, if you want to learn how to configure IPv6 on a CentOS server, this is the right tutorial to follow along.

How to configure IPv6 on Debian

When using a virtual private server (VPS) from VPS2day it's usually not necessary to manually configure IPv6, because it's automatically configured by us upon provisioning. However, if you want to learn how to configure IPv6 on a Debian server, this is the right tutorial to follow along. The tutorial assumes that you want to configure a static IPv6 address instead of obtaining one via Router Advertisement (RA).

How to edit a file in Linux

To follow along tutorials, it's often necessary to open and edit files on your server. In this tutorial, we'll show you how to edit a file in Linux using a variety of different editors. This tutorial is not specific to any kind of distribution and should work on any Linux distribution - given that you have installed the editor you want to use.

Install a graphical desktop environment on Ubuntu 22.04 LTS

Generally, when installing your VPS with Ubuntu 22.04 LTS, your server will be provisioned with Ubuntu Server which doesn't come with any graphical environment by default. However, if you want to use your Linux VPS as a remote desktop computer, you can absolutely do so by installing a graphical desktop environment on your server.

The SSH Security Guideline

SSH server security is one of the most common beginner topics when it comes to administrating your very own Linux server. SSH is the management interface you're connecting to in order to change your server's configuration or to install new software. It's the primary entrypoint to your server, and therefore it's important to secure it properly.