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 …

Clear Event Logs with Powershell (Microsoft Windows)

Let’s see how to quickly clear all available Event Logs on modern Windows clients and servers (this is usually useful on test systems and for troubleshooting, sometimes, but after a backup of all Event Logs). Read More …

Check Bluetooth version available on Windows, Linux and Mac

Bluetooth is one of the most common method/technology used to transfer the files between a mobile device and the computer, connecting to gaming devices and wireless speakers, but many times the version of Bluetooth is not supportive which creates issues in connecting and transferring the files. While most of the “smart” devices today support Bluetooth 4.0 or later, you won’t be really able to transfer the files if your Windows 10 system is not supporting at least Bluetooth 4.0. Read More …