How to convert int to string in Golang

  • 14 August 2020
  • ADM

How to convert int to string in Golang using strconv.Itoa and strconv.FormatInt methods.


How to convert a float to string in Golang

  • 11 June 2020
  • ADM

How to convert a float to string in Golang using strconv.FormatFloat function.


How to convert a boolean to a string in Golang

  • 26 June 2020
  • ADM

How to convert a boolean to a string in Golang strconv.FormatBool method.


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.


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.