Monday, November 10, 2008

Mark Shuttleworth talks about Jaunty Jackalope

"Jaunty Jackalope will replace Intrepid Ibex, and although Shuttleworth
revealed that we can expect something very different from the new OS,
he kept his cards close to his chest."

Interesting....


http://is.gd/6U3W

Friday, November 7, 2008

Intrepid Ibex: Soundconverted bug

In case any of you use soundconverter there is a bug where it does not
like outputing converted audio to a home directory (i.e. /home/foo).
Workaround is output converted audio to tmp (i.e. /tmp/converted_audio).

Here's the bug report:

https://bugs.launchpad.net/ubuntu/+source/soundconverter/+bug/273350


Saturday, August 9, 2008

Fake Plastic Trees

Forced into watching several reality shows that my girlfriend loves, for god knows what reason, the amount of plastic surgery that these people have had made me think of the "Radiohead" song "Fake Plastic Trees. "

Her green plastic watering can
For her fake Chinese rubber plant
In the fake plastic earth.
That she bought from a rubber man
In a town full of rubber plans
To get rid of itself.
It wears her out, it wears her out.


She lives with a broken man
A cracked polystyrene man
Who just crumbles and burns.
He used to do surgery
For girls in the eighties
But gravity always wins.
And it wears him out, it wears him out.
It wears him out, it wears him out.


She looks like the real thing
She tastes like the real thing
My fake plastic love.
But I can't help the feeling
I could blow through the ceiling
If I just turn and run.
And it wears me out, it wears me out.
It wears me out, it wears me out.


And if I could be who you wanted
If I could be who you wanted
All the time, all the time.
Oh, oh.

- Radiohead - Fake Plastic Trees

Friday, August 8, 2008

Clone Ubuntu Package Installation

On Source System:

Get a list of installed packages:

Code:
sudo dpkg --get-selections | awk '$2 ~ /^install$/ {print $1}' > installed_packages
Backup Apt sources:

Code:

 tar czP /etc/apt > apt_backup.tgz  

On Target System:

Restore Apt sources

Code:

sudo mv /etc/apt /etc/old_apt

Code:

sudo tar zxvf /path/to/apt_backup.tgz

Update sources:

Code:

sudo apt-get update

Install packages that are on Source System:

Code:

cat installed_packages | xargs sudo aptitude install



Friday, July 4, 2008

Linux and Distro Gripe about Ubuntu

Ok, I'm getting so sick and tried of reading about linux distros complaining about Ubuntu. Be it about the Ubuntu user interface, the six month releases, how Ubuntu is controlled by a commerical company, it's popularity, etc. May be, just may be other linux distros should use Ubuntu as a spring board for themselves instead. Look at what "is" working, incorperate it into their distro and drop/aviod the things that are not working, making linux better for all users. Just an idea.

Sunday, April 27, 2008

Musings: Why is the price of oil so high?

I've been reflecting back to a conversation that I once had with a fellow co worker, a geologist who once worked for Marathon Oil. The conversation was about the price of oil, at the time, he then explained to me that price of oil was not only drive by the demand for fuel for vehicles. Oil is used is so many products plastics, paints, etc. and the price of oil is But it was something that he said that caught me by surprise. He state that Marathon calculated that the worlds oil reserves would be exhausted by the year 2015 or possibly 2020. I asked him to clarify if he meant "oil reserves on hand already extracted from ground?" His reply shocked me he stated no he meant "the entire reserve of oil in and out of the ground." With that rattling around my mind, as I watch the price of oil climb it makes me wonder if there is another reason for the climb in price. I've heard many investment brokers state that correct price of oil, based on supply and demand, should be some where around $80-$90/barrel. My thoughts are this "What better way to make the world shift to alternate fuels then to make fuel so expensive that the public would be willing to except change on a mass scale."

Saturday, April 26, 2008

Upgraded Laptop to Ubuntu 8.04 Hardy

Well I took the plunge this morning and upgraded my Dell D820 laptop from Gutsy to Hardy. Many thanks to fellow Ubuntu NM LoCo-er protonchris for building a new version of vpnc that fixed vpnc timing out every 5min. All in all the process went smooth, i opted to upgrade by downloading the alternate CD and upgrade from it. I only ran into a couple issues. First less than impressed with the new Pulse Audio sound system. The sound quality is less than perfect but I expect that this will change with time. Ipod issues. It seem that I can't use my ipod with any other app (i.e. banshee, hipo, etc) until Rhythmbox Music Player sees it first then other apps can see and access the ipod.

All and all a painless upgrade.