Themes
VPS
20 0
How to migrate VPS
If you need to migrate a virtual server between two hosts over a network, you can use this simple tutorial using DD over SSH or Netcat from a Linux…
11 0
How to delete a large number of files in a directory - Linux
It may be necessary to clean up a directory from unnecessary data. This often involves "cache" directories. In a Linux shell, you can use various…
4 0
Installing MongoDB on Ubuntu
MongoDB is an open-source database primarily used in modern web applications. MongoDB Repository MongoDB is available in Ubuntu packages, but 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…
10 1
Mounting your own ISO file for installation of the operating system
After purchasing a virtual server, if you haven't found the desired operating system, you can upload your own ISO file to us and install the…
17 0
Installation and setup of Git - Ubuntu/Debian
Git is a distributed version control system. The program allows for nonlinear project development and efficiently handles a large amount of data by…
59 0
Adding SWAP size - Ubuntu/Debian
One of the simplest ways to enhance your application's memory protection is by adding Swap memory. Swap is an area on your hard drive used for…
28 0
Adding and removing users in Linux
After installing a Linux operating system (Ubuntu, Debian, Arch Linux...), often only the root user or a user with SUDO privileges is available.…
27 0
First setting of ISPconfig
After purchasing a Virtual Server with ISPConfig from us, you will receive a fully pre-installed server with ISPConfig ready for use, and we will…
7 0
Mass change of file permissions in Linux, BSD and MAC
Performing a bulk change of permissions, owner, and group for files and directories in Linux is not a problem. If you only need to apply this to…
47 0
How to install Windows on VPS
Are you a VPS owner and would you like to use Windows on your VPS? We'll show you how. The following instructions work for Windows 10, Windows Server…
28 0
Changing the hostname in Linux
We have already learned what a hostname is, but how to set or change such a hostname? For the following steps you will need: Linux operating…
66 0
How to expand a disk in Windows
You are running low on disk space and you know you have free resources to expand your disk or you have purchased a VPS at Hukot.net and have…
1 1
Virtio Network Driver Installation - Windows.
Go to admin.hukot.net, select VPS, and using the "Attach Installation ISO Image" button, connect the ISO file "Windows - driver: Virtio" to it, then…
35 0
How to adjust a disk size - GParted
Recommendation: Before disk change backup your data! If you have expanded the disk or upgraded to a higher VPS tariff, you will need to increase the…
5 3
Setting up Let's Encrypt with Apache Server
Let's Encrypt is a certification authority that offers a straightforward path to creating and installing a TLS/SSL certificate. The process is…
42 0
Setting Up Let's Encrypt with Nginx Server
Let's Encrypt is a certification authority that offers a simple way to create and install TLS/SSL certificates. The process is simplified using the…
25 0
How to configure a network connection in Windows Server 2016
After ordering, you will receive a VPS with the Windows Server 2016 operating system. Among the basic settings of Windows Server 2016 is an active…
-2 0
Configure network settings in Windows Server 2012
The basic settings of Windows Server 2012 include an active network connection via a so-called DHCP server, which sets the IP address automatically. …
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…
19 0
Remote Desktop Protocol with Windows 10 (RDP)
Remote access to get to your computer or VPS over the Internet or in your home or work network. It's easy in Windows, you just can't have the home…
4 0
How To Protect SSH - Fail2ban
Fail2ban is very useful application for you, if you are managing security of server, or you are running your own vps or physical server. Fail2ban…
12 0
How to connect NFS on Linux - client
A quick tutorial on how to connect NFS on the client side Some basic information about NFS (Network file system): a system that allows access to…
6 0
HowTo set up SSH with Public-Key authentication on Debian/Ubuntu
This mini-howto explains how to set up an SSH server on Debian-like systems with public-key authorization (and optionally with disabled password…
11 0
HowTo NFS Mount - Debian/Ubuntu distros
Introduction NFS (Network File System) is a distributed filesystem protocol that allows you to mount remote directories on your server. This allows…