How To Install Skype on Ubuntu 16.04
2020.07.05 in Posts
Categories:
Introduction In this tutorial we learn how to install Skype on Ubuntu 16.04 (Xenial Xerus) Skype is a chat and call application that allow millions of people to connect with each other on a daily basis. Several important features of Skype: Audio and …
How to Install Spotify on Ubuntu 16.04
2020.07.05 in Posts
Categories:
Introduction In this tutorial we learn how to install Spotify client on Ubuntu Linux 16.04. There are two methods to install Spotify Client on Ubuntu Linux 16.04 The first one is using snap, the second method is using apt. We will cover both of the …
How To Install Python 3.8 on MacOS X
2020.07.03 in Posts
Categories:
Introduction In this tutorial we learn how to install Python 3.8 on MacOS X Download Python 3.8 Download Latest version of Python 3.8 from https://www.python.org/downloads/. At the time of this writing the latest version of Python 3.8 is …
How To Install Multipass on MacOS X
2020.07.03 in Posts
Categories:
Introduction In this tutorial we learn how to install Multipass on MacOS X. Multipass is a lightweight VM Manager for Linux, Windows and MacOS X. It use KVM on Linux, Hyper-V on Windows and Hyperkit on MacOS X. We can use multipass as Vagrant …
How To Install Zoom on MacOS X
2020.07.02 in Posts
Categories:
This tutorial describes how to install zoom on mac os x Download Zoom Client for MacOS X You can visit Zoom download page. Under Zoom client for meeting click the download button. Alternatively you can use the direct link below: …
How To Install XCode Command Line Tools
2020.07.02 in Posts
Categories:
This tutorial will guides you on how to install Xcode command line tools Open XCode Command Line Tools Installer On terminal or iterm or another terminal emulator type xcode-select -–install<br /> <li …
How To Install Virtualenv On Ubuntu 16.04
2020.04.05 in Posts
Categories:
Overview In this tutorial, we learn how to install Python Virtualenv on Ubuntu 16.04. Virtualenv is a tool to create isolated Python environment. It will create a directory that contains all the necessary executables to the packages that a Python …
How to Use pgbadger for AWS RDS Logs
2020.04.04 in Posts
Categories:
Overview In this tutorial we learn how to get all AWS RDS For PostgreSQL logs and analyze the logs using pgbadger. Prerequisites This tutorial assume you already have the following tools installed. AWS CLI version 1 pgbadgepgbadger Required AWS …
How to Install MongoDB 4.2 on CentOS 7
2020.03.17 in Posts
Categories:
Introduction In this guide, we will learn how to install MongoDB 4.2 on CentOS 7. We will also learn to configure and secure our MongoDB 4.2 installation. This tutorial can also be followed to install MongoDB 4.2 on RHEL 7 or Oracle Linux 7. MongoDB …
How To Install PostgreSQL 10 on Ubuntu 18.04
2020.02.15 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 10 on Ubuntu 18.04 (Bionic Beaver). PostgreSQL or Postgres is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and standards …