WordPress with Docker and Docker Compose in Ubuntu 18.04 LTS

WordPress installation with Docker and Docker Compose Fosslovers

Hi everyone, today we’ll learn how to install Docker Compose and deploy WordPress in Ubuntu 18.04 LTS “Bionic Beaver”. Docker is a free and open-source project that provides an open platform to pack, ship, and run any application anywhere. It automates the deployment of applications inside the containers by providing an additional layer of abstraction and automation … Read more

Mumble Server installation and configuration in CentOS 7

Mumble Server installation and configuration in CentOS 7

Today we’ll walkthrough how we can install Mumble server also known as Murmur in CentOS 7. It is a free and open source VOIP application that is  primarily designed for the use by gamers for communication to each other via voice. It works in client-server architecture, that means, it consists of a server application and a … Read more

Introduction of Basic Linux Shell Scripting

Introduction of Basic Linux Shell Scripting Fosslovers

What is Linux Shell? Computer only understand the language of 0’s and 1’s which called binary language. In early days of computing, instruction are provided using binary language, which is difficult to understand. So in OS there is special program called Shell. Shell accepts our instruction or commands in English (mostly) and if the commands are … Read more

Top Popular Display managers for GNU/Linux Distributions

Top Popular Display Managers for GNU Linux Distributions Fosslovers

Sometimes referred to as a “login manager”, a display manager is responsible for starting the display server and loading the Linux desktop after you type in your user-name and password. Simply put, it controls user sessions and manages user authentication. For the most part, a display manager performs its magic “under the hood”, and usually … Read more