Sahil ChandravanshiforSahil Chandravanshisahilchandravanshi.hashnode.net·Dec 19, 2022Windows Vs Linux: What to choose?Linux or Windows? Those considering moving from Windows to Linux or Linux to Windows usually want to know the benefits and drawbacks of each operating system. Do you feel uncertain as to whether Windows is better than Linux? Linux vs Windows is an ag...Stan and 4 others are discussing this5 people are discussing thisDiscuss·63 likes·453 readsWindowsThis is exactly what I was looking for. Amazing work 6
Dipankar DasforKubesimplifykubesimplify.hashnode.net·Jun 14, 2022Important concepts of Operating SystemsWhat is it The operating system is a set of programs that acts as an interface between a User and Hardware. It is necessary to reduce complexity Modes in an OS User mode Supervisor mode (i.e. Kernel-mode) user applications are provided APIs by the ...BUSHRA NAZISH and 1 other are discussing this2 people are discussing thisDiscuss·42 likes·1.4K readsoperating system
Kunal GauravforKunal Gaurav's Blogkunalgaurav.hashnode.net·Jan 19, 2021Linux for Developers 💻Have you used Linux OS before or have heard of it? As a developer, you need to be more productive and want to do things easily. Linux is good to go choice!! What is Linux? Linux is an operating system just like Windows and Mac Os. Linus Torvalds i...Dicky AL Fattah and 2 others are discussing this3 people are discussing thisDiscuss·29 likes·271 readsBeginning with LinuxLinux
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 25, 2023What is Real Time Operating System?A Real-Time Operating System (RTOS) is an operating system that is designed to serve real-time applications that require precise timing and predictability. These applications include aerospace, defence, medical devices, industrial control systems, an...Discussoperating system
Arjun NarainforNerd Ninja - Arjun Narainarjunnarain.hashnode.net·Apr 24, 2023Master the Art of GoRoutine JugglingIntroduction Go (or Golang), the cool kid on the block in the world of programming languages has been turning heads with its simplicity, efficiency, and powerful concurrency model. When it comes to concurrent programming, scheduling – the art of orc...Discuss·10 likes·33 readsGo Deepgolang
Bhuvanchandra MforBhuvanchandra bhuvan.hashnode.net·Apr 24, 2023Introduction to Operating SystemsAn operating system (OS) is software that manages a computer's resources, especially the allocation of those resources among other programs. It is designed in such a way that it can manage the overall resources and operations of the computer. Typical...Discuss·11 likesoperating system
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 24, 2023Understanding the Basics of Virtualization in Operating SystemsVirtualization is a technology that allows multiple virtual machines (VMs) to run on a single physical machine, each with its own operating system, applications, and resources. It enables the efficient use of hardware resources, as multiple VMs can r...Discussoperating system
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 23, 2023Multiple Process Creation and Scheduling in OS: Practical Example with CodeHere's an example of how to create multiple processes, schedule them using priority scheduling, and execute a task in Python: import multiprocessing import heapq def worker_task(task): print("Executing task:", task) if __name__ == '__main__': ...Discussprocess
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 21, 2023Understanding Memory Management in Operating SystemsMemory management is a crucial aspect of any operating system (OS), including Windows, Linux, and macOS. It is responsible for managing the computer's memory resources to ensure that they are used efficiently, and applications have enough memory to r...Discussmemory-management
Elucian MoiseforProgramming Languagessagecode.hashnode.net·Apr 12, 2023Go: Files OSIn this article we introduce files and folder for Go programmers. Before we start with Go examples let's define folders and files to have a fresh perspective of the topic we are about to explain: Concepts In an operating system, Folders and files ar...Discuss·1 like·48 readsGo Languagegolang
Abhishek Shuklafor$whoamiavishukla693.hashnode.net·Apr 4, 2023"Mastering the Linux Terminal: Tmux, Zsh, and Beyond"As a computer professional, you might spend a lot of time in the Linux terminal, and it can get tedious and dull after a while. However, with some customization, you can make your terminal experience much more beautiful, efficient, and fun. In this b...Discuss·102 readsLinux
shubham mittalforSecVersecyberc495.hashnode.net·Mar 21, 2023Linux is everywhereOperating systems, such as Linux, provide an interface between the application software and the underlying hardware. The best operating systems remain invisible to the user, which is where the benefits of Linux first come into play. However, an opera...Discuss·44 reads90daysofdevopsDevops
Abhinandan MishraforAbhinandan's Blogabhinandanmishra1.hashnode.net·Feb 26, 2023Goals and Types of Operating SystemPrerequisite: Read my previous blog - Read Here Goals of an Operating System The primary purpose of operating systems is to efficiently manage and utilize the computer's hardware resources to maximize output and efficiency. To achieve this goal, op...Discuss·11 likes·36 readsOperating Systemoperating system