Themes
VPS
1 0
How to switch to a higher tariff with VPS
To switch to a higher tariff with VPS, use the [b]double arrow icon[/b] next to the name of your current tariff with the label "[b]Transition to a…
1 0
How to order Compute mode for VPS
How to extend a VPS with an additional Compute mode service? Instructions for ordering Compute mode will advise you in several steps.
1 0
How to end the service
How to cancel, terminate hosting services - termination of web hosting, termination of VPS (virtual server).
3 0
Windows 11 installation on VPS
Are you the owner of a VPS and would like to use the Windows 11 operating system on your VPS? We'll show you how to do it. The following guide is for…
4 0
Checking e-mails from outlook - outlook.com SNDS
SNDS - Smart Network Data Services is a tool for checking the sending of e-mails from your assigned IP address. In the procedure below, we will show you how to work with the tool.
2 0
How to configure a network connection in Windows Server 2022
After ordering, you will receive a VPS with the Windows Server 2022 operating system. Among the basic settings of Windows Server 2022 is an active…
11 0
How to install MySQL server 5.5.62 on Debian, Ubuntu
This tutorial also works on other versions of MySQL server in branch 5.5.x. Uninstall any existing version of MySQL sudo rm /var/lib/mysql/ -R …
11 0
Rename network interface
The best way to rename a network interface is through udev. Edit the file: /etc/udev/rules.d/70-persistent-net.rules to change the interface name…
5 0
Transfer files with NFS on Windows 10
One of the favourites methods of file transfer is NFS or Network File System. NFS is a file system protocol that allows access to data over a…
145 0
How to connect to Remote Desktop - Windows server 2019
Remote access to get to your computer or VPS over the Internet. Set up the PC you want to connect to so it allows remote connections: Step 1. - Make…
95 0
How to connect to Remote Desktop - Windows server 2016
ENABLING REMOTE ACCESS 1. Open computer properties. 2. Open advanced system settings. 3. Open tab "Remote" and enable "Allow remote…
8 0
WordPress - bulk fix of file and directory rights - shell
Bulk file rights fix for WordPress, from a shell in the required directory: # recursively finds directories and changes permissions for them find ./…
3 0
VPS migration over the Internet
If you want to migrate / transfer the VPS from one host to another and don't want to reinstall the system again, you can use the disk transfer of the…
46 0
Testing connectivity speed using GRML
In this tutorial we're going to show you how to check your connection speed for your VPS. Turn off the VPS through admin.hukot.net. Next step, mount…
10 0
Recursively changing permissions on directories or files
If you want to change permissions for directories or files in Linux, BSD, or MAC OS in bulk and recursively, below you will find a simple guide on…
25 0
Generating an SSH Key Pair in Windows, MAC, Linux
SSH is a network protocol that ensures the security of data transmission and verifies your identity using public key cryptography. You need to…
15 1
User change of PTR record
To change the PTR record for VPS, log in to Administration. In the admin interface, go to the "Virtual servers" tab. Select the desired VPS from…
24 0
What port should I set for my mailbox?
For configuring email in various email clients (Outlook, Thunderbird, Mail, etc.), it is necessary to correctly set the port numbers. These are based…
37 0
How to check connectivity speed in Linux from shell
Just as there are possibilities to test the speed of Internet connection via www services, it is possible to test the connection speed directly from…
73 0
How to copy files with rsync over SSH
In this howto we will cover the steps needed to copy files with [url=https://rsync.samba.org/]rsync[/url] over SSH in Debian, CentOS or Ubuntu Linux…
13 0
Transfering Files via Remote Desktop Connection - Windows 10
To transfer files to Windows Server, we have several options. We can install an FTP client such as TotalCommander or FileZilla and upload files using…
27 0
Install Linux Malware Detect for Debian/Ubuntu
Linux Malware Detect is an open source Malware scanner you can use to detect and clean malware infections on your WordPress (for another CMS too) web…
-6 0
Nginx, MySQL, PHP installation - Debian 9
LEMP is a software bundle used to provide dynamic web pages and web applications. LEMP stands for a Linux operating system with an Nginx web server,…
87 0
How to protect VPS from DDoS attacks - Linux
Distribued denial of service (DDoS) is unfortunately still becoming more and more common way to attack an organization's infrastructure. This…
8 0
Creating a database in ISPConfig
We will add a database for our domain, as we did it here. Creating a Database User To add a database, first, we need to create a database user. In…