Browsing category

Debian

How To Install MariaDB on Debian 9

MariaDB is a fork of the most popular MySQL database management system. It is developed by MariaDB Corporation Ab, led by original developers of MySQL. MariaDB is fully compatible with MySQL database management system and is now considered as a full drop-in replacement. Install MariaDB on Debian 9 You can obtain MariaDB packages for Debian […]

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. […]

How To Install PostgreSQL 11 / 10 on Debian 9 & Debian 8

PostgreSQL (simply known as Postgres) is an object-relational database management system (ORDBMS), available for many platforms including Linux, Microsoft Windows, FreeBSD, HP-UX, AIX, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers […]

How To Install Google Chrome on Debian 10 / Debian 9

  Google Chrome – Do you need an introduction? Who knows, you may be reading this on Google Chrome browser on your Windows desktop or smartphone. Why wasting time on something you already know what it is. Let’s get straight into the installation of Google Chrome on Debian 10 / Debian 9. THIS DOCUMENT IS […]

How To Disable IPv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04

This post helps you in disabling ipv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04. IPv6 can be disabled by modifying sysctl.conf or by creating a .conf file in the /etc/sysctl.d directory. You can also disable IPv6 for a particular network adapter. The steps mentioned here should work on previous versions of Debian […]