Featured

Linux Cloud Technologies 2013

  Build the cloud on Linux!  This year looks very promising for Linux when it comes to building your private cloud using open source technologies.  Finally, Linux-based software and application

Read More
Linux Cloud Technologies 2013

Centos 6 Apache Kerberos AD SSO

0
by on May 21, 2013 at 7:22 pm

I recently setup a RHEL / Centos 6 Apache websever at work that integrates with Active Directory (AD) and Kerberos for a single sign on (SSO) web resource.  This took me a lot more time than I thought it would, but that’s because the tutorials I was reading were either wrong, or didn’t apply to my situation.  I am outlining the steps I took below to help others who may wish to have a similar setup.

(more…)

in CentOS, How-To, Red Hat

, , , , , , ,

Install Magento in Debian Linux

1
by on June 28, 2012 at 7:36 pm

Magento is a freely available shopping cart / ecommerce solution in production use all over the internet.  In this article, I’ll be outlining the steps to install Magento Community edition in Debian Squeeze.  It’s really quite simple if you’re using Apache2.  While NginX is supported by the latest release of Magento, the steps to install using NginX won’t be outlined here, but may be in another article in the future!

(more…)

in Debian, How-To

, , , , , , , ,

Ad goes here

Configuring CentOS 6 Web Server

27
by on May 9, 2012 at 7:07 pm

Centos 6 in 3DIn this article, I’m going to be outlining the steps to install and configure a complete web server on a base install of CentOS 6.  (Which should be compatible with Scientific Linux 6 as well as Red Hat Enterprise Linux 6)

I personally don’t prefer to install package groups relating to “LAMP” or similar during initial installation because I’m simply too lazy to review each and every package that is included in those groups, and what the dependencies are. By installing the required packages using yum, this allows you to install just the software you’re looking for, without worrying about dependencies. This software stack is time tested; we’ll install on CentOS’s latest release, and test a few popular applications while we’re at it! (more…)

, , , , , , , , , , , , , , , ,

Ubuntu 12.04 Web Server

26
by on May 8, 2012 at 11:28 pm
Ubuntu MySQL php Apache

The Ubuntu Web Stack

In this article, I’m going to be outlining the steps to install and configure a complete web server on a base install of Ubuntu 12.04 LTS server edition.

I personally don’t prefer to install package groups relating to “LAMP” or similar during initial installation because I’m simply too lazy to review each and every package that is included in those groups, and what the dependencies are.  By installing the required packages using apt-get, this allows you to install just the software you’re looking for, without worrying about dependencies.  This software stack is time tested; we’ll install on Ubuntu’s latest release, and test a few popular applications while we’re at it!

(more…)

in Distros, How-To, Ubuntu

, , , , , , , ,