Do you know what happens when do you type a URL?A common activity when we are in front of our computers is to open a browser and type in a URL. Surely if you are reading this blog it is…Jan 9, 2021Jan 9, 2021
How to create dynamic libraries and what is its difference from static libraries?In programming, on many occasions it is necessary to reuse some blocks of code that are needed to solve a common problem, these code…Sep 8, 2020Sep 8, 2020
Bibliotecas estáticas, qué es y cómo usarlo.Imagine que cada vez que necesita resolver un problema común que siempre sabe cómo resolver, vuelve a escribir el mismo código y ...Jul 7, 2020Jul 7, 2020
How GCC do it’s jobIt’s a very easy job use a command like gcc and execute your file but do you know how actually this command works?. I will try to explain…Jun 11, 2020Jun 11, 2020
Hard vs Symbolic LinksSometimes we need to use a link to the files in order to have a quick access to them, Linux give us a way to links files/folders with a…Jun 9, 2020Jun 9, 2020
How to list files having a bunch of them , without die trying.On my first work , one of my first tasks was order, adjust and edit thousands and thousands of files in a computer that have a Linux…Jun 8, 2020Jun 8, 2020