Install Ubuntu 18.04 LTS Bionic on Windows 10 via Virtual Box

How-to-Install-Ubuntu-on-Windows-10-via-Virtual-Box

Hi guys, Today I am going to show you how to install ubuntu on windows 10 via Virtual Box. Ubuntu stylized as ubuntu) is a free and open source operating system and Linux distribution based on Debian. Ubuntu 18.04 LTS Bionic is offered in three official editions: Ubuntu Desktop for personal computers, Ubuntu Server for servers and the cloud, and Ubuntu Core for an Internet of things devices and robots. New releases of Ubuntu occur … Read more

Ruby on Rails on Docker Composer in Ubuntu 18.04 LTS (Bionic Beaver)

Ruby-on-Rails-on-Docker-Composer-in-Ubuntu-18.04-LTS-(Bionic-Beaver)

Today we’ll learn how to run Ruby web applications on Rails inside Docker Containers using Docker Compose. “Ruby on rails” often known as “Rails” is a free and open source web application framework developed on Ruby Language under MIT License. Rails is a model view controller (MVC) framework which provides default structures for a database, a web … Read more

How to Install Viber Desktop on Ubuntu 18.04 Bionic Beaver Linux

How-to-Install-Viber-Desktop-on-Ubuntu-18.04-Bionic-Beaver-Linux

Viber is a popular cross-platform messaging app, available for a wide range of devices like Smartphones, Desktops & Symbian devices too. It is used to make phone calls, send the text message and even make the video call to other users, on any device and network, anywhere in the world. Viber is very much similar to … Read more

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

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