What happens when you type [URL] in your browser and press ENTERSo in this article I will explain the differents steps occured when you type url for example https://www.holbertonschool.com on your…Apr 25, 2021Apr 25, 2021
Share your knowledge — IoTThe Internet of Things (IoT) refers to the use of intelligently connected devices and systems to leverage data gathered by embedded…Apr 10, 2021Apr 10, 2021
The differences between static and dynamic libraries.Why using libraries in generalDec 14, 2020Dec 14, 2020
what happen when you type “ls -l “ command in a Linux shellthe Linux shell is a special interactive utility , it provide a way for user to start programs and manage processing runing on the Linux…Nov 22, 2020Nov 22, 2020
The Four Stages of Compilation (C programming and gcc compiler)Have you ever wondered how the gcc compiler works? It just takes four steps to translate source code that is written in high level machine…Sep 16, 2020Sep 16, 2020
What is the difference between a hard link and a symbolic link?Hard links and symbolic links are two different methods to refer to a file in the hard drive. These methods are part of the filesystem…Sep 14, 2020Sep 14, 2020
What happens when you type ls * .c and hit enter in your shellIn this blog post, I am going to explain what happens when you type ls *.c and hit enter in your shell step by step.Sep 14, 2020Sep 14, 2020