Techy Things

Abort a merge operation with conflicts 0

Abort a merge operation with conflicts

Let say you are working on branch 4.3, and by accident you merge the wrong branch name instead : git merge origin ABC Your working tree is now completely broken with failed merges since...

Resolving 502 Bad Gateway on bbb server 0

Resolving 502 Bad Gateway on bbb server

Well there can be multiple reasons for this error. But in my node.js development with mongoDB, this always occurs when mongoDB could not be started. The solution was always to cleanup old mongod.lock files....

Backbone.Validation Checklist for troubleshooting validation not working 0

Backbone.Validation Checklist for troubleshooting validation not working

Client-side javascript validation using Backbone.Validation Troubleshooting Checklist (1) Make sure backbone.validation.js and backbone.validation.bootstrap.js are included. backbone.validation.js : https://github.com/thedersen/backbone.validation/blob/master/src/backbone-validation.js backbone.validation.boostrap.js : https://gist.github.com/driehle/2909552 (2) Make sure your model extends Backbone.Model() and add a validation object to your model after the default declaration : SuperApp.Model = Backbone.Model.extend({ defaults...

wrong ELF class: ELFCLASS64 0

wrong ELF class: ELFCLASS64

error while loading shared libraries: libXv.so.1: wrong ELF class: ELFCLASS64 [root@kraken sbin]# ./krakend ./krakend: error while loading shared libraries: libXv.so.1: wrong ELF class: ELFCLASS64 Solution : Either install the 32-bit library missing -or- compile...