Monthly Archive: October 2015

Backbone LayoutManager view not rendering 0

Backbone LayoutManager view not rendering

Troubleshooting #1 - Did everything load in the network debugger window ? Missing one or several template views could cause the whole UI not to render #2 - Any Javascript errors in Console ?...

How to backup & restore mySQL database 0

How to backup & restore mySQL database

How to backup and restore. This works for wordpress for example To backup : mysqldump -u root -p"yourRootPass" databaseName | gzip > ~/backup-mysql-`date +%Y-%m-%d,%Hh00`.sql.gz To restore : $> gunzip backup-mysql-xxxx-.sql.gz $> mysql -u root...

Force accept of different ssh key 0

Force accept of different ssh key

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that...