FAQ

An Introduction to Securing your Linux VPS — step-by-step Linux tutorial on Progressive Robot

An Introduction to Securing your Linux VPS

Linux security is a complex task with many different variables to consider. In this guide, we will attempt to give you a good introduction to how to secure your Linux server. We will discuss high-level concepts and areas to keep an eye on, with links to more specific advice.

Read more
Начальная настройка сервера c Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Начальная настройка сервера c Ubuntu 14.04

После создания нового сервера необходимо предпринять несколько шагов по его базовой настройке. Это повысит безопасность и удобство использования Вашего сервера и заложит прочную основу для последующих действий. Для того, чтобы…

Read more
How and When to Use Sqlite — step-by-step Databases tutorial on Progressive Robot

How and When to Use Sqlite

Sqlite is a very simple and fast open source SQL engine. This tutorial will explain when it is optimal to use Sqlite, as opposed to a full-blown RDBMS such as Mysql or Postgres, as well as how to install it and basic usage examples covering CRUD – Create, Read, Update, and Delete.

Read more
How To Migrate Linux Servers Part 1 - System Preparation — step-by-step Linux tutorial on Progressive Robot

How To Migrate Linux Servers Part 1 – System Preparation

There are many different considerations you should make when migrating from one system to another. In this guide, we will discuss how to prepare your source and target systems for a migration. This will include getting your two machines to communicate with SSH keys and a deep investigation as to what components need to be transferred.

Read more
How To Migrate Linux Servers Part 2 - Transfer Core Data — step-by-step Linux tutorial on Progressive Robot

How To Migrate Linux Servers Part 2 – Transfer Core Data

In the previous tutorial, we prepped our servers for data migration. At this point, your target and source system should be able to communicate (the target system should have SSH access to the source system), and you should also have a list of software and services that you need to transfer, complete with version numbers of the most important components. In this guide, we’ll continue where we left off and begin the actual migration to our new server.

Read more
CHAT