Python Basics Workshop Presentation
16 December 2016 on python, workshop, presentation, slide
Fix MySQL Error : GROUP BY incompatible with sql_mode=only_full_group_by in OSX
15 December 2016 on MySQL, OSX, Fix
When you upgrade your MySQL server version to 5.7.5 or later and any of your queries include GROUP BY clause. Then you will get an error cased by the update to MySQL 5.7.5 or later as below
Configuring SSL on Jenkins using Let's Encrypt and NGINX reverse proxy!
28 July 2016 on Let's-Encrypt, Jenkins
Let’s Encrypt Certificate Authority (CA) provides free TLS/SSL certificates to enable encrypted HTTPS on web servers. This can be used to obtain a free SSL certificate, which can be installed manually on our Jenkins installation.