Search
38 0
Integration manual for API - email
Endpoint https://api.hukot.net/rest/%api-token%/%method% You can get your token in hosting administration at admin.hukot.net in section "API access…
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…
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…
-7 0
Import PostgreSQL database using SSH
Tutorial assumes that the source file to be imported into the database is already on the server, or the source file can be uploaded using sftp.…
28 0
Debug mode and troubleshooting in CMS WordPress
In this tutorial, we'll show you basic debugging of CMS WordPress and common mistakes. Enabling debug mode Step #1 Using a FTP client …
-2 0
Security and protection - CMS WordPress
In this tutorial, we'll show you a few tips on how best to secure your site from attacks and malware with plugins. 1. Hosting Before we get down…
-169 0
DNSSEC - information and setup
DNSSEC - Domain Name System Security Extensions is an extension of the DNS system that verifies the authenticity of records received from DNS …
7 0
Alpine Linux - how to install Docker
Installing Docker on Alpine Linux is simple. Follow these steps: Important: Docker installation on Alpine Linux is in the community repository. So,…
1 0
How to remove all Docker Containers and Images
How to stop all Docker Containers docker kill $(docker ps -q) How to remove all Docker Containers docker rm $(docker ps -a -q) How to…
-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,…
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,…
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…
-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…
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…
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…
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
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 …
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…
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…
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…
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…
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…
-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…
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…
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…