How To Install Ubuntu 20.04 LTS?

Ubuntu is among the most popular Linux distributions. It is easy to use, easy to install, and includes everything that anyone needed. Ubuntu officially released in three editions: desktop, server, and core for IoT and robots. Ubuntu 20.04 LTS (Focal Fossa) is the new release in the desktop and server category. In this article, we … Read more

How to install FileZilla in Ubuntu 20.04 LTS ?

Filezilla is a free, opensource, and cross-platform FTP application. This application is based on the client-server model. You can visit Filezilla’s website to download the client and server binaries. The server binaries are available only for Windows operating system. This article will help you in installing the Filezilla client application on Ubuntu 20.04 LTS. However, … Read more

How To Install Docker On Ubuntu 20.04 LTS?

Docker is a platform that makes it easier to create, deploy, and use an application using containers. A container contains an application with all parts of it needed such as libraries and other dependencies, and ships it as one package. Instead of using dedicated resources like virtual machines, docker shares kernel, and other resources of … Read more

How To Install PyCharm in Ubuntu 20.04 LTS?

The PyCharm is a fully-featured IDE for python which is developed by JetBrains. PyCharm supports many other programming languages such as HTML, CSS, Javascript, SQL, etc. The features of PyCharm can be extended using the plugins. It has built-in graphical debugger, integrated unit tester, and embedded version control system. PyCharm is released in two versions … Read more

Dell XPS 13 Developer Edition with Ubuntu 20.04 LTS pre-installed is now available

The Dell XPS 13 Developer Edition is now available in North America and selected EMEA countries* certified with Ubuntu 20.04 LTS pre-installed to work straight out of the box. This is the first system available on the market with Ubuntu 20.04 LTS, released in April 2020, and continues the long-standing partnership with Canonical which is … Read more

How to install Genymotion on Linux?

Genymotion is a cross-platform android emulator, you can use it to create and run Android Virtual Devices (AVD) on a computer. It also offers some predefined virtual devices of Android phones and tablets. Genymotion Android emulator is generally used by the android app developer to run and test their app using different virtual devices. It … Read more

How to install ELK stack in Ubuntu?

Moto G4 Play Resurrection Remix 6.0.0 Android 8.1 Oreo ROM Download

ELK stack is consists of three applications i.e. Elasticserach, Logstash, and Kibana to retrieve and manage log files. This allows you to search all the logs in a single place which helps in identifying problems with servers or applications. The ELK stack is developed and maintained by the company named Elastic. Today in this article we … Read more

What is Mono? How to install and use it on Ubuntu?

Mono is a free and open-source implementation of the .NET framework which is used for developing and running cross-platform applications. Currently, its development is led by Xamrin which is a subsidiary of Microsoft. In this article, I will discuss how to install and use Mono on a Ubuntu system. Prerequisites To follow this guide you … Read more

How to Install and setup MEAN stack on Ubuntu?

MEAN is a free and open-source software stack of JavaScript for building dynamic web applications. It consists of MongoDB, Express.js, AngularJS, and NodeJS. Where AngualrJS is used for frontend while others are used for backed development. In this article, I will discuss how to install and configure the MEAN stack on Ubuntu. Prerequisites To follow … Read more

How to install RStudio Server in Ubuntu?

RStudio is an Integrated Development Environment (IDE) for the R programmers which includes different tools like code editors, builds automation, debugger, etc. RStudio comes in two different versions i.e. RStudio IDE and RStudio server. If you are using a command-line-based system without GUI then still you can use RStudio IDE and other R development tools … Read more