
Christians Failing on Facebook
Honestly, I don’t want to be friends with people that think and act in this way, so I’m kind of happy that Jon and Denise decided to de-friend me. How can one that claims to be a Christian be opposed to equal rights for everyone and an organization that helps maintain said rights? I think this blog post really sums up what I’m thinking. “The fact is, Christians only want tolerance for themselves, and that isn’t tolerance. That’s CONTROL. And that’s bullshit.”
March 11th, 2010 in
Uncategorized |
1 Comment
Since I don’t feel like writing anything, this is what you get: Schedule for Spring 2010
January 22nd, 2010 in
Uncategorized |
No Comments
Popping and crackling of audio on the Dell XPS M1530 has been an ongoing complaint of many users. The solution to this is rather simple, however. The problem seems to occur when the CPU throttles down. If you’re running Vista, you simply go into the advanced power options and set the minimum CPU frequency to 100% as shown in the attached images.
September 12th, 2009 in
Uncategorized | tags:
audio,
cpu,
crackling,
fix,
frequency,
m1530,
popping,
solution,
sound,
throttle,
vista,
xps,
xps m1530 |
No Comments
So I installed Ubuntu 9.04 onto my thumb drive last night. To my displeasure, I discovered that my Dell wireless adapter wasn’t recognized. With a little bit of research, I discovered this solution that worked wonders:
Mark Rijckenberg said on 2009-06-14:
Hi,
Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).
Then please follow this procedure:
Step 1: Open Terminal from “Applications->Accessories->
Terminal”
Step 2: Run the following commands (copy-paste the lines below into a Terminal, press enter after each line)
sudo aptitude update
sudo aptitude dist-upgrade
sudo aptitude install linux-backports-modules-jaunty
Step 3: Run the following command
gksudo gedit /etc/modprobe.d/blacklist.conf
# Add the following line to /etc/modprobe.d/blacklist.conf:
blacklist ssb
Step 4: Run the following command
gksudo gedit /etc/modules
# Add the following 2 lines to the /etc/modules file:
wl
wl0
Step 5: Save changes, reboot pc and retest wireless
http://ubuntuforums.org/showthread.php?t=1209055