Open Source Listing

Explore the world of open source technology and contribute to the community

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…

What is Docker

What is Docker

What is Docker Docker is an open source platform that allows you to create, deploy, and manage containerized applications. Learn about containers, how they differ from virtual machines, and why Docker is so popular. Docker is a free and open source containerization platform. It allows developers to package applications into containers, which are standardised executable…

Top 10 Open Source CRM Softwares

Top 10 Open Source CRM Softwares

Top 10 Open Source CRM Softwares What is CRM? CRM stands for Customer Relationship Management. CRM software enables the businesses to interact with their potential and existing customers, understand and manage their requirements. This improves the connection of a corporation with customers, and a contented customer brings profitability to the business. CRM involves collecting and analyzing…

What is Ansible

What is Ansible

Table of contents Introduction Efficient Architecture How Ansible Works? Ansible Modules Ansible Playbooks Introduction Ansible is a relatively simple IT automation technology. Configuration management, software deployment, cloud provisioning, ad-hoc challenge execution, community automation, and multi-node orchestration are all handled by this program. Ansible makes complex upgrades, such as zero-downtime rolling updates with load balancers, simple….

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…

Top 10 Open Source Software samples Of 2023

Top 10 Open Source Software samples Of 2023

Top 10 Open Source Software samples Of 2023 open source software samples can include various types of information about the software, such as: Name: The name of the software. Category: The category or type of software it belongs to, such as operating systems, web browsers, or development tools. Description: A brief description of the software…

How to Install Laravel ?

How to Install Laravel ?

Install Laravel In this article I will be explaining everything you need to install Laravel.Although Laravel official Documentation page is self explanatory but some of the developers still don’t understand everything and here exactly what is explained. Installing Laravel on Windows Installing Laravel on MacOs On MacOS, all you need is a text editor like…

Infinite Scroll in Laravel with Livewire

Infinite scrolling in Laravel This tutorial is about the infinite scrolling in Laravel using Livewire in datatable setup. This is not going to be an actual datatable but a common HTML table styled with tailwend CSS. The main purpose of this post is not about styling stuff but to give an overview how you can…

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…