Category: Registered
We're going to be digging in even deeper when it comes to securing PHPMyAdmin with Apache. In this episode, we're going over digest authentication, forcing SSL, changing the access directory, disallowing root, and more!
Category: Registered
Eventually, you’ll find yourself working with multiple environments. When this happens, you may not want to use the same ssh key pair for each environment. That’s where using multiple key pairs comes in handy.
Category: Registered
Now that we have some Ruby on Rails code to work with, let’s start using Git. The concepts on Git in this episode can be applied to other applications and scripts in other languages as well.
Category: Registered
Before you go and deploy your Rails app, let's make it look somewhat useful. In this episode, you're going to learn how to add a Rails scaffold and some prep work for future deployment.
Category: Registered
Pow is a zero configuration server for Mac OS X. It's created by the Basecamp development team to make your life easier! In this episode, we'll get it installed and pointing to our local Rails App.
Category: Registered
Oh-My-Zsh is a fun and easy to use framework that allows you to manage your ZSH configuration and workflow.
Category: Free
Mailpile is an Open Source application that is taking security and privacy for your email to the next level. Let's get it installed on our Digital Ocean droplet!
Category: Registered
Due to the likely possibility that a bot or someone will try to hack into your database via your phpmyadmin installation, you may want to consider added security. Let's explore some of the possible options that you can apply today.
Category: Free
Vim is a simple to install and very powerful editor. We’ll cover the basics which will allow you to quickly navigate and edit your server documents.