Satish Kumar has Published 1040 Articles

Run a Qt app in a different language

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:12:25

635 Views

Qt is a cross-platform application framework that is widely used for developing applications with graphical user interfaces. It is written in C++ and supports a range of programming languages, including Python, Ruby, and Java. One of most useful features of Qt is its support for internationalization, which allows developers to ... Read More

Eclipse fails to start via an Application Launcher

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:09:40

4K+ Views

Eclipse is one of most popular Integrated Development Environment (IDE) used by millions of developers around world. It provides a comprehensive set of tools and features for developing Java applications, web applications, and other software projects. However, like any software, Eclipse may encounter issues and errors that can prevent it ... Read More

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

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:05:37

167 Views

Introduction Linux is an open-source operating system that is popular among developers and system administrators. It is known for its flexibility, reliability, and security features. One of features that make Linux stand out from other operating systems is its ability to interact with various hardware components seamlessly. In this article, ... Read More

Books to read on networking and microcontrollers

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:03:55

437 Views

Networking and microcontrollers have become ubiquitous in modern world, with demand for connected devices and smart homes on rise. If you’re looking to expand your knowledge on these topics, there are a plethora of books that can help you gain a better understanding of networking and microcontrollers. In this article, ... Read More

Advantages of using JNA over process execution

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:00:59

276 Views

Introduction Java Native Access (JNA) is a Java library that provides an interface for accessing native code from Java programs. It enables developers to use functionality of native libraries or applications without need to write native code or deal with complexity of C or C++ programming languages. On other hand, ... Read More

Does mprotect flush instruction cache on ARM Linux

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:00:03

152 Views

Introduction When working with ARM-based Linux systems, one of critical functions that programmers often need to use is mprotect. This function is used to protect specific areas of memory from unauthorized access, modifying or executing. However, one of common questions asked by developers is whether mprotect flushes instruction cache on ... Read More

Linux per-process resource limits - a deep Red Hat Mystery

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 15:57:13

3K+ Views

Introduction Linux is an open-source operating system that is popular among users and developers because of its flexibility and security. One of features that makes Linux stand out from other operating systems is its per-process resource limits. These limits ensure that a process does not use more resources than necessary ... Read More

Where is entry of hypercalls in KVM

Satish Kumar

Satish Kumar

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

361 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

287 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

274 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

Advertisements