Keep SSH session alive

sshd (the server) closes the connection if it doesn’t hear anything from the client for a while. You can tell your client to send a sign-of-life signal to the server once in a while.

Update own repository from forked source

If you’ve forked a repository to create a snapshot under your own repository, and it’s time to update the code. If you didn’t make changes (and commit them), then it’s pretty straight forward, but if you have commited local changes…argg@#!!! rebase-fork

My Useful npm Commands

npm is the package manager for javascript. The npm command-line tool is bundled with Node.js. If you have it installed, then you already have npm too. If not, download Node.js.
You can browse packages on http://www.npmjs.com npm-logo

My Useful Bower Commands

Web sites are made of lots of things — frameworks, libraries, assets, and utilities. Bower manages all these things for you. You can browse packages on http://bower.io/search/ bower-logo

Install and Configure DKIM with sendmail on Debian

This tutorial will focus on installing and configuring DomainKeys Identified Mail (DKIM) an open source implementation of the DKIM sender authentication system. OpenDKIM is really useful for signing your mail messages by generated pair of private key which is afterwards validated by public key stored as TXT DNS record for lookup by other servers.

Github Pages with Jekyll and Markdown

If you are a developer and are looking for a plug and play solution to start your own blog jekyll is a good alternative, and coupled with github you’ll be able to deploy and host it with no pain. jekyll-github-pages

My Useful Git Commands

If, like me, you are lost in git command’s world, here my ultimate cheatsheet I need and I often forget, c’est la vie, c’est la vie… git-logo

Target Android Versions to ensure distribution to tablets

Maybe after submiting your apk to Google Play you’ve seen the tip message “Design your app for tablets”. dbyll-screenshot

Avoid PhoneGap iOS App to backup webstorage and downloaded files

After months developing mobile Apps, using PhoneGap, we’ve experienced today our first Rejection by Apple.:

On launch and content download (i.e. presentations), your app stores 15.85 MB, which does not comply with the iOS Data Storage Guidelines.