GCC, or GNU Compiler Collection is a compiler system for C, C++, Objective-C, Objective-C++, Fortran, Ada, D, Go, and BRIG (HSAIL) programming languages. It’s produced by the GNU Project and the current version is GCC 9.3. In this article we will explain how to install GCC on Ubuntu 20.04. Installing GCC on Ubuntu 20.04# The
ubuntu - Page 13 of 15 - DesignLinux
How to Install Vagrant on Ubuntu 20.04
Vagrant is a an open-source tool for building and managing virtual machines. Generally, Vagrant is used by developers to set up a development environment that works across multiple operating systems. In this tutorial, we will show you how to install Vagrant on Ubuntu 20.04 system. Prerequisites# Virtualbox should installed on your Ubuntu 20.04 system. You
How to Install GCC (build-essential) on Ubuntu 20.04
The GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D programming languages. A lot of open-source projects, including the Linux kernel and GNU tools, are compiled using GCC. This article explains how to install GCC on Ubuntu 20.04. Installing GCC on Ubuntu 20.04 #
How to Install and Configure Redis on Ubuntu 20.04
Redis is an open-source in-memory key-value data store. It can be used as a database, cache and, message broker, and supports various data structures such as Strings, Hashes, Lists, Sets, and more. Redis provides high availability via Redis Sentinel and automatic partitioning across multiple Redis nodes with Redis Cluster. This tutorial describes how to install
How to Install Skype on Ubuntu 20.04
Skype is one of the most popular communication applications in the world. It is cross-platform, available on Windows, Linux, and macOS. With Skype, you can make free online audio and video calls, and international calling to mobiles and landlines worldwide. Skype is not an open-source application, and it is not included in the standard Ubuntu
How to Enable SSH on Ubuntu 20.04
SSH (Secure Shell) is an encrypted protocol which allows connections between client system and a servers. You can connect to your system remotely, perform administrative tasks and access files. Also, you can transfer files securely via scp and sftp. In this tutorial we will show you how to enable SSH on an Ubuntu 20.04 system.
How to Install Tomcat 9 on Ubuntu 20.04
Apache Tomcat is an opensource http server that used to implement Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. This tutorial explains steps to Install Apache Tomcat on Ubuntu 20.04. Prerequisites# Before you start installation, make sure you are logged in as root or user with sudo privileges. Installing Java# Java SE
How to Install Vagrant on Ubuntu 20.04
Vagrant is a command-line tool for building and managing virtual machines. By default, Vagrant can provision machines on top of VirtualBox, Hyper-V, and Docker. Other providers such as Libvirt (KVM), VMware and AWS can be installed via the Vagrant plugin system. Vagrant is typically used by developers to set up a development environment that works
How to Install Docker Compose on Ubuntu 20.04
Docker Compose is a command-line utility which used to setting up and running multi-container Docker applications. Generally, Compose is used for local development, single host application deployments, and automated testing. In this article, you will learn how to install Docker Compose on Ubuntu 20.04 Focal Fossa Linux. Prerequisites# Docker must installed on your Ubuntu system.
How to Enable SSH on Ubuntu 20.04
Secure Shell (SSH) is a network protocol used for a secure connection between a client and a server. Each interaction between the server and a client is encrypted. This tutorial explains how to enable SSH on an Ubuntu machine. Enabling SSH will allow you to connect to your system remotely and perform administrative tasks. You’ll