Tutorials
Search thru our knowledge base
6 0
Compression Gzip, Brotli
On web hosting servers at Hukot.net, we support three compression formats, widely used and supported Gzip, Deflate, and also the newer, often more…
6 0
HowTo set up SSH with Public-Key authentication on Debian/Ubuntu
This mini-howto explains how to set up an SSH server on Debian-like systems with public-key authorization (and optionally with disabled password…
6 0
Object Storage - FTP + FTPS
1. Password Generation In the administration of hosting services, navigate to Object Storage. Select the desired Object Storage space and click on…
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…
5 0
Simple VNC server/client on Debian Jessie 8
In this tutorial we will look at configuring a simple VNC server on Debian Jessie. This tutorial will also work on other Debian-based Linux…
5 0
How to restrict user logins to SSH
If we want to allow SSH login only to specific users, we need to edit the SSH configuration file. nano /etc/ssh/sshd_config At the end of the file,…
5 3
Setting up Let's Encrypt with Apache Server
Let's Encrypt is a certification authority that offers a straightforward path to creating and installing a TLS/SSL certificate. The process is…
5 0
Using an admin on web hosting
An alternative option for managing a MySQL database is the free tool Adminer, which has a simple and clear interface, functional features, and a…
4 0
Installing PrestaShop with single click
Did you order our webhosting and want PrestaShop? In this tutorial we're going to show you how to install PrestaShop just by one click in…
4 0
Installing MongoDB on Ubuntu
MongoDB is an open-source database primarily used in modern web applications. MongoDB Repository MongoDB is available in Ubuntu packages, but the…
4 0
How To Protect SSH - Fail2ban
Fail2ban is very useful application for you, if you are managing security of server, or you are running your own vps or physical server. Fail2ban…
4 0
Installing Joomla! with single click
Did you order our webhosting and want Joomla? In this tutorial we're going to show you how to install Joomla! just by one click in administration…
4 0
How to add a new mailbox
To create a new email mailbox, you need to log in to the hosting services administration at admin.hukot.net. After logging in, select the E-mail…
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.
3 0
How to restore web hosting from backup?
Within the administration, the user can restore the webhosting directly from the WH edit area, where you can browse the backup content and choose to…
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…
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…
3 0
A trick to delete a large MySQL table in InnoDB
Truncating large tables, with millions of rows, in InnoDB can be very tedious. Fortunately, there is a little trick to speed up the process. This…