How to convert VMware to VirtualBox virtual machine

  • 07 March 2017
  • ADM

How to convert VMware to VirtualBox virtual machine. Export done using OVFtool to .ovf file. Easy import to VirtualBox.


How to convert VirtualBox to VMware virtual machine

  • 07 March 2017
  • ADM

How to convert VirtualBox to VMware virtual machine. Converting your existing VM to OVF you will be able to import it into another virtual machine program.


JUnit 3 vs JUnit 4 Comparison

  • 01 March 2017
  • ADM

Junit 3 vs Junit 4 Comparison. Junit 4 is introducing new features like annotations, static import, timeout.


How to export and import a .sql file in MySQL from command line

  • 03 February 2017
  • ADM

How to export and import a .sql file in MySQL from command line. Simple commands with multiple parameters.


How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7

  • 31 January 2017
  • ADM

How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7. The article includes the install + the firewall settings for public access.


How to compare dates in Java

  • 04 February 2020
  • ADM

How to compare dates in Java using Date (compareTo, before, after, equals), Calendar(before, after, equals) and LocalDate(isBefore, isAfter, equals) classes.