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

13 docs tagged with "tutorial"

View All Tags

How to change my Google location?

We sometimes get requests from customers that complain about the fact that the Google search is displaying a location that doesn't match with the server's actual datacenter location. Please notice that we can not influence Google's location determination algorithm at all. Your server's IP address is always geolocated to the location you chose while ordering the server. A "wrong" location is neither a reason for a refund nor a technical issue with your server, it's simply something that is beyond our sphere of influence.

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 configure IPv6 on Ubuntu

At VPS2day, usually you don't need to configure your network interfaces in any special way. When you deploy a new server, we automatically configure your server, so it works right out of the box.

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.