Posts marcados com "tutorial"
-
Migrating a Bitbucket Mercurial project to Git
I am a long-time Mercurial user. It was my first choice after the switch from Subversion to the DVCS world. The decision I took by that time was based on how simple Mercurial is. From the design of the filesystem, the…
-
Backup to cloud when there is no space left on device
Imagine that you are planing to move some data from one server to another. To do so, you backup your data by creating a simple compressed tar archive with: $ tar cjf /tmp/backup.tar.bz2 $HOME And, for your surprise you…
-
Setting up a Moodle instance with Compute Engine and Cloud SQL
Things are getting cloudy these days. And that's good! We have a lot of options available now, ranging from bare virtual machines, to fully managed platforms, and with all kinds of containerized environments in between.…
-
Building custom Linux kernel the Debian way
Image by: shokunin Building a Linux kernel is a nice way to learn some new skills, install a fresh and new version of your Operating System core software, and also make any optimizations you see fit for your machine.…
-
Multiple runtimes into single Google App Engine project with Modules
There is no single tool to rule them all. Each Google App Engine runtime has it strengths, but sometimes you can't afford to reinvent the wheel and reimplement something that is ready to use in a library, because of…
-
Tutorial: How to get started with Apache Cordova and Firefox OS on Nitrous.IO
It's time to go mobile . And it is time to go cloud . Why not go mobile in the cloud ? In this tutorial we'll learn how get started building mobile web apps using Apache Cordova (formelly PhoneGap) and testing your app…