Open Source Software and Linux:

Linux


January 19, 2009  1:53 AM

Travels of a Linux consultant – Day 1



Posted by: Xjlittle
consultant, Linux, red hat, suse

It's been a few days since I've had a chance to write so I want to catch up. I recently accepted a 3-5 week consulting job about 400 miles from where I live. I had to leave in the late afternoon because I had an interview for another job, this one closer to home and about 60 miles in the wrong...

January 6, 2009  8:33 PM

Installing Openfiler NAS as a Xen virtual host



Posted by: Xjlittle
centos, NAS, openfiler, red hat, rpath, virtual machine, xen

If you've ever tried to install the Openfiler NAS frontend as a Xen virtual host you probably found that 1) it was not as straightforward as it would seem, 2)getting the right combination of information that is on the web correct in the openfiler config file is difficult and 3)documentation at the...


December 28, 2008  3:33 PM

Adventures with Linux and external hard drives



Posted by: Xjlittle
/boot, bios, external hard drive, Linux

I received a Western Digital 1TB external hard drive for my linux server on Christmas. Way cool! Now I could set up a linux NAS filer and backups for the server and other Linux and Windows machines that we have. While the linux server was running I plugged the external hard drive into the USB...


December 13, 2008  10:59 PM

Adding the iptables firewall to the Xen domU (part 2)



Posted by: Xjlittle
centos, dom0, domU, Firewalls, iptables, Linux, pciback, red hat, xen

In my last column we set up a physical NIC in our Xen domU to expose it to the internet and setup our iptables firewall. At this point you should have 2 interfaces in your domU. One should be facing the internet and have an IP Address assigned from your ISP. The other should be a typical Xen...


December 12, 2008  7:56 PM

Setting up a physical NIC for a firewall on a Xen domU (Part 1)



Posted by: Xjlittle
centos, dom0, domU, domU firewall, pciback, red hat, Virtualization, xen, xen firewall

Recently I brought up a new Xen server that needed an iptables firewall on a domU. My first thought had been to setup the firewall on dom0 but that turned out to be a difficult task because of all of the virtual interfaces that are created. Red Hat/Centos also installs a set of rules by default...


December 9, 2008  12:47 AM

SELinux on Ubuntu



Posted by: Xjlittle
centos, linux security, red hat, selinux, ubuntu

The other day after installing Ubuntu on one of my test machines I noticed that there was an ls -Z command which shows various selinux information about files and directories. Running this command however gave some strange output, primarily ? marks. I thought this was a little strange but had...


December 4, 2008  6:41 PM

Inventory tracking with the Sun Inventory Application



Posted by: Xjlittle
inventory, inventory tag, Lotus Domino, opensolaris, red hat, solaris, sun, suse, tag your gear, windows

Sun has a unique application on their web site called Sun Inventory that will track hardware, software and operating systems. It is unique in that it is, more or less, a cloud application. You can access your inventory anywhere that you have internet access. The Sun Inventory application...


November 30, 2008  11:02 PM

Use UNetbootin to install Linux or BSD



Posted by: Xjlittle
install to usb, Linux, linux installer, live cd, livecd, UNetbootin, windows, windows installer

I ran across UNetbootin after pulling out my old tablet pc and found the Windows OS full of viruses, malware and whatever someone could put on there. After looking around for the most viable distribution to install on a tablet pc I landed on...


November 21, 2008  8:28 PM

SELinux and what I’ve learned in the last two days..



Posted by: Xjlittle
centos, getsebool, Linux, selinux, selinux apache, selinux httpd, selinux mysql, selinux nfs, setsebool

I am bringing up a new Virtual Host with VMs of MySQL, music-repo and a webserver. All of these are on CentOS with SELinux enabled. No, I'm not a glutton for punishments using SELinux for all of these machines that are interconnected to each other. I believe the time is coming when organizations...


November 17, 2008  6:32 PM

Setting up your firewall on domU with iptables



Posted by: Xjlittle
centos 5, dom0, domU, domU firewall, Firewalls, iptables, pciback, xen

As discussed in an earlier post you must first hide your NIC from dom0 to set up your iptables firewall on your domU. After you have successfully hidden the NIC from dom0 then we can proceed to our domU firewall setup. You must first decide which domU that you are going to use for a firewall. ...