Search
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…
27 0
How to activate automatic e-mail signing - DKIM
To set up automatic e-mail signing, you need to log in to the administration of hosting services admin.hukot.net. Log in to the administration of…
87 0
How to add an e-mail account in Outlook 2019 - IMAP
Open Outlook and click on button "File", continue by pressing "Info". Click on "Add account". File > Info > Add Account Enter your e-mail…
35 0
How to disable SSH root login
To disable root login for SSH, you need to edit the configuration file /etc/ssh/sshd_config. nano /etc/ssh/sshd_config Find the following line and…
11 0
How to check disk space usage in Linux?
If we want to find out what occupies space on the server, we can use several commands. We can use the command du. du -kscx * du -hc --max-depth=4 …
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,…
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…
24 0
How to transfer emails from Gmail
For email export, we will use the Google Takeout tool. Email Export. Using your Google account, log in to the Google Takeout tool. Google Takeout…
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…
149 0
Routing a domain to Hukot.net
If you do not have a domain management at Hukot.net, but you use our webhosting services, follow these instructions. We will make the settings using…
1 0
How to set up e-mail in mail client Thunderbird - POP3
First, we need to set up our existing e-mail address. You can download Thunderbird from their official site if you don't have it yet. Under "Choose…
13 0
How to set up an email inbox in the Mail client in Windows 10 - POP3
Launch the Mail application in Windows 10, open settings, and select Add Account. In the displayed menu, choose Advanced Setup. Fill in the email…
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…
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…
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…
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…
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…
-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…
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…
-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…
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…
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…
-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…
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 ./…
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…