Install

How To Install RackTables on Ubuntu 18.04 / Ubuntu 16.04 Linux

How To Install RackTables on Ubuntu 18.04 / Ubuntu 16.04 Linux

For Database, we'll use MariaDB, for Web server we'll use Nginx.

  1. Step 1: Install PHP. Ubuntu 18.04 has PHP 7.2 in its repositories, and PHP 7.0 Ubuntu 16.04 LTS. ...
  2. Step 2: Install MariaDB Database server. ...
  3. Step 3: Install Nginx and php-fpm. ...
  4. Step 4: Download and install Racktables.

How to Install and Use FFmpeg on Debian 9
The following steps describe how to install FFmpeg on Debian 9 Start by updating the packages list sudo apt update. Install the FFmpeg package by runn...
Python OS module Common Methods
OS Module Common Functions chdir() getcwd() listdir() mkdir() makedirs() rmdir() removedirs() Which module of Python gives methods related to operatin...
How To Import and Export MySQL Database
How to Import and Export Databases Export. To Export a database, open up terminal, making sure that you are not logged into MySQL and type, mysqldump ...