How to send emails using JavaMail

  • 08 February 2017
  • ADM

How to send emails using JavaMail. Simple example using a gmail account and proxy settings if needed.


How to open port for a specific IP address on CentOS 7

  • 02 February 2017
  • ADM

How to open port for a specific IP address on CentOS 7. Using the firewall-cmd command with add-rich-rule parameter.


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.


Client Server Socket example in Java

  • 13 January 2017
  • ADM

Client Server Socket example in Java. Client example reading the input from the console. Simple echo server example.


Raspberry Pi 3 first remote startup

  • 30 November 2016
  • ADM

How to connect remotely to Raspberry Pi 3 using ssh from Linux or MacOS or Putty from Windows.


Split URL into components using regex

  • 23 May 2016
  • ADM

Split URL into components (protocol, domain, port and uri) using regex in Java. Simple and tested example.