Essentials: Common Firewall Rules and Commands
Iptables is the software firewall that is included with most Linux distributions by default. This cheat sheet-style guide provides a quick reference to iptables commands that will create firewall rules are useful in common,...
Getting Started with Version Control & GitHub
This chapter will be about getting started with Git. We will begin by explaining some background on version control tools, then move on to how to get Git running on your system and finally how to get it set up to start working...
Modern Web & JavaScript Framework Essentials
JavaScript, also known as ECMAScript (the untrademarked name used for the standard), is a dynamic programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact...
Install Tinc and VPN Setup on Debian & Ubuntu
In this tutorial, we will go over how to use Tinc, an open source Virtual Private Network (VPN) daemon, to create a secure VPN that your servers can communicate on as if they were on a local network. We will also demonstrate how...
Initial Server Configuration & Setup on Debian
When you first create a new Debian 8 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid...
JavaScript Design Patterns Introduction
A lot of mobile-minded talented folks across the globe produce great work, but yet sometimes you still hear many of them complain about their relationships with their clients. They often mention feeling isolated and not truly...
Koala is a multi-author & personal blog theme for the WordPress platform. Featuring a minimal, responsive, content-focused design and multi-column layout. This is an example of a status post, which can be used for short paragraph long status updates, similar to a tweet. More information about Koala can be found on...
Installing Nginx on Ubuntu 14.04 with Server Caching
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a...