Linux

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8 [Краткое руководство]

Это руководство рассказывает об установке комплекса LAMP на сервер с CentOS 8. Хотя MySQL доступен в используемых по умолчанию репозиториях в CentOS 8, в этом руководстве мы рассмотрим процесс настройки комплекта LAMP с MariaDB в качестве системы управления…

Read more
Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04

Tumpukan “LAMP” adalah sekumpulan perangkat lunak sumber terbuka yang biasanya diinstal bersama untuk memungkinkan server menjadi hos dari situs web yang dinamis dan aplikasi web. Istilah ini sebenarnya merupakan singkatan yang mewakili sistem operasi Linux dengan server web Apache. Data situs disimpan di dalam basis data MySQL dan konten dinamis diolah dengan menggunakan PHP. Dalam panduan ini, kita akan menginstal tumpukan LAMP pada server Ubuntu 20.04.

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

In this guide, we’ll get a LEMP stack installed on an CentOS 7 server. A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The site data is stored in a MySQL database (using MariaDB), and dynamic content is processed by PHP.

Read more
How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04

LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. This tutorial explains how to install the required repos to download nginx and php-fpm, how to install MySQL, how to install nginx, how to install php-fpm, how to configure php and nginx, and how to create a php info page. This tutorial is written for Ubuntu 12.04.

Read more
Ubuntu 20.04にMariaDBをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にMariaDBをインストールする方法

MariaDBは、人気の高いLAMP(Linux、Apache、MySQL、PHP/Python/Perl)スタックのMySQL部分の代替として使用されているオープンソースデータベース管理システムです。MySQLの代わりになることが意図されています。このチュートリアルでは、Ubuntu 20.04サーバーにMariaDBをインストールして、それが作動し安全に初期設定されていることを確認する方法を説明します。

Read more
How To Install MediaWiki on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MediaWiki on Ubuntu 14.04

MediaWiki is a PHP wiki package, originally intended for use on Wikipedia, which allows anyone to create their own personal wiki site. This tutorial goes through how to set up MediaWiki on a Ubuntu 14.04 Droplet.

Read more
How To Install MongoDB on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on Ubuntu 14.04

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.

Read more
CHAT