Open Source Tutorials

Introduction to GitHub for beginner’s

Introduction to GitHub for beginner’s

Introduction to GitHub GitHub is a website and cloud-based service that allows developers to store and manage their code, as well as track and control changes to their code, at a high level. To fully grasp what GitHub is, you must first comprehend two interconnected principles: Versions Control Git Versions Control lets developers safely work…

How to Install Asterisk on Ubuntu 20.04

How to Install Asterisk on Ubuntu 20.04

How to install Asterisk on Ubuntu 20.04 Sangoma may have built Asterisk, a free and open-source VoIP server. It’s used to set up a VoIP telephony infrastructure for businesses of all sizes. VoIP is a Voice Over Internet Protocol used to make a call using the TCP/IP stack. With VoIP, you’ll make a call from…

What is a Big Data

What is a Big Data

What is a Big Data Extremely large collections of information (data sets) that will be analysed to reveal patterns, trends, and associations, especially referring to human behaviour and interactions. What is Data? The quantities, characters, or symbols on which operations are performed by a computer, which can be stored and transmitted within the variety of…

How to Install and Configure OpenLDAP on Ubuntu 20.04 LTS

How to Install and Configure OpenLDAP on Ubuntu 20.04 LTS

Install and Configure OpenLDAP Server on Ubuntu 20.04 In this blog post you’ll get to figure out how to Install and configure OpenLDAP Server on Ubuntu 20.04 LTS. OpenLDAP is a free and open source execution of the Lightweight Directory Access Protocol created by the OpenLDAP Project and delivered under OpenLDAP Public License. Set Hostname for Ubuntu Before…

How to install and configure MySQL

How to install and configure MySQL

How to install and configure MySQL Introduction MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses Structured Query Language (better called as SQL) to manage its data. This tutorial will re-examine a way to install MySQL version 8.0 on an…

How to Contribute to Open Source

How to Contribute to Open Source

How to Contribute to Open Source Projects – A Beginner’s Guide If you are a developer, you have probable stumble upon the term “open source.” If you have ever puzzled what it is all approximately and a way to contribute, you’re in precisely the proper place. Now, if you’re a novice developer, you might be wondering…

How to install PostgreSQL and pgAdmin4

How to install PostgreSQL and pgAdmin4

Install PostgreSQL and pgAdmin4 in Ubuntu PostgreSQL is a powerful, reliable, robust and Open Source relational database system. This tutorial will explain how to install the latest version of PostgreSQL and pgAdmin4 on Ubuntu 20.04 LTS system. Prerequisites A running Ubuntu 20.04 LTS system Login as sudo user via SSH and run the commands. Install…

How to install FreeSWITCH on Ubuntu 20.04/18.04

How to install FreeSWITCH on Ubuntu 20.04/18.04

How to install FreeSWITCH on Ubuntu 20.04/18.04 FreeSWITCH is an open-source communication platform that allows users to build scalable and customizable voice, video, and messaging applications. It can be used to create PBX systems, conference bridges, and call centers. In this guide, we will walk you through the step-by-step process of installing FreeSWITCH on Ubuntu…

How to install Ubuntu

How to install Ubuntu

How to install Ubuntu Ubuntu Installation Two types Ubuntu Server Ubuntu Desktop Overview of Ubuntu Server Ubuntu Server does not include a graphical installation program. Instead, it uses a textual menu process. Ubuntu Server’s capabilities and its configuration are as under: Requirements The following things to be remembered before start of installation. At least 20…