Blog about hosting and servers
page 33

Apache – what is it, how it works, advantages and disadvantages
Feb 17, 2022
Apache – what is it, how it works, advantages and disadvantages

Apache is a free web server, cross-platform software that provides about 1/3 of the sites on the global Internet. This software is developed and supported by the ASF (Apache Software Foundation) community, which was formed in 1999. It was this organization that developed the Apache License, which is so widely used on other projects.

Which Linux distribution is best to install on a server in 2022
Feb 15, 2022
Which Linux distribution is best to install on a server in 2022

Linux is an extensive family of operating systems developed by both independent developers and private companies promoting their own software to the market. In this article, we will tell you which Linux distribution for servers is best installed in 2022.



What’s the difference between Docker and Kubernetes
Feb 15, 2022
What’s the difference between Docker and Kubernetes

Let’s see what the difference between virtual machines and containers is, why Docker is so popular, what Kubernetes is, and what are the main IT-market trends in this area. Both technologies are a method of virtualization and are used for application deployment, but there are a few fundamental differences between them which you will discover once you have deeply analyzed and compared them. Let’s see.

How to transfer a PostgreSQL database to another server using pgAdmin 4
Feb 15, 2022
How to transfer a PostgreSQL database to another server using pgAdmin 4

In this article, we will tell you how to properly migrate a PostgreSQL database from one server to another. Let's have a look at several options for creating a dump and further importing it to a new VPS or dedicated server.



Prophecy is cheap: Loud predictions that did not come true
Feb 10, 2022
Prophecy is cheap: Loud predictions that did not come true

If you want to make your descendants laugh, try to predict the future. Prophecizing is a thankless task, because in 9 cases out of 10 you will inevitably fail. In 1951, Douglas Hartree, a British theoretical physicist and mathematician, said that three computers would be enough for mankind to carry out any calculations. This was back when electronic computers were so large that their transportation required a truck. Hartree argued that we would never need mass production of computers since such devices are simply useless for ordinary people.



How to install Debian on VPS
Feb 3, 2022
How to install Debian on VPS

There are many reasons to install a VPS on Debian: reliability and stability, the flexibility of settings and many packages, good support, and a wide community. Another reason is the ease of installation of this Unix system on a virtual private server. In this article, HostZealot specialists will tell you how to install it quickly and easily!



Which CMS is better: WordPress or Joomla
Feb 3, 2022
Which CMS is better: WordPress or Joomla

WordPress or Joomla are the most popular CMS-systems developed on the principle of Open Source. Each of these content management systems provides a fairly extensive toolkit that allows you to bring projects of any complexity to life. Whatever type of site you do not need to develop - both WordPress and Joomla will be a solid foundation. But still, there is a big difference between these CMS, and in this article, we will try to comprehensively tell you what is better for shared-hosting in terms of security, load on the server, and a number of other criteria.

Which operating system is better for a virtual server - Windows or Linux
Feb 3, 2022
Which operating system is better for a virtual server - Windows or Linux

The choice of operating system for the virtual server determines how stable it will work, what tools the administrator will have, whether you have to pay to use the OS, etc. In the left corner - free Linux, represented by dozens of different distributions, and in the right - paid Windows Server, which is objectively much easier to use due to the presence of an elaborate GUI. But this is not all of their features, and further on in the article we will tell you which operating system for VPS is better and why.



What is CRON and how to use it
Feb 1, 2022
What is CRON and how to use it

Cron is one of the most popular daemons on Linux, which is essentially an advanced task scheduler. It is an important component of all Linux-like systems and is used by administrators to schedule certain programs and scripts to run at specified times. The administrator can set the periodicity of launching scripts, adjust the duration of their operation, etc. In this article, we will try to explain as much as possible how to use cron via control panel and SSH protocol, share tips on the initial configuration of the program, and give a small tour on cron syntax.

How to install PHP on CentOS VPS
Jan 31, 2022
How to install PHP on CentOS VPS

Dynamic websites and software written in PHP require the installation of the appropriate packages and libraries on the server. In this article we will describe how to install PHP on a VPS running the CentOS 7 operating system. We will talk about the automatic and manual methods, and also share some useful information about the initial setup after the installation has been completed.