Posts

Starting MongoDB Replica Set on Docker

Why I published this Today I was attending  Docker Meetup at MongoDB . During one of the presentations there was a question about running MongoDB Replica Set using Docker. After returning home I decided to try if I can do this. I decided to publish it on Github so if anybody is having the same issues they can see my solution to have an idea how it could be implemented.

50 State Coins updated to version 1.6

Image
Category:  Reference Released:  Jul 27, 2012 Updated: Oct 10, 2014 Version:  1.6 Size:  16.2 MB Language:  English Seller:  Ivan Klishch iTunes link:  50 State Coins ' 50 State Coins ' application has been updated to version 1.6 This version contains some fixes and improvements, including: ✔ New 2014 Quarters from "America the Beautiful Quarters" collection! ✔ added iOS 8 support To see full list of features go to application page .

Backup script for all SmugMug albums and photos

It's a really small script to make a backup of all photos from SmugMug Configuration of this script is easy, just change 3 variables in PHP: To read more go to script page on Github

Killing Long-Running MySQL Processes

Killing long running MySQL queries is easy. There is KILL command where PROCESS_ID is an ID from SHOW PROCESSLIST command. I have created small PHP script to kill all long running processes using RegExp. You can checkout it from my Github: https://github.com/klivan/MySQL-Process-Killer Just change $host , $user and $password to access your MySQL server, and add regexp that matches your query. Change $minExecutionTimeToKill to minimum number of seconds that query should be running before killing. To run simply execute: $ php ./kill.php View on Github

50 State Coins updated to version 1.5

Image
Category:  Reference Released:  Jul 27, 2012 Updated: Sep 27, 2013 Version:  1.5 Size:  10.2 MB Language:  English Seller:  Ivan Klishch iTunes link:  50 State Coins ' 50 State Coins ' application has been updated to version 1.5 This version contains some fixes and improvements, including: ✔ New 2013 Quarters from "America the Beautiful Quarters" collection! ✔ added iOS 7 support To see full list of features go to application page .

50 State Coins updated to version 1.3

Image
Category:  Reference Released:  Jul 27, 2012 Updated: Aug 22, 2012 Version:  1.3 Size:  10.2 MB Language:  English Seller:  Ivan Klishch iTunes link:  50 State Coins ' 50 State Coins ' application has been updated to version 1.3 This version contains some fixes and improvements, including: ✔  Added new collection "America the Beautiful Quarters"! ✔ UI and stability improvements To see full list of features go to application page .

50 State Coins updated to version 1.2

Image
Category:  Reference Released:  Jul 27, 2012 Updated: Aug 6, 2012 Version:  1.2 Size:  7.9 MB Language:  English Seller:  Ivan Klishch iTunes link:  50 State Coins ' 50 State Coins ' application has been updated to version 1.2 This version contains some fixes and improvements, including: ✔ Fixed issue with empty coins description ✔ New UI for coin details ✔ Improved overall stability ✔ Other UI improvements To see full list of features go to application page .