Blog sobre alojamiento y servidores
página 28

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.



Cómo instalar Debian en un VPS
Feb 3, 2022
Cómo instalar Debian en un VPS

Hay muchas razones para instalar un VPS en Debian: la fiabilidad y la estabilidad, la flexibilidad de las configuraciones y los numerosos paquetes, el buen soporte y una amplia comunidad. Otra razón es la facilidad de instalación de este sistema Unix en un servidor privado virtual. En este artículo, los especialistas de HostZealot le dirán cómo instalarlo rápida y fácilmente.




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.

Cómo instalar PHP en CentOS VPS
Jan 31, 2022
Cómo instalar PHP en CentOS VPS

Los sitios web dinámicos y el software escrito en PHP requieren la instalación de los paquetes y bibliotecas adecuados en el servidor. En este artículo describiremos cómo instalar PHP en un VPS con el sistema operativo CentOS 7. Hablaremos de los métodos automáticos y manuales, y también compartiremos alguna información útil sobre la configuración inicial una vez completada la instalación.


How to install Laravel on Ubuntu
Jan 18, 2022
How to install Laravel on Ubuntu

Laravel is a free, open-source web framework that includes tools and resources for building feature-rich PHP applications. Laravel infrastructure was developed by Taylor Otwell, and he posted the source code of his brainchild on GitHub almost from the very beginning, which greatly helped popularize and spread the product.