Blog Elements
You can display blog posts in various ways with the “Blog Post” element/shortcode. You can see one example here and even more at the blog main menu item of this demo.

How to use GitHub with Android Studio
This article provides a basic overview of how to use GitHub with Android Studio. If you're looking for more in-depth training, check out my ebook How to Use GitHub with Android Studio: A complete step-by-step guide to mastering the technology.
Click…

How to push to a remote Git repository over SSH with private/public key authentication using Android Studio
Android Studio is currently in Beta phase. However given that it is most likely to supercede Eclipse as the next Android IDE, I thought it would be a good idea to start using it now to develop my apps.
Like many software engineers, I use Git…

What to do if Aptana Studio 3 stops allowing you to commit to git?
I had the following problem:
I had been working on a project and wanted to commit my changes to git. When trying to commit (clicking Commands > Commit), it would let me type a message and add the files, however when I click Commit, the box…

How to change the hostname of a Linux server
This post describes how to change a hostname on a Debian 7 Linux server, however it will work on most other Linux distributions too.
Switch to root
Change the /etc/hostname file
Restart the hostname service
That's it. The host name…

How to add an SSH public key to your Linux user account
Click here for the quick copy-paste option
Hi there, this is something that helps me out frequently so I wanted to share it with the community.
If you are at all security conscious, you will want to use public/private key authentication, instead…

Creating central git repository
Cloud based source control systems such as github are a great addition to the everyday toolkit of the software engineer. However, what if you want to host your own local git repository? Maybe for security, budget limitations of just personal…