GET/POST request with Apache HttpClient

  • 27 January 2017
  • ADM

GET/POST request tutorial using Apache HttpClient. The tutorial is using httpbin.org test server.


How to install OpenSSH on Windows

  • 23 January 2017
  • ADM

How to install OpenSSH on Windows. Simple steps to follow with print screens and verifying step.


HP Microserver Gen8 - Install SSD in ODD slot

  • 14 August 2017
  • ADM

HP Microserver Gen8 - Initial setup with two HDDs and one SSD added in the ODD slot.


How to copy files in Java

  • 18 January 2017
  • ADM

How to copy files in Java with three examples: Classic method with streams, using FileChannel class and using Files class.


How to install maven on macOS

  • 06 December 2016
  • ADM

How to install maven on macOS. Simple 5 steps: download, extract, path, maven settings and test.


How to install golang on Raspberry PI

  • 17 March 2017
  • ADM

How to install golang on Raspberry PI. Example using apt-get and using the latest binary available.