Linux

Установка Webmin в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Webmin в Ubuntu 20.04

Webmin — современная веб-панель управления, позволяющая выполнять администрирование сервера Linux через интерфейс браузера. С Webmin вы можете легко и быстро управлять учетными записями пользователей, выполнять настройки DNS и изменять параметры…

Read more
Ubuntu 20.04にLAMPスタックでWordPressをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にLAMPスタックでWordPressをインストールする方法

WordPressは非常に人気のあるオープンソース技術で。WordPress  で構築されたサイトは現在オンラインになっている全Wサイトの36%を占めています。このチュートリアルは、システム管理に慣れたユーザーや、サーバー側でWordPressインスタンスの管理方法を学びたいユーザーを対象としています。このガイドでは、Linux Ubuntu 20.04サーバーにLAMPを介してWordPressをインストール・セットアップします。

Read more
How To Install WordPress with LAMP on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LAMP on Ubuntu 16.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
How To Install Wordpress with nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on Ubuntu 12.04

Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Ubuntu 12.04.

Read more
How To Integrate MongoDB with Your Node Application — step-by-step Linux tutorial on Progressive Robot

How To Integrate MongoDB with Your Node Application

In the process of working with Node.js, you may find yourself developing a project that stores and queries data. This tutorial will show you how to integrate MongoDB with an existing Node application. This process will involve adding user and database information to your application code and using the Object Document Mapper Mongoose. At the end of the tutorial, you will have a working application that will take a user’s input and display it in the browser.

Read more
How To Manage Packages on FreeBSD 10.1 with Pkg — step-by-step Linux tutorial on Progressive Robot

How To Manage Packages on FreeBSD 10.1 with Pkg

FreeBSD’s binary package manager, pkg, can be used to easily manage the installation of pre-compiled applications—the FreeBSD equivalent Debian and RPM packages. In this tutorial, we will show you how to manage packages on FreeBSD 10.1. This includes installing and deleting packages, among other tasks.

Read more
How To Manage Strings in Redis — step-by-step Linux tutorial on Progressive Robot

How To Manage Strings in Redis

In Redis, strings are the most basic type of value you can create and manage. This tutorial provides an overview of how to create and retrieve strings, as well as how to manipulate the values held by string keys.

Read more
How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04

Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.

Read more
CHAT