How to reset MySQL / MariaDB Root Password. Simple 6 steps to reset the password.


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


GET/POST request tutorial using Apache HttpClient. The tutorial is using httpbin.org test server.


How to make a file read-only in Java. Simple example using File.setReadOnly() and File.setWritable(boolean) methods.


How to decompress files from ZIP format using Java. The example will unzip all files to a specific folder.


How to compress files in ZIP format using Java. The example takes a folder or file and adds all the files and sub-folders.