Browsing category

Ubuntu

Install phpMyAdmin on Debian 9 / Ubuntu 16.04

phpMyAdmin is a free web-based administration tool for handling administrative tasks on MySQL and MariaDB servers. With phpMyadmin, you can perform databases activities like managing databases, tables, columns, indexes, relations, users, permissions, etc This post will help you to install phpMyAdmin on Debian 9 / Ubuntu 16.04. Install MySQL (MariaDB) Server Before installing phpMyAdmin take […]

How To Install Ruby On Rails On Ubuntu 18.04 / Ubuntu 16.04

Ruby on Rails® simply known as Rails, is an open-source web framework written in Ruby. It helps you create highly powerful web sites and applications. This post will help you to install Ruby on Rails on Ubuntu 18.04 / Ubuntu 16.04 using: 1. rbenv (Recommended) 2. RVM Prerequisites Install the curl and other required packages. […]