The /proc Filesystem & Parsing the /proc/[pid]/map FileThe Linux operating system contains a pseudo file system named the /proc file system. It is created as the system starts up, and is…Jul 5, 2022Jul 5, 2022
Tulsa Boom Town… After the ProjectTulsa Boom Town is a project that was conceived by Tim McMacken. It’s purpose is to address the concern that there is a growing number of…Mar 23, 2021Mar 23, 2021
What is Machine Learning?In computer science, computers can “learn” to do specific tasks in a variety of ways. The first and most traditional method is for a…Nov 9, 2020Nov 9, 2020
Python 3 — Mutable, Immutable… everything is object!Because everything in Python is an object, one eventually will learn that one main difference between objects is that they can either…Sep 30, 2020Sep 30, 2020
Static Libraries vs Dynamic LibrariesLibraries, why use them? In programming, libraries are collections of functions that may be used over and over. This eliminates the task…Sep 8, 2020Sep 8, 2020
What happens when you enter “ls -l” in a linux shell?LS is an extremely useful basic builtin within a linux shell. It takes all of the files within the current working directory and prints…Aug 19, 2020Aug 19, 2020
What happens when you type gcc main.cWithin the Linux operating system, there is a built-in command called “gcc”. It is a C compiler, which basically means it takes source…Jun 11, 2020Jun 11, 2020