Whoa, that was a busy week, anyhow, here’s a quick reference for all new android phone users. If you own an old WindowsMobile 5/6 phone and you want to import your contacts and text messages here is a quick receipt (sources: 1, 2). Tools you will need:
For your windows phone:
SMSExporter Dotfred’s PimBackup For your android phone:
Gmail account SMS Backup & Restore
At my current job I have to devote a lot of time to deal with enterprise Open Source CMS called Typo3. If you didn’t worked with it before it may seems like it’s just another CMS of choice, but let me warn you - if you still considering platform for you site or whatever I strongly recommend checking it out first very carefully, you have to see for yourself how it’s flexibility works for you.
I will give you some of my thoughts about migrating legacy database to Ruby On Rails framework. Welcome to part one.
I own a little pretty Buffalo Linkstation Mini that - I bought it over a year ago and I decided it’s about time to get this puppy for a spin, so to say. Tempted with idea of installing Debian on it I armed myself with a bunch of tutorials and just went for it.
Let’s assume you have configured your brand new git repository on a brand new server and now you want to setup it in a way that every push done on a master branch update your production directory. How can you achieve that?
You can use git hooks feature. In hooks/ directory in your git repo you can find a file called post-receive, take a look at quick example below:
{% codeblock lang:bash %} #!
Some time ago I was having problem with my script that backups all the databases on the server - one day it just began to produce empty sql files. When I ran script manually I saw unpleasant: Error 2013: Lost connection to MySQL server while dumping one of the tables - hence empty backups.
First I tried to check table, repair it and optimize it, but with no luck. So I took a look at syslog (I guess should have done that first) and saw to my surprise: InnoDB: Database page corruption on disk (…) I will spare you the googling and give you solution that might help you too.