Tutorials

Search thru our knowledge base

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…

Changing DNS in Windows 10

480 0

Changing DNS in Windows 10

DNS (Domain Name Server) is very important for the proper functioning of the network. This service "translates" from a text address, e.g. www.hukot…

240 0

What is a Hostname?

Hostname is the computer name (server, VPS, ...) or site name, the host name is the name of the computer on which you are currently logged in or…

229 0

How to log in to a mailbox using Webmail

Enter the URL webmail.hukot.net in the Internet browser A login form will pop up To log in, we fill in the data: the user field is the entire e…

171 0

How to use sudo on Debian, CentOS, and FreeBSD

In this tutorial we will show you the basic steps for disabling direct user access, create a user sudo, and set the sudo group on CentOS, Debian and…

150 0

How to Enable Remote Desktop Connection (RDP) - Windows 7

What is Remote Desktop The Remote Desktop application connects two computers on a network. When connected, the desktop of the remote computer…

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…

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…

Using Total Commander to connect to FTP

110 0

Using Total Commander to connect to FTP

Do you have webhosting from hukot.net and like to use TotalCommander? Here's a quick tutorial how to setup FTP connection to your webhosting! Log…

104 0

How to redirect a URL via .htaccess (setting 301 redirects)

301 Redirect, also known as permanent redirection, informs search engines that a specific address has been permanently moved to another location. It…

How to connect to Remote Desktop - Windows server 2016

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…

93 2

Redirecting a parked domain to another URL

Do you have a parked domain with us and want to be redirected to another URL? You can use simple redirection in the administration of hosting…

89 0

Setting the IP address - Windows 10

After ordering, you get a VPS with the Windows 10 operating system. The basic settings of Windows 10 include an active network connection via a so…

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…

How to protect VPS from DDoS attacks - Linux

87 0

How to protect VPS from DDoS attacks - Linux

Distribued denial of service (DDoS) is unfortunately still becoming more and more common way to attack an organization's infrastructure. This…

How to connect to an FTP server with FileZilla

83 0

How to connect to an FTP server with FileZilla

You have web hosting from hukot.net and enjoy using FileZilla ? Below you will find a quick guide to setting your FTP password and configuring the…

73 0

Setting up firewall with UFW on linux

One of first defenses of your server is firewall. Firewall was often solved with complex and mysterious tools in the past. Today we can use tool…

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…