dvdstyler under linux

January 22nd, 2007

One of the utilities under Linux I’ve made use of in the last few months is Dvdstyler. It essentially will take your dvd ready video and make the DVD filesystem (as well as menus). Simple menus are very straightforward as is setting bookmarks (chapters) within a file imported into a dvd project. However… for the more interesting configurations… like having a title play immediately upon disc insert like this you might want to consult the dvdstyler wiki at sourceforge.net.

   Send article as PDF   

Blacklists and rejecting mail with Sendmail

January 22nd, 2007

A long time ago I had found how easy it was to reject messages outright with Postfix that came from non-existent domains. You know… junk from asdflkjuasdlfkjh@imadethisupmyselfanditsnotregisteredanywhere.com

Well, since the mailserver at THIS site runs sendmail I wanted to fix sendmail the same as my home server. My home server is postfix based and uses fetchmail to pull from the website. Since I had the rules set to reject non-existent domains at home it would essentially strand messages in the account here at the website which would then need to be cleaned out manually.

Read the rest of this entry »

More postfix spam blocking and Whitelisting….

January 22nd, 2007

I almost forgot to pass along a link to a more comprehensive detailing of postfix’s anti-uce controls…. here. Also, in the last article I briefly mentioned whitelisting. IF you intend to have several blacklists active it will pay to learn how to whitelist before you HAVE to. To do so, I simply created a text file at /etc/postfix/whitelist and int hat file you enter IP address or hostname followed by OK…. like this….

1.2.3.4 OK
goodmachine.com OK

But… of course, there’s a bit more.

Read the rest of this entry »

More postfix spam blocking….

January 22nd, 2007

Postfix has a NUMBER of tools for rejecting unwanted messages before they get in the door and waste your CPU time on deciding “hey this mail is spam”. Up until recently I’ve mostly used the relays.ordb.org check (which in the last couple months has now gone defunct.) When we started noticing problems with ordb.org’s responsiveness I planned to investigate other blacklisting options and found several. Obviously there are advantages and disadvantages to blacklisting. The first disadvantage is you have turned over control of blocking mail senders to an outside authority and you should familiarize yourself with THEIR policies for listing (and delisting) a server.

Read the rest of this entry »

Post storm

January 22nd, 2007

It almost seems like I’m back to the 6-10+ posts I day I used to do around here… I should mention that I’m just clearing out a few things that I wanted to get posted and clean out the bazillion tabs in my browsing session that I’ve been loading the last month or so. I don’t expect to return to the news based/current events style posting unless it’s something I want to keep a reminder for myself of.

That much said, it’s kind of fun to be posting a few things again.

   Send article as PDF   

Internet Explorer 7 on linux

January 22nd, 2007

Haven’t had the chance to try this one firsthand yet, although I’ve been watching for this. You may be familiar with ies4linux which is a script that uses wine to download/install multiple versions of Internet Explorer on a linux install. (But why oh why would you do this?) For many that do web design it’s a tremendously good idea to test what a website looks like in multiple browsers because they all have their own unique …. quirks. Of course, there are other reasons…. sites that refuse to work with anything but IE. (Blue Cross/Blue Shield for instance has some web apps that will not work with anything else.)

Well… now Internet Explorer 7 is supported by ies4linux….

Read the rest of this entry »

Software raid fun…. device detection order

January 22nd, 2007

Anyone that’s setup software raid on a system with multiple storage adapters has probably run into this kind of issue, but I thought I’d mention it. Last weekend I built a machine to replace my server (the server was to be captured into a VM). The main system was going to be installed onto dual IDE drives, the VM partition and other data on dual 400GB SATA drives. Well, install went well after getting past some of the irq issues I mentioned in a previous writeup. md0 was /boot and so on…. (md0 residing on the dual ide drives.) When the system went to reboot though it didn’t get very far. It complained of not finding a boot image (I think that was the message – didn’t make a note.)

Read the rest of this entry »

Boot up freeze/sluggishness with ubuntu 6.06.1 install cd (on 64bit AMD hardware)

January 21st, 2007

I thought I had written about this once before, but when I searched the site to find the solution I had come across before, I couldn’t find my post…. so, sorry if this is a duplication, but I’ve run into this on some AMD 64-bit based system boards. The most recent was based on the nvidia nforce4 chipset. Essentially in booting from either the alternative install cd or livecd for Ubuntu/kubuntu/edubuntu/xubuntu…. there is a freeze in the boot process. It goes for 30 seconds or more looking as though it’s hard frozen, but it does eventually manage to load the installer.

Read the rest of this entry »

Virtualbox virtualization open source availability

January 21st, 2007

This last week virtualbox announced that they have released a version of their virtualization software as open source. There is a pay version as well with more features. (*read on for features available in the full version.)

While I appreciate them making the core virtualization open source and currently they are likely the most advanced open source virtualization software out there… it is a bit disappointing to see some of the really juicy features in the non-open source version. However, it should be noted that the full version is free for personal use or evaluation.

Read the rest of this entry »

iScsi and AoE with linux

January 21st, 2007

A few days ago I had reason to investigate iscsi and AoE (ata over ethernet). Both are protocols for sharing a physical drive over the network at the block level. Let me put it in context first. Traditional network file shares have been done like this…. Computer A has a large drive, it’s formatted and available to Computer A and then THAT computer shares it out to computers B-zzzzzzz. iscsi and AoE basically share the bare drive and then computer B can attach to the drive format and make use of it as it’s own. Realistically I see the greatest advantage with this is adding storage to a server.

Read the rest of this entry »