Java (JRE/JDK) – Check version installed

The Java development kit (JDK) contains tools for Java development, and the Java Runtime Environment (JRE) contains a JVM to convert byte code .class to machine code, and execute it, in short, the JRE runs Java program. In this this article we will see different methods to check which version is installed on a Linux/Windows system. Read More …

Linux – Monitor Disk I/O on Terminal

Monitoring Disk I/O on Linux systems is one of the most common task to follow when analyzing the current performance status of a system and trying troubleshoot/optimize an existing environment, when talking about storage and volumes. Read More …

Ways to set up Node.js on Raspberry Pi [New Question]

A quick question, answered on Heelpbook, about “Ways to set up Node.js on Raspberry Pi”, an important component when implementing web services and applications on Linux systems (and Raspberry Pi). Read More …

Find Apache httpd.conf/apache2.conf Configuration File [New Question]

A quick question, answered on Heelpbook, about how to “Find Apache httpd.conf/apache2.conf Configuration File”. This can save time when there’s need to configure an existing httpd/Apache web server already installed on a Linux system. Read More …

Find PHP (php.ini) Configuration File on Linux [New Question]

A quick question, answered on Heelpbook, about how to “Find PHP (php.ini) Configuration File on Linux”. This can save time when there’s need to configure an existing PHP installation on a Linux system. Read More …