Articles on Trending Technologies

Technical articles with clear explanations and examples

Windows UAC protection Bypass

Ajay yadav
Ajay yadav
Updated on 17-Mar-2026 539 Views

User Account Control (UAC) is a Windows security feature that prevents unauthorized changes to the system by requiring administrator-level permissions for certain operations. It acts as a barrier between standard user accounts and administrative functions, prompting users to confirm or provide credentials when attempting to perform tasks that could affect system security or stability. UAC is designed to reduce the attack surface by ensuring that even users with administrator accounts run most applications with standard user privileges. When administrative access is needed, UAC displays a prompt requiring explicit consent or credentials. Understanding UAC Bypass Techniques This tutorial ...

Read More

How to Append Contents of Multiple Files Into One File on Linux?

Pradeep Jhuriya
Pradeep Jhuriya
Updated on 17-Mar-2026 35K+ Views

There are many situations where you may need to combine the contents of multiple files into one file. For example, you may have a number of log files that need to be analyzed or you may want to merge multiple text documents into one document for easy editing. On Linux, there are several ways to append the contents of multiple files into a single file, and in this article, we'll explore some of the most popular and effective methods. Method 1: Using the cat Command The cat command is the most common and straightforward tool for concatenating files. ...

Read More

Will linux emit event when monitor connect with D-sub connector

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 409 Views

Linux is an open-source operating system known for its flexibility, reliability, and security features. One feature that makes Linux stand out is its ability to interact seamlessly with various hardware components. This article explores whether Linux emits events when a monitor is connected with a D-sub connector and examines methods to detect and manage monitor connections. What is a D-sub Connector? A D-sub connector (D-subminiature) is a type of electrical connector commonly used for video signals. It is named after its distinctive D-shaped metal shell that provides mechanical support, electromagnetic shielding, and grounding. The most common D-sub video ...

Read More

Remove Blank Lines From a File in Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 15K+ Views

When working with files in Linux, it is common to encounter files that contain blank lines. These blank lines can make it difficult to read the file, especially when dealing with large files. In this article, we will explore different methods to remove blank lines from a file in Linux using various command-line tools. Why Remove Blank Lines from a File? There are several reasons why you may want to remove blank lines from a file. First, it makes the file easier to read, especially when dealing with large files. Second, it can help reduce file size, which ...

Read More

Bakery Algorithm in Process Synchronization

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

It is a prerequisite to understand the terms "process synchronization", "critical section", and "inter-process communication" before we proceed to discuss the Bakery Algorithm in Process Synchronization. What is Process Synchronization? In a multiprocessing system, process synchronization is a method of coordinating execution of multiple processes so it is ensured that all processes access shared resources in a controlled and predictable manner. The primary goal of process synchronization is to avoid the problem of race conditions in the system. It also resolves many other issues related to synchronization in a concurrent system. Therefore, process synchronization ensures that multiple ...

Read More

10 Lesser Known Effective Linux Commands

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 429 Views

Linux is a powerful operating system widely used in software development, web hosting, and cloud computing. While most users know basic commands like ls, cd, and cp, Linux offers many lesser-known commands that can significantly boost productivity. These hidden gems can automate complex tasks, save time, and simplify system administration. Let's explore 10 effective but underutilized Linux commands. 1. 'rename' Command The rename command allows you to rename multiple files at once using Perl regular expressions. This is far more powerful than renaming files one by one. rename 's/oldname/newname/' files For example, to change ...

Read More

Different Ways to Read File in Bash Script Using While Loop

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 9K+ Views

Reading files is an essential aspect of shell scripting in the Bash environment. In Bash, reading files can be achieved using different techniques, and one of the most popular and versatile methods is using the while loop. The while loop in Bash is a powerful construct that allows us to iterate through a file line by line, making it easier to manipulate and process data. Understanding the While Loop in Bash The while loop in Bash follows a specific syntax − while [condition] do # code to execute done The loop ...

Read More

Learn How to Install Adobe Flash Player On Ubuntu 16.4.

Samual Sam
Samual Sam
Updated on 17-Mar-2026 470 Views

Adobe Flash Player is a browser plugin that enables web applications to deliver rich multimedia content, including audio/video playback and interactive experiences. It is essential for running SWF files — Adobe Flash file format for displaying animated vector graphics on the web. This article explains how to install Adobe Flash Player on Ubuntu 16.04. Prerequisites A machine installed with Ubuntu 16.04 A user with sudo privileges or root access Active internet connection for downloading packages Step 1: Install Ubuntu Restricted Extras Adobe Flash Player requires the ubuntu-restricted-extras package, which contains essential software not included ...

Read More

Get the Contents of a Web Page in a Shell Variable on Linux

Pradeep Jhuriya
Pradeep Jhuriya
Updated on 17-Mar-2026 3K+ Views

One of the most useful and powerful features of the Linux command line is the ability to manipulate text. This can be especially useful when working with web pages, as web page content can often be saved as plain text and then manipulated with command-line tools. In this article, we will explore how to store the content of a web page into a shell variable in Linux. What is a Shell Variable? A Shell variable is a value stored in memory that can be used by the shell (command-line interface) and other programs. Shell variables are usually defined ...

Read More

Benefits of Hosted Desktop

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

A type of cloud computing service model that allows users to access a desktop environment virtually from anywhere with the help of an internet connection is referred to as a hosted desktop. The hosted desktop is also known as virtual desktop because the users can access the virtual desktop environment from any device like tablet or smartphone without having a physical computer. Hosted desktop is termed as Desktop as a Service (DaaS). Hosted Desktop Architecture User Device (Laptop, Tablet, Smartphone) Internet ...

Read More
Showing 8721–8730 of 61,299 articles
« Prev 1 871 872 873 874 875 6130 Next »
Advertisements