how to do it yourself
Seite 7

Zurück zu Blog
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.



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.

Wie man PHP auf einem CentOS VPS richtig installiert
Jan 31, 2022
Wie man PHP auf einem CentOS VPS richtig installiert

Für dynamische Websites und in PHP geschriebene Software müssen entsprechende Pakete und Bibliotheken auf dem Server installiert werden. In diesem Artikel wird erklärt, wie man PHP auf einem VPS mit dem Betriebssystem CentOS 7 installiert. Wir werden automatische und manuelle Methoden behandeln und auch einige nützliche Informationen über die Ersteinrichtung nach Abschluss der Installation geben.

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.

How to install Mikrotik CHR on an SSD VPS
Jan 18, 2022
How to install Mikrotik CHR on an SSD VPS

Mikrotik routers are widely used by server owners around the world because they are reliable, fast, and provide the user with all the relevant features for building a secure network infrastructure. An important advantage of this company is also its own operating system MikroTik Cloud Hosted Router, which can run as a virtual machine. This RouterOS has full support for 64-bit x86 architecture and all popular server virtualization technologies:

How to configure VPS server on CentOS
Jan 17, 2022
How to configure VPS server on CentOS

CentOS is a flexible operating system based on the commercial Red Hat Enterprise Linux distribution. The main advantages of CentOS for VPS are considered to be its simplicity, elegance, and convenience at all levels of interaction, from installation to setting up firewall filters. In addition, this operating system is regularly supplied with updates and innovations, especially in the field of security. In terms of security and safety, VPS with CentOS surpasses almost all similar free operating systems.

What is Linux GUI and how to install it on VPS
Jan 12, 2022
What is Linux GUI and how to install it on VPS

Not only the console but also the graphical user interface (GUI) can be used for convenient operation and interaction with Linux operating systems. It is a set of tools that make user interaction with an electronic device simpler and more convenient. After GUI is installed on a VPS, all elements and items available for interaction will appear to the user as interactive graphical images - icons, buttons, menu objects, etc.


How to install phpMyAdmin on your server and computer
Jan 4, 2022
How to install phpMyAdmin on your server and computer

phpMyAdmin is a web interface for easy management of the MySQL DBMS, running SQL commands and viewing the contents of server databases. It is an open-source software product, that is, an open-source application. The capabilities of this web interface are very wide:


Anleitung für die Installation von Composer
Sep 13, 2021
Anleitung für die Installation von Composer

Wenn Ihr Projekt auf PHP basiert, dann hat es bei all seinen Vorteilen mindestens einen Nachteil: Bei der Installation neuer Bibliotheken müssen Sie buchstäblich jede Abhängigkeit von anderen Paketen manuell vorschreiben. Aber es wird nicht schwer sein, diese mühsame Arbeit zu vermeiden - die Installation von Composer wird Ihnen dabei helfen. Und wir sagen Ihnen, wie Sie das schnell und reibungslos erledigen können!

OpenVPN what is it and how to use it
Sep 13, 2021
OpenVPN what is it and how to use it

Do you want to deploy a secure server on a VPS, organize a corporate network with secure communication with remote employees, or just need an encrypted data transfer on a personal device? In all cases, you need to use a VPN - a good example is OpenVPN. According to many experts, it's now the best incarnation of this technology: reliable, secure, and functional. And although it is easy to work with, first it is worth understanding what OpenVPN is, the pros and cons, how to install and configure.