linux

linux

How-to Install SSH Server on Linux 

Devnet Linux
1.- Install with apt-get command on Ubuntu: sudo apt-get install openssh-server 1.- Install with dnf command on Fedora: sudo dnf install openssh-server 2.- Enable the ssh service: sudo ...
Read more 0

Install Docker in Ubuntu

Devnet Linux
In this article we will learn how to install Docker on an Ubuntu 20.04 operating system. 1.-Installing the initial requirements with the following commands. sudo apt-get update sudo ...
Read more 0

Install python in Ubuntu 20.04

Devnet Linux
Python 3 is installed by default on the Ubuntu 20.04 Linux distribution. To ensure that our versions are up to date, we will update and upgrade the system ...
Read more 0

Basic Git Commands

Devnet Linux
We show you the most common Git commands in this Cheat Sheet. It is difficult to memorize all the important Git commands, so save this article for future ...
Read more 0

Install Visual Studio Code on Ubuntu 20.04

Devnet Linux
Visual Studio Code is a source code editor developed by Microsoft. For the installation, we will use a Snap package. Snaps are application packages that are easy to ...
Read more 0

Installing Ubuntu on VMWare Fusion

Devnet Linux
Let’s see a simple guide to creating a virtual machine with Ubuntu operating system in VMware Fusion. Open the program VMware Fusion File > New Click on Continue ...
Read more 0
en_US