Ethan Roberts·Apr 26, 2021What happens when you searchWhen searching on google it takes a matter of seconds to get your result. What exactly is happening when you do this? I am going to go…
Ethan Roberts·Dec 15, 2020Differences between static and dynamic librariesThere are two different types of libraries I am going to be talking about. One is the dynamic library and the other is the static library…
Ethan Roberts·Nov 24, 2020What happens when you type ls -l?The ls command is one of the most basic built-in commands that comes with shell. The main purpose of ls is to list all the files in your…