Akriti Mangalakritimangal.hashnode.dev·14 hours agoExploring Computer Systems: Parts and How They Work TogetherA computer is like a team, with each member having a crucial role. Let's explore the key parts – hardware, operating systems, application programs, and users – that come together to make a computer work smoothly. Hardware Components: Think of hardwar...DiscussComputer Science
Venkatesh Kulkarnivenky2507.hashnode.dev·Nov 23, 2023Exploring the Depths of Operating System BenchmarkingIntroduction In this evolving age of computing, the operating system plays a crucial role in ensuring the smooth execution of applications and efficient utilization of hardware resources. Operating system benchmarking is a process or practice that a...Discussoperating system
Sanyukta Kulkarnisanyuktakulkarni8.hashnode.dev·Nov 23, 2023Memory Leaks Unveiled: Memory leaks and its detectionIntroduction: Memory loss is a common problem in operating systems, and it can cause a variety of issues, including performance degradation, system crashes, and data corruption. It typically happens when a computer program fails or forgets to delete ...Discussleakdetection
Shubham Kshetreshubhamkshetre.hashnode.dev·Nov 20, 2023Unlocking the Layers: How Android, Linux, and Your Smartphone IntertwineQuick Answer Android uses Linux as its underlying operating system. Linux provides the foundation for the Android platform, handling core system functions such as memory management, process management, security, and device drivers. Android utilizes t...DiscussLinux
Christian AzibaforUnique-et-Chrisunique-et-chris.hashnode.dev·Nov 15, 2023Developing Our Shell Emulator in C - What We Learned as a Team of Two and What You Need to Know to Develop YoursIntroduction The ALX Software Engineering Program is a 12-month intensive training experience for students seeking to build a career in Software Engineering. In the third month of the program, as part of the requirement to proceed on the program, stu...Discuss·2 likes·50 readsC
Ahmad Mujahidjustahmed99.hashnode.dev·Nov 13, 2023Move Your WSL2 to Another DriveWindows Subsystem Linux (WSL) is one of the most useful modern tools for software development, in my opinion. Since Windows offered this feature, we don't need to use fully virtualized Linux (using VMWare or VirtualBox) but can just use WSL that full...DiscussWindows
Marco Mondellomarcomondello.hashnode.dev·Nov 11, 2023What's a fork()The fork() is a system call that allows the creation of multiple processes, useful for dividing tasks. For example, a network server can listen to client requests and generate a new child process to handle each request, while still maintaining the ab...Discussoperating system
Pranav Venkateshdaiswap.hashnode.dev·Nov 4, 2023Exploring File Systems in Operating SystemsWhenever you're interacting with your computer, smartphone, or any other electronic device, you're essentially managing files, whether you're aware of it or not. In every interaction with your computer, smartphone, or any electronic gadget, the digit...Discuss·1 likefile system
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 3, 2023Easily Reinstall ChromeOS on Your Chromebook- A Simple TutorialChromebooks run ChromeOS, Google's fast, simple, and secure operating system designed specifically for Chromebooks. One of the benefits of ChromeOS is how reliable it is compared to Windows or macOS. However issues can still occur that require fully ...DiscussChrome OS
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 3, 2023Installing Ubuntu on Your Personal Computer Using Mini ISOUbuntu is one of the most popular Linux distributions available today. Its ease of use, active community support, and regular LTS releases make it an ideal choice for Linux beginners and professionals alike. Typically, installing Ubuntu requires down...DiscussLinuxLinux