!!! ATTENTION: Highly unstructured braindump content !!!
Like what you read?
You can hire me or make a donation via PayPal!
!!! ATTENTION: Highly unstructured braindump content !!!
You can hire me or make a donation via PayPal!
In an earlier first post I demonstrated a way to connect an external slave to a running RDS instance. Later then AWS added the native possibility to import and export via replication.
You can hire me or make a donation via PayPal!
Update: Using an external slave with an RDS master is now possible as well as RDS as a slave with an external master
Connecting external MySQL slaves to AWS RDS mysql instances is one of the most wanted features, for example to have migration strategies into and out of RDS or to support strange replication chains for legacy apps. Listening to binlog updates is also a great way to update search indexes or to invalidate caches.
You can hire me or make a donation via PayPal!
Disclaimer: German.
Auch Aaron Swartz zu Ehren - veröffentliche ich meine Diplomarbeit “Wissensmanagement als integraler Bestandteil des Software Engineerings - Konzeption einer Vorgehensweise unter Einbindung agiler Modelle am Beispiel des Web 2.0-Unternehmens Jimdo”.
In der Diplomarbeit wird untersucht, inwiefern die Anwendung agiler und Lean- Softwarentwicklungsmethoden wie Scrum, Software Kanban, Extreme programming und DevOps schon Wissensmanagement implizit “betreiben”.
You can hire me or make a donation via PayPal!
While introducing rspec-puppet into a big and grown puppet codebase at Jimdo we needed to debug stuff and get more verbose output while writing the first tests. As the interwebs aren’t very chatty about the topic, here for all the distressed googlers:
You can hire me or make a donation via PayPal!
the last weekend i attended to devopsdays in hamburg. first thanks to patrick debois and marcel wegermann for doing a really great job of conference organisation. and thanks to the sponsors making the location, food and beer possible ;)
DevOps is a relatively young movement of people that think developers, operations and also QA have to work together instead of
creating departments and isles. It’s about communication and automation of software delivery processes.
You can hire me or make a donation via PayPal!
1 | mysql> prompt (\u@\h) [\d]> |
persistent in bashrc:
1 | export MYSQL_PS1='(\u@\h) [\d]> ' |
You can hire me or make a donation via PayPal!
Today I finally managed to set up an incremental backup for my workstation. What do we need? Well, nothing more than rdiff-backup, an opensource command line tool with all the powers you need.
You can hire me or make a donation via PayPal!
I just had the need for an Iterator that can sort itself by a user defined callback.
My special use case is that the DirectoryIterator of PHP does not sort the file list so it’s pretty random. But my program logic relies on files being sorted by filename.
You can hire me or make a donation via PayPal!