Tutorials

Search thru our knowledge base

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…

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…

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…

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…

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…

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…

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…

73 0

How to copy files with rsync over SSH

In this howto we will cover the steps needed to copy files with rsync over SSH in Debian, CentOS or Ubuntu Linux platform.What is it Rsync?Rsync is a…

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…

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…

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,…

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 …

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…

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…

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…

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…

36 0

Change your email password - Hukot.net

You can change the password for an email mailbox hosted at Hukot.net in two ways. The first method requires knowing the email address and password.…

11 0

Import MySQL database using SSH

Tutorial assumes that you already have your .sql file on the server. If you haven't uploaded it yet, you can do so via sftp: sftp server-ip@host get…