Tutorials
Search thru our knowledge base
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…
17 0
How to set up a mailbox in the Thunderbird mail client - IMA
In order to use the Thunderbird client, we will first need to create a new account to add a mailbox. If you haven't downloaded the client yet, you…
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…
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…
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…
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…
-1 0
Base install and setup PostgreSQL - Debian/Ubuntu
PostgreSQL is a powerful, open source object-relational database system. It has more than 16 years of active development and a proven architecture…
31 0
How to install MySQL server 5.6 or 5.7 on Debian 7 and 8
Debian provides MySQL server 5.5 with both wheezy and jessie but the latest GA (Generally Available) releases are 5.6 and 5.7 with some enhancements…
24 0
Changing the hosts file in Linux, MacOS, Windows
Editing the hosts file allows you to overwrite DNS records for the domain only on your computer / server. This can be used, for example, to test…
5 0
Simple VNC server/client on Debian Jessie 8
In this tutorial we will look at configuring a simple VNC server on Debian Jessie. This tutorial will also work on other Debian-based Linux…
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…
50 0
How to secure vsFTPd with SSL/TLS
FTP daemon, or simply vsftpd is a software service on a great ability to adapt. In this tutorial we will show you how to secure it on Debian and…
23 0
How to backup multiple MySQL or MariaDB databases automatically
We'll show you how to back up MySQL or MariaDB, which are on the same server, using your own bash script and cron. Database Backup(s) We'll assume…
1 0
How to redirect HTTP Requests To HTTPS On Apache 2
We will describe how to set up Apache 2, and to redirect unsecure requests (HTTP) to secure (https). Pre-requisites You have a Hukot Linux…
3 0
How to configure IPv6 on your VPS
All these examples assume an IPv6 subnet of 2001:DB8:1000::/64. You'll need to update them with the subnet that you have been assigned.We'll befrfff…