How to import and export Java Projects in Eclipse

  • 12 July 2017
  • ADM

How to import and export Java Projects in Eclipse in simple and intuitive steps.


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.


How to display folder tree structure in command line

  • 05 July 2017
  • ADM

How to see folder tree structure in command line using tree command.


How to install golang on Windows

  • 07 March 2017
  • ADM

How to install golang on Windows. Simple method using MSI installer or ZIP archive plus some windows variables setup.


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.


FTP file upload using cURL

  • 14 February 2017
  • ADM

How to upload files to FTP using cURL command line. The command is very simple: curl -T backup-file.tar.gz ftp://username:password@ftp.server.com/backup/