Skip to content

Instantly share code, notes, and snippets.

View akuya-ekorot's full-sized avatar

Akuya Ekorot akuya-ekorot

View GitHub Profile
@akuya-ekorot
akuya-ekorot / compilation_process.md
Created December 22, 2022 19:34
Compilation Process for C programs with GCC

Compilation Process for C programs with GCC

  • C is a programming language.
  • Programs written in C end with a .c extension.
  • .c files are human-readable, written in plain text using alphanumeric and math symbols
  • This makes C is a high-level language.
  • Computer hardware, on the other hand, communicate using low-level languages.
    • Low-level languages can either be Machine language or Assembly language.
    • Machine language is in binary, ones and zeros.
    • Assembly language is written with a set of letters and symbols.
@akuya-ekorot
akuya-ekorot / shell-navigation.md
Created June 8, 2023 17:45
This is a script for my video on shell navigation

Shell Navigation

Keyword and Title Brainstorming

Keywords

Linux Command Line, Linux commands, Linux terminal, Terminal commands,