Diksha Patro has Published 125 Articles

How to add Flash content within a webpage in HTML?

Diksha Patro

Diksha Patro

Updated on 22-Nov-2023 21:35:54

1K+ Views

Introduction In this article, we will show you how to add Flash content within a webpage using HTML. Flash content is a type of multimedia that can be used to add interactive elements such as videos, games, and animations to a webpage. However, Flash is now considered outdated technology and ... Read More

How to align an item to the flex-end in the container using CSS ?

Diksha Patro

Diksha Patro

Updated on 09-Nov-2023 14:38:15

1K+ Views

In CSS, the use of aligning items to the flex-end in a container using CSS is to position the items at the end of the container's main axis. This allows for more precise control over the layout of the items within the container, such as aligning items to the bottom ... Read More

How to rebuild Docker container on file changes?

Diksha Patro

Diksha Patro

Updated on 06-Sep-2023 12:53:52

46K+ Views

Docker is a widely used containerization solution that allows programmers to easily package and distribute software in a lightweight and portable manner. The capability of rebuilding a container once modifications are made to its files is one of Docker's key features. This can be very helpful for a number of ... Read More

Multilevel Queue Scheduling in Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:30:08

2K+ Views

Operating systems use a particular kind of scheduling algorithm called multilevel queue scheduling to control how resources are distributed across distinct tasks. It is an adaptation of the conventional queue-based scheduling method, in which processes are grouped according to their priority, process type, or other factors The system can allocate ... Read More

Multilevel Feedback Queue Scheduling (MLFQ) CPU Scheduling

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:28:31

1K+ Views

Introduction MLFQ Programming is an instance of CPU scheduling technique that works through preserving several queues based on priority, each with a distinct time quantum. The delay period of those with greater importance queues is shorter, whereas the duration period of the ones with lower importance holds is longer. ... Read More

Multi-User Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:26:59

754 Views

Introduction A system with more than one user (OS) is an operating system for computers that enables several individuals to communicate via the computer's infrastructure at the same time. Multiple users may utilize one machine or system of computers at the same time in an operating system designed for multiple ... Read More

MS-DOS Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:25:40

809 Views

Introduction MS-DOS (which stands for Microsoft Disc Operating Systems) is a Microsoft developed OS. This came out initially in 1981 and quickly became the preferred OS over IBM-compatible desktop computers in the decades that followed. Microsoft's DOS is an interface for the command line (CLI) OS, which means it lacks ... Read More

Move cmd command

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 12:33:54

750 Views

Introduction The "move" control in Microsoft Windows the Command Prompt can be helpful for moving archives or files from a single spot to a different one. This serves as a simple yet strong control that is able to be utilized to organize and handle your documents and folders as well. ... Read More

Difference Between Monolithic Operating System and Layered Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 11:20:07

1K+ Views

In this article, you will discover the distinction between layered and monolithic operating systems. But before we get into that, it's important to understand the benefits and drawbacks of monolithic and layered operating systems. What is a Monolithic Operating System? A Monolithic Operating System is a straightforward operating system where ... Read More

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

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 10:57:06

3K+ Views

The find command in Linux is used to look for files and directories inside a directory structure. The find command's min depth and max depth arguments let you restrict the search to a certain directory or depth level. Max depth defines the maximum depth level up to which the search ... Read More

1 2 3 4 5 ... 13 Next
Advertisements