Top 5 small java libraries for projects (functional, date, etc.)
For some time now most of my Java projects revolve around the Spring Boot Stack which contains pretty much everything you can need, however there’s a list of small libraries and utilities that I love to use in my projects Below is my top 5…
Linux change timezone and force ntpd synchronization
This short article shows how to change the timezone of the Linux distribution as well as forcing the synchronisation of date/time with the ntpd servers This applies specifically applies to CentOS so some changes might be possible depending on the distribution 1.Change timezone cp /etc/localtime…