R is an open-source, widely used for developing statistical software and performing data analysis. It is supported by the R Foundation for Statistical Computing. This tutorial explains how to install R on Ubuntu 20.04. Prerequisites# You should logged in as root or user account with sudo privileges. Ubuntu 20.04 system should have at least 1
ubuntu - Page 14 of 15 - DesignLinux
How to Install VirtualBox on Ubuntu 20.04
VirtualBox is open-source cross-platform virtualization software that allows you to run multiple guest operating systems (virtual machines) simultaneously. Generally, Virtualbox is used by desktop users as a testing and development environment. In this tutorial, we will show you two ways to install VirtualBox on Ubuntu 20.04: From the standard Ubuntu repositories. From the Oracle repositories.
How to Install VirtualBox on Ubuntu 20.04
VirtualBox is an open source cross-platform virtualization software which allows you to run multiple operating systems simultaneously. We will install Virtualbox through Oracle repositories. In this tutorial we are going to show you how to install VirtualBox on Ubuntu 20.04 system. Prerequisites# Before you go ahead with tutorial, Make sure that you are logged in
How to Install Docker on Ubuntu 20.04
Docker application is used to manage application processes in container. Using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers. In this tutorial, we will learn how to install Docker on Ubuntu 20.04. Prerequisites# Before you start install, you must have non-root user account with sudo privileges.
How to Install VirtualBox Guest Additions on Ubuntu 20.04
VirtualBox allows you to run multiple guest operating system simultaneously. The Guest Additions provides some useful functionalities for guest machines like a mouse pointer integration, full screen view, shared folders, shared clipboard, better and accelerated and much more. In this article, we will show how to install VirtualBox Guest Additions on Ubuntu 20.04 guests. Installing
How to Install and Use PHP Composer on Ubuntu 20.04
Composer is most popular dependency manager for PHP. Composer can install, update and pull in all the required PHP packages to your project directory. At the time of installing package, composer will check for dependencies of package and if dependent package are there then it will also install dependencies. This guide explains how to install
How to Install Xrdp Server (Remote Desktop) on Ubuntu 20.04
Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) server. It provides facility to graphically control a remote machine. Using Xrdp, you can login to remote machine same as Microsoft Remote Desktop Protocol (RDP). In this tutorial, we will show you how to install Xrdp (Remote Desktop) on Ubuntu 20.04 LTS. Prerequisites#
How to Install Webmin on Ubuntu 20.04
Webmin is an open-source web control panel for administering Linux servers. It allows you to manage the system users, groups, disk quotas as well as install and configure web, ssh, ftp, email, and database servers. With Webmin, you can configure almost every aspect of the system through your web browser. This guide explains how to
How to Install MariaDB on Ubuntu 20.04
MariaDB is an open-source relational database management system. It was originally designed as a backward-compatible, binary drop-in replacement of MySQL. MariaDB is developed and maintained by the original developers of MySQL and by the open-source community. This guide explains how to install and MariaDB on Ubuntu 20.04. Prerequisites # We’re assuming that you have administrative
How to Install PostgreSQL on Ubuntu 20.04
PostgreSQL or Postgres is an open-source general-purpose object-relational database management system with many advanced features that allows you to build fault-tolerant environments or complex applications. In this guide, we will explain how to install the PostgreSQL database server on Ubuntu 20.04, and explore the basics of PostgreSQL database administration. Prerequisites # To be able to