Tutorials
Search thru our knowledge base
21 0
Export and import MySQL database
Are you moving your websites, web application, or creating a backup and need to create a copy of the original database? Exporting or copying data…
13 0
Setting up blacklist for mailbox - Hukot.net
Are you getting annoying e-mail messages or do you not want to receive messages from individual senders or entire domains? Use blacklist. Blacklist…
7 0
Recovering a forgotten password for hosting and domain services administration - Hukot.net
It sometimes happens to everyone that they forget their password, but what to do if you forget the password to administration of hosting services …
-6 0
Nginx, MySQL, PHP installation - Debian 9
LEMP is a software bundle used to provide dynamic web pages and web applications. LEMP stands for a Linux operating system with an Nginx web server,…
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…
52 0
Setting up an e-mail box in ISPConfig
Your ISPConfig must have a configured mail server. In ISPConfig, go to the Email tab. Adding a Domain Use the Add new Domain button to add a new…
8 0
Creating a database in ISPConfig
We will add a database for our domain, as we did it here. Creating a Database User To add a database, first, we need to create a database user. In…
41 0
Connecting a network drive using WebDav in Windows 10
Open This PC. In the upper left, click on the Computer tab and connect a network drive. In the new window, choose the option Connect to a Web site…
5 0
Using an admin on web hosting
An alternative option for managing a MySQL database is the free tool Adminer, which has a simple and clear interface, functional features, and a…
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.…
14 0
MySQL Installation and Operation Basic Instructions
MySQL is an open-source database server that follows the relational database model and was created by the Swedish company MySQL AB, now owned by…