• Django application with postgreSQL

    Django application with postgreSQL
    In this tutorial we will see how to create and configure a Django application in python using the free PostgreSQL database offered by https://neon.tech/ in its *Free tier*.

    Read More

  • JupyterLite, Pyolite, Pyodide, Python

    JupyterLite, Pyolite, Pyodide, Python
    In this tutorial I will show you how to deploy JupyterLite to have your own lightweight version of JupyterLab running on a free ๐Ÿ™‚ Github page. What is JupyterLite and what is it for? JupyterLite is a distribution of JupyterLab that runs entirely in the web browser.

    Read More

  • Privacy and confidentiality in Linux

    Privacy and confidentiality in Linux
    This tutorial belongs to the notes of the Linux LPIC-1 exam 102 course, which I have been teaching this year. In it we see how to generate public and private keys in Linux to obtain privacy and confidentiality in communications, for example using email. I hope you find it useful.

    Read More

  • Installing software on Debian Linux

    Installing software on Debian Linux
    Installing programs on Debian Linux: I share the Linux course notes about installing programs (software packages) on Debian operating systems and its derivatives (Ubuntu, mint, MX Linux, etc.) using apt and dpkg and other tools such as Dselect, Aptitude and Synaptic.

    Read More

  • Creating a service with systemd on GNU/Linux

    Creating a service with systemd on GNU/Linux
    Example creating a service with systemd on GNU/Linux

    Read More