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

, , , , , , ,

Start iptables in Debian Automatically

0
by on February 21, 2013 at 9:47 pm

If you are trying to make iptables survive a reboot in Debian Squeeze or Wheezy, you may find the following of use.  After you get your iptables all squared away, save them to a text file with the incredibly handy /sbin/iptables-save command:

/sbin/iptables-save > /root/iptables.saved

This will create a text file in the /root directory containing lines that will be parsed by iptables when used with the  iptables-restore command.

Next, add the following script to your system:

(more…)

in Debian, How-To

, , , ,

Ad goes here

Ubuntu 10.04 rescue information

0
by on January 12, 2013 at 9:35 pm

I recently encountered a problematic server running Ubuntu 10.04 server.  The problem was simple, and so was the solution, but there were many hurdles in the way that, if you’re not familiar with them, will prevent you from accomplishing the task.  This should apply to later Ubuntu distros as well.

Scenario:  The server is a Dell, on the other side of the country.  You have only DRAC access, no ability to manipulate anything physically.  Somehow, the root password was changed, and now no one can log into the server remotely. (more…)

in Distros, How-To, Ubuntu

, , , ,

Debian Wheezy PXE server

0
by on January 1, 2013 at 4:47 pm

I’m writing this entry because some of the existing info online is either outdated, incomplete, or doesn’t suite my specific needs.

Goal:  Create a Debian server that provides DHCP and PXE boot services of multiple to specific hosts on the same network.  This is not for running thin clients, this article is for imaging new systems (though that is a fun idea for a future article!).

Requirements:  Debian Wheezy or other compatible server with plenty of free space, and an additional server/computer on the same network (or virtual network) as the Debian server.  If you’re using something other than Debian Wheezy, I can’t assure you the packages will be the same and configured the same way.  This is Linux, after all.

(more…)

in Debian, How-To

, , , , , ,

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

, , , , , , , ,