Categories
Python | Algorithms | Data Science
Linux Semaphores Linux Semaphores
Semaphores are a critical aspect of inter-process communication (IPC) in Linux. They are a way for multiple proc
2022-10-18
Linux Shared Memory Linux Shared Memory
In Linux, each process has their own independent memory spaces. For any specific process, its memory cannot be accessed
2022-10-16
Linux Multiprocessing Linux Multiprocessing
Process 0, 1 and 2There are three initial processes in Linux: process 0: idle process, the first process created by the
2022-10-14
Linux Signals Linux Signals
OverviewSending and receiving signals are key features in Linux. A Linux signal is a type of interrupt,used to announce
2022-10-14
CentOS 7 CentOS 7
CentOS ConfigurationBasic Info Checks Check CentOS Version cat /etc/redhat-release Set up Networks Open network service
2020-03-31