Blog
How to setup a virtual environment for python 3 using venv
A virtual environment is a specific Python installation that includes an additional number of packages. It is self-contained in a directory making it independent from the existing system version.
No Comments
How to install MySQL on Ubuntu
This tutorial is meant to guide you on the installation of MySQL server on Ubuntu. After the completion of this tutorial you will have successfully installed a MySQL server on Ubuntu (also Ubuntu server) with a database created and a new user with access rights from outside.
No Comments
Hello, World!
Welcome to juanrasantana.com. As you probably already noticed, I am Juan Ramón Santana, a telecommunication engineer working on IoT research at the University of Cantabria.…
No Comments