ubuntu

ubuntu

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

Creación de un entorno virtual con VENV - Python

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

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

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