Browsing category

Linux Mint

How To Install Node.js on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

Node.js is a free and open-source, cross-platform JavaScript runtime environment for developing web applications and network tools, built on Google’s V8 JavaScript engine. Node.js lets you use JavaScript for server-side scripting—running scripts server-side to create dynamic web page contents before the page is sent to the user’s web browser. It has an event-driven architecture capable […]

How To Install PostgreSQL 11 / 10 on Ubuntu 18.04/16.04 & Linux Mint 19/18

PostgreSQL (aka Postgres) is an object-relational database management system (ORDBMS), available for Linux, Microsoft Windows, FreeBSD, OpenBSD, 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 and corporate companies. Here, we will […]

How to Setup NFS Server on Debian 9 / Ubuntu 16.04 / LinuxMint 18

NFS stands for Network File System, a service that helps you to share files and folders between *nix / Linux systems, developed by SUN Microsystems in 1990. NFS lets you mount a remote share like a local disk. This post helps you setup NFS server on Debian 9 / Ubuntu 16.04. Environment This guide is […]