LAMP Stack

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 Upgrade to PHP 7 on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to PHP 7 on CentOS 7

PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on a CentOS 7 system with Apache or Nginx, using community-provided packages.

Read more
Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6

## О LAMPСтек LAMP—это группа программного обеспечения с открытым исходным кодом, которая управляет веб-серверами. Акроним расшифровывается как Linux, Apache, MySQL и PHP. Поскольку сервер уже запустил CentOS, о Linux можно не беспокоиться. Вот как установить все остальное.##…

Read more
How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04

SimpleSAMPLphp is an open-source PHP authentication application that provides support for SAML 2.0 as a Service Provider (SP) or Identity Provider (IdP). In this tutorial you’ll install SimpleSamplPHP and configure it to use a MySQL database as an authentication source. You’ll store users and encrypted passwords in the MySQL database and test that you can use those users to log in.

Read more
CHAT