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.
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.
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@#!!!
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
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/
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.
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.
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…
Maybe after submiting your apk to Google Play you’ve seen the tip message “Design your app for tablets”.
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.