Jul 26Set System Env-Vars in UNIXJul 267 min readHow to set true system-wide environment variables on macOS with a simple Launch Agent and shell script, so GUI apps and every shell see them.
Mar 28The Processor SchedulingMar 288 min readLevels of processor scheduling, scheduling queue models and criteria, scheduling algorithms, and real-time scheduling.
Mar 28Process Scheduling in OSMar 284 min readNotes on process scheduling triggers, evaluation metrics, and common algorithms such as FCFS, SJF, RR, MLFQ, EDF, and LLF.
Mar 10Inter Process CommunicationMar 1012 min readTypes of IPC: shared memory, pipes, message-passing systems, mailboxes, and client-server mechanisms like sockets and RPC.
Mar 09Concurrency & Parallelism Etc.Mar 092 min readNotes on concurrency, parallelism, CPU cores, hardware threads, processes, and threads in operating systems.
Mar 07ProcessSyncMar 0722 min readProcess synchronization in operating systems, covering critical sections, semaphores, hardware synchronization, and classic synchronization problems.