Satish Kumar has Published 1040 Articles

Corrupt stack problem in C, C++ program

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 15:05:25

2K+ Views

Introduction The corrupt stack problem is a common issue that programmers encounter while developing software in C and C++ programming languages. This problem can arise due to a wide range of reasons and can cause severe problems in functioning of program. In this article, we will explore corrupt stack problem ... Read More

Who called my DBus API in Linux system

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 15:02:10

470 Views

Introduction DBus is a widely used message bus system that facilitates communication between different software applications on Linux operating systems. It is used for inter-process communication (IPC) and allows applications to communicate with each other, even if they are running in different contexts. However, it can be difficult to determine ... Read More

Is it possible to share a Cuda context between applications

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 15:01:10

609 Views

Introduction CUDA is a parallel computing platform and programming model created by Nvidia. It allows developers to use a CUDA-enabled graphics processing unit (GPU) to accelerate processing tasks in their applications. A CUDA context is a software environment that manages memory and other resources required by a CUDA application. A ... Read More

How to run long time process on Udev event

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 15:00:11

943 Views

Introduction Udev is a device manager used by modern Linux systems. It detects hardware changes and manages device nodes in /dev directory. Udev provides a flexible way to run scripts or programs in response to device events. This feature can be used to perform various tasks like automounting, launching backup ... Read More

Find Unused Fields in Simulink Structure Variables

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:59:23

209 Views

Introduction Simulink is a popular tool used for modeling and simulating dynamic systems. In Simulink, structure variables are used to store and organize data for easy access and manipulation. However, it is not uncommon for structure variables to contain unused fields, which can make code unnecessarily complex and hard to ... Read More

Mechanism of clipboard of xwindow

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:58:30

200 Views

Introduction X Window System, commonly known as X11 or simply X, is a windowing system for bitmap displays. It was initially designed in mid-1980s to run on Unix-like operating systems. X Window System has a fundamental concept of a clipboard, which is used to transfer data between applications. In ... Read More

Bash Terminal Redirect to another Terminal

Satish Kumar

Satish Kumar

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

2K+ Views

Introduction The Bash terminal is a powerful tool for interacting with a computer's operating system. One of essential features of Bash is ability to redirect output from one terminal to another. This can be useful in many situations, such as when you want to monitor output of a command in ... Read More

Installing and Configuring Net-SNMP for Linux

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:57:26

2K+ Views

Net-SNMP is an open-source software suite that implements Simple Network Management Protocol (SNMP) for managing network devices. It provides a wide range of tools that enable network administrators to monitor and manage their systems more effectively. In this article, we will explore how to install and configure Net-SNMP on a ... Read More

Sendto operation not permitted netsnmp

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:56:10

787 Views

Introduction In world of network management, Simple Network Management Protocol (SNMP) is one of widely used network protocols. It allows network administrators to monitor and manage network devices remotely. However, while working with SNMP, you might come across an error message called “sendto operation not permitted netsnmp”. This error is ... Read More

Why does -r option (relocatable) make ld not find any libraries

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:54:02

188 Views

Introduction In world of programming and computer science, there are different techniques and tools used to solve various problems. One of common problems that programmers encounter is linking errors. When a program is compiled and linked, it has to find necessary libraries to function. However, there are times when linker ... Read More

Advertisements