Centos

Install Tornado Web Server on CentOS

How to install the Tornado web server on CentOS, run a simple Hello World app, and deploy behind nginx for production use.

centos python tornado

Install Oracle Java on CentOS

Overview Step-by-step instructions for installing Oracle Java (JRE or JDK) on CentOS 6 and configuring it as the default Java runtime using …

centos java linux

OpenVPN ALS Adito SSL VPN Gateway on CentOS

Overview OpenVPN ALS Adito SSL VPN Gateway is a web-based SSL-VPN server written in Java and it is completely free and open-source. The …

centos remote-desktop server

Install Django on CentOS 6 (Beginner's Guide)

NOTE: This article was rewritten for CentOS 6.4. please read the updated post. Django Centos 6 So you want your first django centos based …

centos django python

Apache Variables using system variables or mod_macro

Apache Variables Apache Variables are not supported by default by apache but you can do two things to achieve this functionality: Option 1 - …

apache mod_macro centos

Build Your First WSGI Python App on Apache

A step-by-step guide to building your first Python WSGI web application and serving it on Apache HTTPD using mod_wsgi.

centos python ubuntu

Load Balance Remote Desktop with Pen on CentOS

Overview Load balancing Remote Desktop Services using Pen, a load balancer for “simple” tcp based protocols such as http or …

bash centos linux

Load Balancing SSH Connections using Pen on CentOS Linux

Overview Load Balancing SSH Connections using Pen, a load balancer for “simple” tcp based protocols such as http or smtp. It …

bash centos linux

Schedule Tasks on Linux with Cron

Overview A quick reference for scheduling tasks on Linux using cron, covering crontab syntax, practical examples, environment variables, and …

centos linux rhel

Mount an ISO File with fstab on Linux

Overview To mount ISO files in Linux is very easy, and sometimes you want to use fstab to auto-mount on boot. I’ll show how to do this …

linux bash centos

sSMTP: Use Gmail as a Sendmail Relay on Linux

Overview sSMTP - a simple and lightweight MTA used to deliver mail from a computer to a mail hub (SMTP server) using Gmail SMTP servers. …

centos gmail linux

VMware Zimbra Active Directory User Mailbox Sync

Overview Zimbra Active Directory User Mailbox Sync script uses Zimbra utility to Add or Remove mailboxes according to the AD User List. You …

bash centos linux

Add EPEL Repository to CentOS 6

Centos EPEL Centos EPEL - In the following tutorial I will show you how to add the fedora EPEL repository to your CentOS installation.

bash linux centos

Install PIL (Python Imaging Library) on CentOS 6

A quick guide to installing PIL (Python Imaging Library) on CentOS 6.x using the EPEL repository.

centos python

Python Virtualenv and VirtualenvWrapper Tutorial

VirtualEnv Tutorial Overview Virtualenv tutorial. In this tutorial I will show you in easy steps how to install and use VirtualEnv & …

centos python virtualenv