Tutorials

Search thru our knowledge base

-1 0

Object Storage - NFS

1. Access Permission In the administration of hosting services, navigate to Object Storage. Select the desired storage space and click on the "User…

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…

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

PHP: mail() function

In the following example, we will demonstrate how to link a form to email submission. It can be useful when you have a contact form and want to…

Migrate hosting to another node (change cluster)

16 0

Migrate hosting to another node (change cluster)

Every application has its specifications, whether it's memory requirements or PHP versions. In this guide, we'll show you how to migrate hosting from…

How to connect to database (phpMyAdmin, phpPgAdmin, adminer)

1 0

How to connect to database (phpMyAdmin, phpPgAdmin, adminer)

Mainly 3 tools are used for database management, phpMyAdmin, phpPgAdmin and adminer. We will show you how to connect to the database using these two…

20 0

Anti-spam settings for your email inbox

Logging into Administration To log into the administration of hosting services, visit admin.hukot.net and use your email address and password. If…

2 3

Redirecting HTTP to HTTPS - redirect 301 .htaccess

Do you have a valid active SSL certificate on your domain but still don't see the padlock icon in the URL bar? To display the green padlock icon…

8 0

How to connect iPhone in Debian/Ubuntu linux

To connect an iPhone device in Debian/Ubuntu Linux, you need to install the following packages: sudo apt-get install ideviceinstaller python…

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 …

7 0

How to stop all Docker Containers

To stop all Docker containers simply run the following command in your terminal: docker kill $(docker ps -q) How It Works The docker ps command…

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…

595 0

Mount iPhone in Debian/Ubuntu linux

To connect an iPhone to Debian or Ubuntu Linux, you need to perform the following: sudo apt-get install ideviceinstaller python-imobiledevice…

Wordress Security - xmlrpc.php

-15 0

Wordress Security - xmlrpc.php

One of the common problems with WordPress are attacks through the xmlrpc.php file. Defense against this attack is quite simple. It is possible to…

Transfer files with NFS on Windows 10

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…

7 1

Cookie bar PRO - implementation

To ensure the proper functioning of the cookie bar, it is necessary to define cookies at cm.hukot.cloud Panel Installation In the following steps,…

-1 0

How to create WordPress website

The WordPress content management system is very popular today. It offers an intuitive environment, a wide range of plugins, and, most importantly,…