Automated deployments with Docker, Ansible & Go (Part 1 of N)
I have been experimenting with using Go CD, Ansible and Docker as a means of automating deployments. This post and the subsequent ones document what needs to...
I have been experimenting with using Go CD, Ansible and Docker as a means of automating deployments. This post and the subsequent ones document what needs to...
Changing hostname of your mac from the terminal is easy try sudo scutil --set HostName mymacname
I recently migrated several gigabytes of photos from Google Plus photos (formerly Picasa) to Flickr. Flickr provides a generous 1TB of data, allows full reso...
At work today I had to run a lot of SQL files which had --//@UNDO followed by SQL commands to rollback the transactions carried out at the top of the file...
Download TinyPM war for tomcat 6.x from here Install tomcat 6.x and mysql-server (5.x) sudo apt-get install tomcat6 mysql-server Download mysql connector ...