Operating System Articles

Page 11 of 171

Blue Screen of Death (BSOD) in Windows and its Common Stop Error Codes

Manish Kumar Saini
Manish Kumar Saini
Updated on 17-Mar-2026 547 Views

The Blue Screen of Death (BSOD) is a critical system error screen displayed when Windows encounters a fatal error that forces the system to stop. It appears as a blue screen with white text containing error information, hence the name. BSOD occurs at the Windows kernel level, making system recovery impossible without a restart. :( Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. 25% complete ...

Read More

Spatial Computing Basics, Working, Advantages, Disadvantages and Applications

Manish Kumar Saini
Manish Kumar Saini
Updated on 17-Mar-2026 1K+ Views

Spatial Computing is a technological field that merges the physical world with digital systems to create immersive, three-dimensional computing experiences. Unlike traditional 2D computing interfaces, spatial computing enables users to interact with digital content in three-dimensional space using natural gestures, voice commands, and environmental awareness. This technology combines advanced tools such as Virtual Reality (VR), Augmented Reality (AR), Mixed Reality (MR), Internet of Things (IoT), and Artificial Intelligence (AI) to understand and respond to the spatial environment around users. How Spatial Computing Works Spatial computing operates through a three-stage process that transforms physical environments into interactive digital ...

Read More

Look aside Buffer

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 895 Views

A Look-aside Buffer (LAB) is a type of cache memory used in computer systems to store frequently accessed data. The LAB is positioned between the CPU and main memory, acting as a high-speed buffer to improve overall system performance by reducing memory access latency. The LAB operates by caching frequently accessed data from main memory. When the CPU requests data, the LAB first checks if the data exists in its buffer. If found (a hit), the data is immediately retrieved and sent to the CPU, significantly reducing access time compared to fetching from main memory. Where Look Aside ...

Read More

Methods to clean temporary files from Ubuntu

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 2K+ Views

Temporary files are data created by programs for storing information while other operations are being performed. These temporary files can accumulate over time and consume valuable disk space. Ubuntu provides several built-in methods and third-party tools to clean these files and optimize system performance. Regular cleanup of temporary files is essential for maintaining system efficiency, freeing up disk space, and protecting user privacy. Ubuntu offers both command-line utilities and graphical applications to accomplish this task effectively. Methods to Clean Temporary Files Using APT Package Manager Commands The APT clean command removes downloaded package files from the ...

Read More

Microsoft Windows (10) Vs macOS (Mojave)

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 352 Views

Microsoft Windows 10 is the flagship operating system from Microsoft Corporation, released in 2015. It has become one of the most widely-used desktop operating systems globally, offering a customizable user experience, robust security features, and extensive compatibility with diverse hardware and software platforms. macOS Mojave is Apple Inc.'s desktop operating system, released in 2018 exclusively for Apple devices. It provides a streamlined user interface, strong security measures, and seamless integration with other Apple products like iPhones and iPads. This article compares these two popular operating systems, examining their key differences, advantages, and limitations to help users understand which ...

Read More

Mimic the Linux adduser command in C

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 429 Views

The adduser command in Linux is used to add new user accounts on Unix-like operating systems. System administrators frequently use it to create new users with predetermined usernames, passwords, and other user-related information. This article demonstrates how to mimic this functionality using C programming and system calls. System Calls Overview System calls allow software to communicate with the operating system kernel, which manages system resources and provides services to user-level programs. In C programming, system calls provide access to OS features including file I/O, process management, and network connectivity. Essential System Calls open − Opens or ...

Read More

mindepth and maxdepth in Linux find() command for limiting search to a specific directory

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 5K+ Views

The find command in Linux is used to search for files and directories within a directory structure. The mindepth and maxdepth options allow you to control the search depth, limiting results to specific directory levels. mindepth specifies the minimum depth level from which the search should start, while maxdepth defines the maximum depth level the search should reach. These options help you target specific areas within complex directory hierarchies. Understanding Depth Levels Maxdepth − Limits how deep the search goes into subdirectories. A depth of 0 means only the starting directory itself, 1 includes immediate subdirectories, and so ...

Read More

Move cmd command

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 3K+ Views

The move command in Microsoft Windows Command Prompt is a powerful utility for relocating files and folders from one location to another. This built-in command provides an efficient way to organize and manage your file system directly from the command line interface. The basic syntax of the move command follows this pattern: the command itself, followed by the source file or directory path, and then the destination path. When executed, it transfers the specified file or folder to the new location, removing it from the original position. How It Works The move command operates by transferring files ...

Read More

MS-DOS Operating System

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 3K+ Views

MS-DOS (Microsoft Disk Operating System) is a command-line operating system developed by Microsoft that first launched in 1981. It quickly became the dominant OS for IBM-compatible personal computers throughout the 1980s and early 1990s, serving as the foundation for the personal computing revolution. Unlike modern operating systems with graphical interfaces, MS-DOS uses a command-line interface (CLI) where users interact with the system by typing text commands at a prompt. This simple approach made it ideal for the limited hardware capabilities of early personal computers while providing essential file management, disk operations, and program execution capabilities. MS-DOS Architecture ...

Read More

Copy Linux Binaries From One Linux System to Another using Exodus?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 290 Views

Exodus is a powerful tool that allows you to export and import software packages, including binaries and their dependencies, from one Linux system to another. This eliminates the need for complex manual installation procedures and ensures that all required dependencies are properly transferred. Transferring Linux binaries from one system to another can be challenging, especially when dealing with multiple machines or complex dependency chains. Exodus simplifies this process by creating portable bundles that include both the binary and its runtime environment. Installing Exodus Exodus is typically not included in most Linux distributions by default, so you need ...

Read More
Showing 101–110 of 1,708 articles
« Prev 1 9 10 11 12 13 171 Next »
Advertisements