Satish Kumar has Published 1032 Articles

ELF executable file many zero bytes

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:19:33

535 Views

Introduction In world of computer programming, an ELF (Executable and Linkable Format) file is a binary file format used in Unix-based operating systems such as Linux, FreeBSD, and Solaris. These files contain executable code and data, which are used to launch programs and libraries. In some cases, however, ELF files ... Read More

PDF generation from XHTML in a LAMP environment

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:18:27

338 Views

The LAMP environment is widely used for web development, and it is an acronym for Linux, Apache, MySQL, and PHP. This environment is an open-source platform that is easy to use and deploy. PDF format is commonly used for sharing and exchanging documents over internet. However, generating PDF documents can ... Read More

PHP and Xvfb usage

Satish Kumar

Satish Kumar

Updated on 14-Mar-2023 16:14:56

1K+ Views

Introduction Xvfb stands for "X Virtual Frame Buffer" which is used to create a virtual display in memory without any attached physical display device. It allows running graphical applications without any actual graphics hardware. PHP is a server-side scripting language widely used for web development. In this article, we will ... Read More

Run a Qt app in a different language

Satish Kumar

Satish Kumar

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

1K+ 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

5K+ 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

273 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

608 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

426 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

221 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

4K+ 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

Advertisements