Linux

Linux

Devnet Linux

How-to Install SSH Server on 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
Devnet Linux

Install Docker in Ubuntu

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
Devnet Linux

Creating a virtual environment with VENV – Python

This article teaches how to set up a python virtual environment on a Ubuntu 20.04.An Environment Virtual allows you to manage separate package installations for different projects. They ...
Read more 0
Devnet Linux

Install python in Ubuntu 20.04

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
Devnet Linux

Basic Git Commands

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
Devnet Linux

Install Visual Studio Code on Ubuntu 20.04

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
Devnet Linux

Installing Ubuntu on VMWare Fusion

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