How to Install an SSL Certificate

How to Install an SSL Certificate

This tutorial will help you in purchasing and installing an SSL Certificate for use with Apache and Nginx web servers on a Ubuntu system.

Prerequisites

A Registered Domain

You must have ownership or control of the registered domain name that you wish to use the certificate with. If you do not already have a registered ...

Read More


Setup and Install Git on CentOS 6.5

Setup and Install Git on CentOS 6.5

Introduction

Git is a source code management system. It allows a teams to collaborate on projects, using the same files. Git watches for changes in your files and and allows for files to be shared between small or large groups of people.

We recommend this free online book to really learn more about Git and ...

Read More


Install LAMP Stack on CentOS 6

Install LAMP Stack on CentOS 6

LAMP stack is an open source solution for building dynamic web sites and web applications. The acronym LAMP is derived from the software used which includes, Linux, Apache, MySQL, and PHP.

In this guide we will install a LAMP Server on CentOS 6. Note: you will need root privileges.


Step 1 – Install Apache

Setting ...

Read More


Install and Setup vsftpd on Ubuntu 14.04

Install and Setup vsftpd on Ubuntu 14.04

Introduction

FTP (File Transfer Protocol) is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet.

In this tutroial we will Install and setup vsftpd on Ubuntu 14.04

Beware: All FTP data is not encrypted and is insecure. All transfers and data ...

Read More


A Brief Introduction to Docker

A Brief Introduction to Docker

Introduction

Application stacks are continually getting more complicated and have always been a challenge to deploy without problems. Docker specializes in containers, which make the process easier for developers to rapidly deploy and manage applications.

Docker containers use shared operating systems. Instead of virtualizing hardware, containers use one single Linux install. This in turn means ...

Read More