Gabriel MartinezAn introduction dive into ls *.c and how it worksIf you are new to Linux, I guess the “ls” command would have been one of the first command you would learn. The ls command is passed down…Apr 16, 2021Apr 16, 2021
Gabriel MartinezWhy do we need Static libraries in C?Programming does need library, crazy as that sounds. So what is a library in PC world? A collection of pre-compiled codes(functions) that…Mar 2, 2021Mar 2, 2021
Gabriel MartinezGCC : A Compilation RecipeC is a compiled language, therefore anything you write (source code) goes through a series of process in order to have your executable…Feb 5, 2021Feb 5, 2021
Gabriel MartinezDifferences between hard and symbolic linksIt was not until I played around with hard and soft <symbolic> links that I understood how they really worked. To start a hard link is…Feb 3, 2021Feb 3, 2021