Published onNovember 30, 2021Handling file or directory names with spacesLinuxTroubleshootingWhen naming files, just ignore the spacebar.
Published onNovember 28, 2021What are `apt` and `brew`?LinuxSimilar to 'Add or Remove Programs' in Windows, but simpler.
Published onNovember 27, 2021What does `ls colors` mean?Terminal`ls colors` configures terminal file colors.
Published onNovember 25, 2021Understanding the difference between Shell and TerminalShellThe Shell processes commands; the Terminal is its interface.
Published onNovember 5, 2021What is the concept of an Automaton?AlgorithmA mathematical model that determines the next state and output based on the current input and state.