How To Install Git on Ubuntu 18.04 LTS (Linux)
Git is a SCM (Source Control Management System). Git is used in the Management of changes to documents, programs, and […]
Git is a SCM (Source Control Management System). Git is used in the Management of changes to documents, programs, and […]
Node.Js is Server Side JavaScript runtime environment which Runs on Google’s V8 JavaScript Engine. Node.js is open-source and cross-platform which is licenced under MIT. Node’s is […]
In this tutorial we will see how to install Apache Maven on Ubuntu 18.04 linux. Step 1. Please Make sure that JAVA_HOME environment variable […]
Import the public key used by the package management system
1 |
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 |
Create a list file for MongoDB
1 |
$ echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list |
Reload local […]
Prerequisites Ubuntu 18.04, 17.10, 16.04 root privileges few knowledge using vim Step 1 Install some Debian package development tools and […]
How to Install PostgreSQL 9.6 on Ubuntu 18.04 LTS POSTGRESQL is an open-source, full-featured relational database.PostgreSQL is the most advanced […]
In this post we will learn how to How To Install MySQL on Ubuntu 18.04 LTS. The same procedure can be […]
In this post we will see How To Install curl on Ubuntu 18.04 using command line terminal. If you want […]
FFmpeg is a Complete cross-platform solution to record, convert, and stream media. In this post we will see how to […]
In this post we will see How To Install Redis On Ubuntu Linux To install Redis, run the following commands: […]
Online Course – OpenCV Python Tutorial For Beginners. At the end of this course, you will have a firm grasp of […]
In this post we will see How to Install OpenCV in Ubuntu for C/C++ OpenCV is an image processing library […]
In this post we will see How to Install Oracle Java 8 on Ubuntu 18.04 via PPA. Step 1 – […]
In this Post we will see How to Install Scala, SBT and Java on Ubuntu 18.04 LTS (Linux) Install Java Step 1 […]
I this post we will see How to install and setup Vagrant on Ubuntu 18.04 LTS. Vagrant is an open-source software for […]
Copyright © 2021 | WordPress Theme by MH Themes