Tutorials
Search thru our knowledge base
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…
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,…
-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 …
-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…
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 …
-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.…
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…
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…
8 0
How to export PostgreSQL database
If you need to back up or move a database, you'll need to create a database dump. You can create a database dump on our web hosting via SSH. You can…
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 ./…
-15 0
What should I do if you have sent a payment with the wrong payment details or if you have entered everything correctly but the money has not yet arrived?
Did you enter our bank account number wrong? it is necessary that you pay the required amount with the correct variable symbol and to the correct…
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…
-6 0
Change WordPress localization
The easiest way to change language of your WordPress is through settings in tab general. Changing it this way changes the language globally. We're…
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…
-45 0
SPF - Sender Policy Framework
SPF (Sender Policy Framework) is an email validation system used as a defense against spam. Its principle lies in verifying the IP address of the…
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…