HTTP URLConnection with proxy in Java

  • 08 February 2018
  • ADM

How to create an HTTP URLConnection with proxy in Java. Simple example including proxy authentication.


How to Check Alexa Rank in Java

  • 16 November 2017
  • ADM

How to Check Alexa Rank in Java using the undocumented API: http://data.alexa.com/data?cli=10&url=domainName. The code contains also the possibility of adding proxy settings


HP Microserver Gen8 - Install FreeNAS on SSD Drive remotely

  • 31 October 2020
  • ADM

HP Microserver Gen8 - Install FreeNAS on SSD Drive remotely. Step by step installation instructions.


HP Microserver Gen8 - Boot from SSD install on ODD bay

  • 31 October 2020
  • ADM

In order for the HP Microserver Gen8 to boot from the SSD/HDD installed into ODD bay need some configuration to be done. Step by step instructions.


HP Microserver Gen8 - Configure the RAID remotely

  • 12 August 2017
  • ADM

HP Microserver Gen8. Configure the RAID remotely using a browser.


Java 8 Streams filter examples

  • 06 July 2017
  • ADM

Java 8 Streams filter examples. Simple examples comparing the classic approach pre-Java 8 and using the new Java 8 functionalities.