Learn Terminal and CLI

  1. Debugging Android Apps with Facebook's Stetho

    Debugging Android Apps with Facebook's Stetho

    Tutorial Intermediate

    Stetho is an open source debugging platform developed by Facebook that allows you to debug your Android apps using Google Chrome's developer tools. It offers...

  2. Building an App Image to Resell at Digital Ocean

    Building an App Image to Resell at Digital Ocean

    Tutorial Intermediate

    Deliver ready-made solutions to clients using Digital Ocean snapshots. It's an efficient way to quickly install WordPress and other applications.

  3. How to Set Up GitHub

    How to Set Up GitHub

    Tutorial Beginner

    GitHub is just one example of a hosted Git service, but it’s easily the most well-known and popular one. In this short video tutorial you'll learn how to set...

  4. Using HHVM With WordPress

    Using HHVM With WordPress

    Tutorial Beginner

    Learn how to make your site load blazing fast by installing WordPress with HHVM on a server running on Ubuntu 14.04.

  5. A Linux Developer’s Setup

    A Linux Developer’s Setup

    Tutorial Intermediate

    Have you always wanted to pick on Linux to develop software but always struggled? Did you find installation to be a hard task or maybe you're scared of all...

  6. Quick Tip: Leveraging the Power of Git Stash

    Quick Tip: Leveraging the Power of Git Stash

    Tutorial Intermediate

    In this quick tip, you'll learn how to hit the pause button in Git by storing incomplete changes internally. The git stash command helps you avoid committing...

  7. Refactoring Legacy Code - Part 11: The End?

    Refactoring Legacy Code - Part 11: The End?

    Tutorial Intermediate

    Old code. Ugly code. Complicated code. Spagetti code. Jibberish nonsense. In two words, Legacy Code. This is a series that will help you work and deal with...

  8. Securing Your Server Login

    Securing Your Server Login

    Tutorial Intermediate

    Here's our guide to a handful of common approaches to securing access to your Linux-based web and application server. You'll learn about adding two-factor...

  9. Be the First on Your Block Running IPv6

    Be the First on Your Block Running IPv6

    Tutorial Intermediate

    I've setup a WordPress site running via IPV6 that almost no one can access and you can too.

  10. Writing Node.js Addons

    Writing Node.js Addons

    Tutorial Intermediate

    Learn how to take a C/C++ library and use it with in your JavaScript code, by creating an addon to provide unique features to your Node.js applications.

  11. Refactoring Legacy Code: Part 9 - Analyzing Concerns

    Refactoring Legacy Code: Part 9 - Analyzing Concerns

    Tutorial Intermediate

    Old code. Ugly code. Complicated code. Spaghetti code. Gibberish nonsense. In two words, Legacy Code. This is a series that will help you work and deal with it.

  12. Setting Up Continuous Integration & Continuous Deployment With Jenkins

    Setting Up Continuous Integration & Continuous Deployment With Jenkins

    Tutorial Beginner

    Add a little automation to your life - let's set up a Jenkins instance to handle testing and deploying for us.