Geaux Tigers!

2009 National Champion Tigers
If you’re a first-time homebuyer, or it’s been 3 years since you’ve “owned” a home, you don’t wanna miss out on this!
First-time homebuyers may be able to take advantage of a tax credit for homes purchased in 2008 or 2009. The credit:
The credit is claimed using Form 5405.
For 2008 Home Purchases:
The Housing and Economic Recovery Act of 2008 established a tax credit for first-time homebuyers that can be worth up to $7,500. For homes purchased in 2008, the credit is similar to a no-interest loan and must be repaid in 15 equal, annual installments beginning with the 2010 income tax year.
For 2009 Home Purchases:
The American Recovery and Reinvestment Act of 2009 expanded the first-time homebuyer credit by increasing the credit amount to $8,000 for purchases made in 2009 before Dec. 1.
For homes purchased in 2009, the credit does not have to be paid back unless the home ceases to be the taxpayer’s main residence within a three-year period following the purchase.
First-time homebuyers who purchase a home in 2009 can claim the credit on either a 2008 tax return, due April 15, 2009, or a 2009 tax return, due April 15, 2010. The credit may not be claimed before the closing date. But, if the closing occurs after April 15, 2009, a taxpayer can still claim it on a 2008 tax return by requesting an extension of time to file or by filing an amended return.
More information is available in the Q&A section at the IRS website.
Just in case anyone was wondering, if you’re wanting to compile an application for install on debian or ubuntu, you don’t have to install all the compilers seperately according to some list of required packages make spits out the first time you try to compile.
You can simply install build-essential, which includes all the latest versions of the compilers necessary to build almost anything you can find. The line command is easy:
sudo apt-get install build-essential
Now, if you just can’t find it in a repository somewhere, you have the tools necessary to make the install yourself.
Another handy tool is alien. This one allows you to install .rpm (redhat packages) on debian or ubuntu.
sudo apt-get install alien
I’m in the process of rebuilding my blog on a new host, so please be patient with me. Things should look normal again shortly (I hope).
In case you’re wondering, I’ve been spending some time lately on the social network for my community in Benton, AR. If you’re interested, it’s MySaline.com. We discuss local issues, like how to influence local government regarding whether or not to remain a “dry” county and meeting candidates for local government positions. We also discuss community gatherings, carpooling, new restaurants and businesses. The site has helped bring me up to speed with what’s going on at my new home like nothing I’ve ever encountered before.
I highly recommend seeking out local community networks online– I’ve learned a bunch already and am looking forward to becoming more involved in my community!
Sorry for the long absence… In my time away I’ve moved to another state to work for a new employer and my blog’s host server has been updated with a new OS and new version of wordpress.
I’m ashamed to admit it has taken me over a month to figure out the problem (first, there was this bogus error message about cookies at login, then it appeared I could login, but to only a blank page). Turns out, there were blank lines in my config file. I simply deleted the blank lines (they were at the end of the file, so if you’re having the same problem, find your config file, go all the way to the end and backspace delete to the last actual character and save) and I’m back in business.
Isn’t it always hard to find but easy to fix? Go figure…
Anyway, I hope to be posting lots of new and interesting articles again soon.
Not so long ago, I posted a fix for the kdm splash screen of the Feisty Fawn release of Kubuntu. Every time there was a kernel update, it would update my grub menu and I had to go back into /boot/grub/menu.lst and update the line for the first kubuntu boot option with a vga setting (vga=792).
Please see this post for details.
This works in Gutsy, too, but for my setup (I have an agp ATI X700 graphics card connected via DVI to a 19″ Acer LCD), I had to update some more files first. I was lost until I happened upon this post in the ubuntu forums regarding framebuffer errors (thanks El Chupacabras).
Basically, I have to force the kernel to recognize my card and driver.
First, I had to edit the framebuffer blacklist for the kernel. This file is found at /etc/modprobe.d/blacklist-framebuffer and can be opened with any text editor. I like nano and vim.
$ sudo nano /etc/modprobe.d/blacklist-framebuffer
The file will look something like this:
# Framebuffer drivers are generally buggy and poorly-supported, and cause
# suspend failures, kernel panics and general mayhem. For this reason we
# never load them automatically.
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist cyblafb
blacklist gx1fb
blacklist hgafb
blacklist i810fb…
Locate the brand that most closely resembles the name of your graphics card, and comment it out by putting a # in front of it. In my case, I inserted # in front of “blacklist radeonfb” and “blacklist vesafb” (never hurts to allow vesafb). Once completed, remember to “save” it and close your editor.
That done, I next updated startup modules with the same framebuffers. That, too, is a file update. The file is located at /etc/initramfs-tools/modules:
$ sudo nano /etc/initramfs-tools/modules
The file will look something like this:
# List of modules that you want to include in your initramfs.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
Go to the end of the file and add your framebuffers and the controller. I added to the end of the file:
fbcon
radeonfb
vesafb
Now just update the init scripts with one simple line:
$ sudo update-initramfs -u -k all
After that, I simply updated the kernel boot line in /boot/grub/menu.lst as I did before, even using the same vga (vga=792). It has worked ever since.
As the kernel has been updated, all I’ve had to update is the kernel line just as before with Feisty.
Again, thanks to El Chupacabras of ubuntuforums for finding this solution!
I hope this works for some of you as well as it worked for me!

Everyone should have seen this coming when Wal-Mart announced they weren’t going to distribute HD-DVD. It wasn’t official, however, until Toshiba threw in the towel…
“Toshiba said Tuesday it will no longer develop, make or market HD DVD players and recorders, handing a victory to rival Blu-ray disc technology in the format battle for next-generation video.”
I guess that’s bad news for Microsoft, who decided to back HD-DVD in September of 2005 and builds HD-DVD support into its XBox (the HD-DVD player is, of course, optional– a very wise marketing decision, I think, in retrospect).
|