Tag Archives: CentOS 6.x

VirtualEnv Tutorial / VirtualEnvWrapper Beginner Tutorial

VirtualEnv Tutorial Overview

Virtualenv tutorial. In this tutorial I will show you in easy steps how to install and use VirtualEnv & VirtualEnvWrapper on your CentOS 6.x environment.

 

Install Python

1
yum install python
yum install python

Continue reading

How to Set-Up Git / GitHub on Centos 6.3

Git

 

Introduction

“Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Continue reading

Installing Lighttpd on Centos 6.3 is Easy!

Overview

Security, speed, compliance, and flexibility — all of these describe lighttpd (pronounced lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments.
With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) it is the perfect solution for every server that is suffering load problems.And best of all it’s Open Source licensed under the revised BSD license.

Continue reading

Installing Python / Django on Centos 6.3 is Easy!

 

 

Django

NOTE: This article was rewritten (for CentOS 6.4). please read the updated post.

What is Python?

Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Its syntax is said to be clear and expressive.” from Wikipedia.

Visit http://www.python.org/

 

What is Django?

“Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.” from https://www.djangoproject.com/

Continue reading

Setup BIND DNS Server on CentOS 7

Install VirtualBox Guest Additions on Centos Minimal 6.3

Prerequisities

if you have installed new setup of centos minimal or you haven’t installed yet, you need make, gcc, kernel-devel in order to Install VirtualBox Guest Additions installation script.

Continue reading

centos meteor.js

CentOS Meteor.js installation tutorial for newbies

centos meteor.js – A better way to build apps.

centos meteor.js installation tutorial.

Meteor is an open-source platform for building top-quality web apps in afraction of the time, whether you’re an expert developer or just getting started.

 

Install Meteor.js

In the following tutorial I’ll show you how it’s easy to install Meteor.js on your CentOS box. I am using centos 6.5 minimal, but those instruction should work on any centos 6.x machine.

 

Continue reading