GarthusWhat is IoTIoT means Internet Of Things, now that we can connect everyday objects — kitchen appliances, cars, thermostats, baby monitors — to the…Apr 10, 2021Apr 10, 2021
GarthusThe differences between static and dynamic librariesIn programming, we use libraries to store common functions that will be used one or more time to gain time.Dec 14, 2020Dec 14, 2020
GarthusWhat happens when you type ls -l in the shell ?A Shell provides you with an interface to the Unix system, executes commands read from the standard input or from a file stdout.Nov 24, 2020Nov 24, 2020
GarthusC static librariesA Static library is an archive containing a collection of ordinary object files, inside the compiled program.Static library filenames…Oct 11, 2020Oct 11, 2020
GarthusWhat happens when you type gcc main.cgcc “Gnu Compiler Collection” is a tool that support many compiled languages as C, C++, Java. It is used to translate/transform from…Sep 16, 2020Sep 16, 2020
GarthusWhat is the difference between a hard link and a symbolic link?On linux systems, you can make links between files using the ‘ln’ command. You can create two types of links :Sep 14, 2020Sep 14, 2020
GarthusWhat happens when you type ls *.c“ls” is a Unix-like command used to print the content of a directory and list files. Without any options and argument the ls command list…Sep 14, 2020Sep 14, 2020