Search
3 0
A trick to delete a large MySQL table in InnoDB
Truncating large tables, with millions of rows, in InnoDB can be very tedious. Fortunately, there is a little trick to speed up the process. This…
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…
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…
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…
63 0
How to change the DNS record for the domain
When transferring a domain or changing hosting, you need to modify the DNS record. Log in to the hosting services administration at admin.hukot.net.…
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…
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.…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
-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,…
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 …
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…
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…
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…
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.…