Ubuntu 20.04 LTS is very slow

Hello, I just installed Ubuntu 20.04 LTS in a Aspire Z1 – 601 https://www.acer.com/ac/en/IN/conten…l/DQ.SYFSI.002 The computer is very slow and old, I wont upgrade RAM Please suggest another Flavor very similar to Ubuntu 20.04 LTS but lighter (With Ubuntu Store) I only want to Browse, Watch YT Videos, post @Twitter and check my email (Gmail … Read more

How to install Ruby in Ubuntu?

Ruby is a high-level, general-purpose, interpreted programming language. It is a dynamically typed language that supports multiple paradigms including procedural, functional, and object-oriented programming. Ruby was originally designed and developed in the mid-1990s by Yukihiro “Matz” Matsumoto in Japan. It is the language behind the Ruby on Rails framework. In this article, I will discuss … Read more

How To Setup NFS In Ubuntu 20.04 LTS?

Moto G Turbo CM 13 Marshmallow ROM

NFS or Network file system is a distributed filesystem protocol. It allows a remote host to mount a filesystem over a network and interact with that filesystem much like local storage is accessed. It follows the client-server model. The mounted filesystem can be accessed by the client with whatever privileges are assigned to each file. … 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 Node.js in Ubuntu?

Node.js is an open-source, cross-platform JavaScript runtime environment designed to run JavaScript code on the server-side. It lets developers use JavaScript for server-side scripting to produce dynamic webpage content these pages are produced before they get displayed on a web browser. In this article, we will discuss different ways to install Node.js in Ubuntu. Prerequisites … Read more

How to install RStudio IDE in Ubuntu?

RStudio is an Integrated Development Environment (IDE) for the R. It includes different tools like source code editor, builds automation, debugger. R is a programming language and free software environment that is used for statistical computing and graphics. This language is heavily used in the fields of data visualization, data analysis, and data science. In … 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