Jason Mock’s Place Up For Sale

Shares of “Jason Mock’s Places” are available, for sale right now at BlogShares. Well… not really. But, if you were ever interested in playing a “Fantasy Blog Stockmarket”, you share buy some today :P   Then again, since I’m just an average guy just talking about random things, I’ll probably never have much growth potential :P

Posted in General | Leave a comment

Captive-NTFS on (K)Ubuntu

Here are the steps that I found, that finally resulted in a successful install of captive-ntfs on (k)ubuntu:

Install your linux headers (in my case linux-headers-2.6.15-17-686)

sudo aptitude install linux-headers-2.6.15-17-686

Install lufs-utils & lufs-source:

sudo aptitude install lufs-utils lufs-source

Correct the lufs module:

sudo vi /usr/share/lufs/2.6/inode.c
//change
kill_proc_info(SIGUSR1, &info, GET_INFO(sb)->server_pid);
//to
kill_proc(SIGUSR1, &info, GET_INFO(sb)->server_pid);

Execute lufs prepmod:

sudo  /usr/share/lufs/prepmod

Add the following line to /etc/apt/sources.list:

deb http://www.kruyt.org/debian /

Install captive-ntfs

sudo aptitude install captive-static

I found that the search initiated by the package configuration to be quite time consuming, so I kept saying no until it allowed the app to download the files from Microsoft. Later on I may copy the files I actually have on my Window partition, but for now that’s good enough.

Modified lines in fstab:

— Add this, as I’m still working out how I want to do permissions

I just hope this helps people out, because I did find that trying to find a decent how-to beyond never ending forum posts to be quite difficult. The end result you see here is actually information collected from multiple posts (some not related to debian/(k)ubuntu).

Posted in General | Tagged , , , , | Leave a comment

Microsoft Designs the IPod Package

This is what would happen if Microsoft designed the packaging for the Apple iPod:

Posted in General, Video | Tagged , , , | Leave a comment

Correcting a Master Boot Record: 2000/XP

Every day you learn something new. Well today is another one of the days I learned something I wished I had known a long time ago. While I am an avid linux user, I still use Windows for video editing, gaming, and photo editing (which is slowly changing). So, as a result I have multiple dual-boot systems around the house. Once in a while I do goof things up, and end up with my windows system unbootable due to any number of reasons (especially now that I have a motherboard that likes to change the drive order, at least to the way grub see’s it). Either way what I learned today was utilities available with Windows 2000/XP that will correct a master boot record without the use of fdisk /mbr (Which is, from what I understand, not recommended for 2000/XP machines). In my case, fdisk /mbr wasn’t even an option because the drive in question is attached to the onboard sata controller, which is powered by the nForce 2 chipset (which doesn’t have dos drivers available and isn’t automatically detected in dos) AND the tools to remove grub from a master boot record don’t exist. Anyways, this is what you do:

fixboot c:
fixmbr

If you need to rebuild your boot.ini run the following command:

buildcfg /rebuild

You can find more details on other recovery mode commands “Microsoft Windows XP Support Site.

Posted in General | Leave a comment

ATI Hasn’t Learned

Just thought I’d point out the fact that ATI obviously hasn’t learned:

From OSNews.com – ATI: Unsupported and Bitter

“ATI’s R5xx line was first released back in October 2005. The initial launch covered the X1800 and X1300 series, with the X1600 series following suit in November. Last month we saw the release of the new X1900 series too. Now, let me count the months from October to February; it is 5 months, right? Well, believe it or not, that’s the number of months the new X1000 series is out in the market without Linux support. If you are unfortunate enough to own such a card, all you have is Matthew Tippett’s statement in Phoronix.”

But then I have to ask myself why (myself included) we’ve allowed ourselves to continue wasting money on products that are poorly supported?

Posted in General | Leave a comment

Gallery 2.1 Release Candidate 1

The Gallery Project released Gallery 2.1 Release Candidate 1 the 10th, and (as always) I’ve upgraded before the stable release is out. For a short while my theme was broken because of changes in the API, however those were easily corrected. Currently, I have RSS Feeds (one of the new features) turned off due to an interesting error that I haven’t tracked down yet. Either way, If anyone runs into issues with the photo gallery, definately let me know as I could use this information to help the project work through it’s big fixes.

Posted in General | 3 Comments

Spill Proof Keyboards

Does anyone know why making keyboards spill-proof isn’t an automatic feature these days? :mad:

Posted in General | 2 Comments

Google’s Apps Coming to a Linux?

In a recent article on Desktoplinux.com mentioned that Google, with the help of Codeweavers, is working on bringing some of their apps to linux.  While it’s somewhat disappointing to see that Google will resort to the wine run-time engine, as opposed to porting to linux native code, I am glad to see that they are at least making an effort to make these apps available to more than just Windows and Mac.  It’s about time more companies with some clout started to realize that there is a market for apps like these on the linux desktop (Just as Adobe, Macromedia, and Real have realized).  Maybe having Picasa on Linux will also make Adobe think twice about having Photoshop on linux?  One can only hope…  Either way, one can argue the pro’s and con’s of this until they are blue in the face, but I for one think that anything that brings more reasons to not try linux is a good thing :)

Posted in General | Leave a comment

Bad Capacitors = Blown Gigabyte GA-7VAXP & Epox 8KHA+

I know it’s been some time since I’ve officially taken care of this problem, however I thought I’d go ahead and post of my dealings with bad capacitors. Both of my motherboards, the GA-7VAXP in my desktop PC, and the Epox 8KHA+ in my server, died within about a week of each-other, I assume due to bad capacitors :cry: . As you can see in the images, both had capacitors with bulged tops and leaks (The Epox having some of the worst).

My problems began one evening while my desktop was rendering a video for a DVD using Pinnacle Studio 9. About half way through the render, the machine hard locked and was making an audible noise (high pitched) from the motherboard. I cycled the power, only to boot into an incredibly unstable machine (in both Windows and Linux). So, I proceeded to diagnose the problem. First I double checked OS, because there had been a few odd problems that could point to a failing hard drive. Unfortunately that landed me no where closer to an answer as I was even getting kernel panics from Knoppix disks. I then found the answer to the problem after receiving multiple errors from a memtest86 scan (memory test). First I assumed bad memory until I received the exact same error message from the exact same memory location, no matter what memory configuration I had (swapped pieces, only one stick installed, and etc).

At this point I replaced that motherboard with an Epox 8RDA+ Pro (Nforce 2 chipset), returning my system back to normal. While I realize this is kind of an old motherboard and chipset, it allowed me to simply solve the problem at a very low cost (since our computer budget is incredibly slim at the moment). Actually, I’ve been quite happy with this motherboard so far, as it has even assisted in the slow upgrade of my desktop, thanks to the on-board SATA controller. Unfortunately I’ve not been able to get my server back up and running due to the power supply. I had an old Giga-byte GA-6BXC and an old Intel Pentium 3 (450mhz) processor, which would be more than enough for my Linux server, however the power supply was also mis-behaving, and the motherboard must have been it’s last straw (I can’t keep the power supply on for much more than a few seconds, even with a motherboard testing adapter).

On the note of the being able to upgrade my desktop, I was able to purchase a new hard drive for my desktop, getting away from the three hard drives that the system originally housed (giving me only a small 160gb – small when your trying to edit video, play games, and house music and photos). For this, I gave into the recommendations of friends, co-workers and reviews, and purchased a Western Digital WD2500KS (250gb, 7200RPM, 300mbps SATA HDD). I’ve been pretty impressed with the performance, and it’s now the quietest part in the system (minus the items that have no moving parts). Reliability of course will only be proven over time. Either way I’ve been pretty happy with the drive.

So that’s the latest on the desktop hardware front. Hopefully I’ll be able to post some on my latest dealings with linux soon, especially now that I work as a software engineer in a linux environment.

Posted in General | Leave a comment

Meara’s First Tooth

Meara’s first tooth started poking out today.  She was kinda starting to worry us this last week as she’s been kind of acting a little out of the norm, which peaked today at a point where she broke out in tears as if someone was trying to kill her.  We double checked to see and sure enough, there it was kinda poking out in the front of her mouth.  Fortunately anbesol works quite well :)   Get some of that stuff in there and she’s back to normal ;)

Posted in General | Leave a comment
Page 20 of 45« First...10...1819202122...3040...Last »