Narottam Choudharynarottam.hashnode.dev·10 hours agoOperating systemAn operating system is the software that manages computer hardware and software resources and provides common services for computer programs. It is the most important type of system software in a computer system. Examples of operating systems are Win...Discussoperating system
Subroto Banerjeesubwrites.hashnode.dev·Sep 18, 2023Fixing Static Noise In Microphone Recording In Linux using PulseAudio modulesAuthor: Subroto Banerjee Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. It is typically packaged as a Linux Distribution (dis...Discuss·2 likes·107 readsLinux
Alexandre Calaçablog.alexandrecalaca.com·Sep 12, 2023How to install Homebrew on Deepin OS or any other Debian-based linux distributionInstall the building blocks The sudo apt-get install build-essential command is used to install a set of essential development tools and packages on a Debian-based Linux system. These tools and packages are commonly needed when you want to compile an...Discuss·1 likeLinuxLinux
Muhammad Shehbazshehbaz223.hashnode.dev·Sep 11, 20231# Operating System : Types and RolesWhat is an operating system? An operating system is a software program that acts as an intermediary between the user and the hardware. An operating system manages and controls the hardware and software of a computer. Example: Windows is a popular ope...Discuss·19 likes·28 readsDevops
pushpit kambojcodeandlearn.hashnode.dev·Sep 6, 2023Operating System - process management interlogueThis blog mainly focuses on the process management part of the OS, covering beginner-friendly concepts. So let us start with the very beginning how does an OS looks like.. It refers to overall structure and organization, detailing how various compone...Discuss·1 likeoperating system
Pradyum Chopadepradyumchopade.hashnode.dev·Aug 28, 2023Deep-dive into Operating SystemsWhat is an Operating System? An operating system is a type of system software that is a collection of software/programs that manages computer hardware resources and provides standard services for computer programs. It basically acts as an intermediar...Discussoperating system
Ajiboye Abrahamaajiboye.hashnode.dev·Aug 26, 2023Memory ManagementThink of the computer memory management this way 🤔 ... You just got a new book shelve that has a capacity to take about 200 books comfortably. The information about the capacity of the shelve determines every other thing you do with the shelve. Let'...Discussmemory-management
Subash Neupanesubashneupane7.hashnode.dev·Aug 23, 2023Operating System and its Architecture -Part 4An operating system (OS) is software that manages computer hardware, and software resources, and provides various services for computer programs. In short, it is an interface that interacts between the end user and the internal hardware of the comput...Discussos
Saket Barnawalsaketb.hashnode.dev·Aug 23, 2023Introduction to Operating SystemsWhat is an Operating System? OS is a software managing... computer hardware, software resources and provides common services for computer programs OS as an abstraction layer between applications and hardware Instead of applications (like browse...Discussoperating system
Tosin Ezekieleztosin.hashnode.dev·Aug 20, 2023The Relevance of C in Building Efficient Operating SystemsIntroduction The creation of a simple, yet powerful tool remains one of the most remarkable innovations the world has ever beheld. This innovation carries the weight of the computing world, revolutionizing how we interact with machines. The C program...Discuss·20 likesC