#operating-system
Read more stories on Hashnode
Articles with this tag
Here is a Python script using Flask to create a simple web app that tracks system performance, such as CPU, memory, disk, and network activity. The...
Operating systems (OS) use both multi-threading and multi-processing depending on the tasks and goals they need to accomplish. Here's how and why an...
What is Multi-threading? Multi-threading is a method where one process is split into multiple threads that run at the same time. Each thread is a...
What is a Kernel? The kernel is the main part of an operating system (OS). It connects the hardware and the software on a computer. It controls system...