Archive

Archive for the ‘Articles’ Category

Complete CentOS secure server setup

complete-centos-secure-server-setup
This guide describes how to quick install a CentOS based webserver. It mainly focuses on performance and security.
Read more…

Articles

Create and test CentOS LiveCD ISOs on remote server

centos-livecd
A Linux Live CD is an optical media that you insert into your drive and it will load the Linux operating system of choice for your use. This article explains how to create a customized CentOS LiveCD ISO using LiveCD tools and how to test it using qemu. All operations was done on CentOS server used for LiveCD development with SSH access enabled.
Read more…

Articles

Deploy Django in production using apache, nginx and mod-wsgi

django-apache2-nginx-mod-wsgi
In this post I will show how to deploy a Django applications using Apache with mod-wsgi and nginx.
nginx is used to serve static content as well as proxy requests to Apache. This means faster page loads for users, and lower server loads.

Read more…

Articles