linux

linux

Cómo instalar un servidor SSH en 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

Instalar Docker en 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

Instalar python en 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

Instalar Visual Studio Code en 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

Instalar Ubuntu en 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
es_ES