Satish Kumar has Published 1032 Articles

Where is entry of hypercalls in KVM

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:56:00

634 Views

Introduction Kernel-based Virtual Machine (KVM) is a virtualization infrastructure for Linux that allows multiple operating systems to run simultaneously on a single host machine. It is a popular open-source virtualization technology that leverages hardware virtualization support, such as Intel VT-x and AMD-V, to run multiple virtual machines on same physical ... Read More

ARM calling conventions on WinCE and Linux

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:54:15

492 Views

Introduction The architecture of ARM processor has become increasingly popular in embedded systems and mobile devices due to its low power consumption, high performance, and low cost. It is widely used in development of operating systems such as Windows CE and Linux. In this article, we will be discussing ARM ... Read More

Easy way of installing Eclipse plugins on Ubuntu

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:46:34

461 Views

Eclipse is one of most popular integrated development environments (IDEs) used by software developers across globe. It offers a wide range of features, including code editing, debugging, testing, and deployment, making it a versatile tool for developers. However, sometimes developers need to install additional plugins in order to extend functionality ... Read More

Multi Pointer X (MPX) support

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:44:06

425 Views

Multi Pointer X (MPX) support is a feature of X Window System that enables multiple users to interact with a single computer at same time, each with their own keyboard and mouse. This is useful in situations where several people need to work on a single computer simultaneously, such as ... Read More

How to create multiple level subdomains with apache2 and or PHP

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:42:10

580 Views

Introduction Subdomains are a great way to divide your website into different sections, making it easier for visitors to navigate and find what they’re looking for. But what if you need to create multiple levels of subdomains, such as blog.example.com or shop.blog.example.com? This can seem daunting, but with Apache2 and/or ... Read More

How to align 3 files based on first column value

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:40:17

131 Views

Introduction When working with data, it is often necessary to align multiple files based on a shared column. In this article, we will discuss process of aligning three files based on first column value. We will provide an example of three files and guide you through process of aligning them ... Read More

Cross compile Static Library from Linux for windows

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:38:54

2K+ Views

Introduction When developing software, there is a high chance that software might be used in various operating systems. Therefore, it is important to build software in a cross-platform manner to ensure compatibility with multiple operating systems. In this article, we will focus on cross-compiling static libraries from Linux for Windows. ... Read More

How to check whether a process with a given PID is running

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:37:17

19K+ Views

Introduction As a system administrator or developer, it's important to be able to monitor and manage processes running on your system. One of key pieces of information you need to know is whether a particular process is currently running. In this article, we'll explore different ways to check whether a ... Read More

Do network file systems pre-fetch

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 14:58:54

453 Views

Introduction In a networked computing environment, file systems allow users to access and manage files across different computers and storage devices. Network file systems (NFS) are a type of file system that enables remote file access and sharing between machines over a network. In NFS, a client machine can access ... Read More

Monitoring context switches in Linux

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 15:14:44

3K+ Views

Context switching is an essential aspect of modern operating systems that enables them to efficiently manage resources available to them. Context switching is process of switching from one process to another in a multi-tasking environment. operating system does this by saving state of current process and loading state of next ... Read More

Advertisements