How to execute shell command from Java

  • 20 June 2018
  • ADM

How to execute a shell command from Java using Runtime.getRuntime().exec() method.


How to Install GoLang 1.10 on Ubuntu

  • 10 March 2018
  • ADM

How to Install GoLang 1.10 on Ubuntu. This can be applied to any Golang version and for any Ubuntu version.


Create ESXI vSphere USB bootable drive using Windows

  • 29 July 2017
  • ADM

Create ESXI vSphere USB bootable drive using Windows in 8 simple steps. These steps can be used from any operating system.


How to make windows bootable USB drive

  • 29 July 2017
  • ADM

How to make Windows bootable USB drive from any operating systems: Windows, MacOS, Linux.


How to create a Java project with Maven

  • 07 August 2017
  • ADM

How to create a Java project with Maven. Simple steps to generate the project, import in Eclipse and run the application.


RGB LED on Raspberry Pi using Java

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and Java.