Archive for category General

Etc

Bought 20 Ubuntu CD’s from the US Store. I have to wonder, for those of you using shipit, if you have the means why not actually buy them?

cds

UbuntuOne
I think this is a really cool initiative from Canonical. I don’t understand people complaining about being closed source, because the client is fully open sourced from what I can see. So all the code I installed on my system is open source, no problem. If I utilize their service, then it isn’t, as the backend isn’t open source. But the fact that I can edit the client files, or make a compatible backend myself since the client is open means I have absolutely no issue with that. I think people complain to complain, if they only used that energy to write an open backend instead. Oh well.

Tags: , ,

Cherokee / Django tip: Timeout value

The default Cherokee timeout value is 15 seconds. I write server control dashboards which may have views which take longer than 15 seconds to render because they launch processes etc. Using Jquery / Ajax, I noticed these processes would spawn a bunch. This is because the of the default cherokee timeout. I increased this to 2400 seconds and now my problem went away. Hope that helps someone.

Tags: , ,

Jaunty CDs

Anyone know when the new CDs will appear in the US shop?

Jaunty released, apparently the GDM theme was not a joke

I was in the camp of thinking they would switch the GDM theme before release. It didn’t change, and it apparently wasn’t a joke.

Tags:

New NVidia driver out

NVidia Graphics

NVidia released a new stable driver today. You can download it here. A lot of fixes in this one, especially for their hardware video decoding, VDPAU. Also it fixes KDE4 Plasma OpenGL crashes, X server crashes, and crashes with redirected OpenGL.

Sounds good to me.

Update: Just installed the driver, and it also fixes a World Of Goo issue I had where it wouldn’t run under Jaunty AMD64. It now runs, and runs awesome!

wordofgoo

Tags: ,

Migrated to a VPS

This weekend I moved my weblog to a VPS. The site should load much much faster, and hopefully I can create some custom sites using either Django or Symfony. In this next few days I will be posting some tutorials on how to move your WordPress blog from host to host, and setting up the Cherokee webserver with WordPress / Permalinks.

Stay tuned and let me know if you see any problems with the site.

Tags: , ,

Thank you

I want to thank Mark, Canonical, and all the Ubuntu contributors who put so much time and effort into making my desktop and servers rock.

At home and work, I run Ubuntu. I play media, edit html, administer systems, twitter, burn cds, all because of so many people’s effort. To think where, in these 10 releases, how far Ubuntu has come is simply staggering.

My video cards work automagically, my desktop has 3d effects, my system always has the latest security updates, installing codecs is no longer a mystery, and one of the biggest forum communities on the internet has formed around Ubuntu. Ubuntu transcends all of the previous stigmas, and I even have a dell machine on the way pre-installed with it. It is a night and day difference from the project’s inception until today.

Thank you, everyone.

Tags:

Fixing configuration files

I read on twitter from Ryan Gordon:

” So I might find I have a tree like this:

/home/icculus/Configs/Subversion
/home/icculus/Configs/DBUS/Config
/home/icculus/Configs/DBUS/Keyring
/home/icculus/Configs/Mozilla Thunderbird/Address Book
/home/icculus/Configs/Mozilla Thunderbird/Extensions

We can call it “Configs” or whatever, but it should probably be user-visible
(that is, without a prepended ‘.’), be standardized, and allow apps all the
space they want in their own folder under this root.”

I encourage you to read his whole post as that is just a little bit of it. He posted a follow up today:

“There is apparently a freedesktop thing, but looking aside the infuriating need to stick “XDG” on everything, I’m not sure I dig on the idea of using environment variables. I’d rather this have to call a piece of system-controlled code that can set policy, and handle things like creating directories, etc, so every app that needs to be changed needs extremely minimal changes, and reduce their ability to get things wrong. Granted, that system code could respect these XDG_* variables if that makes sense. Even looking beside that: dude, it’s 2009, can we stop using environment variables and shell scripts for everything? Is it heresy to ask that?

Honest to god, though: how’d that $BROWSER thing work out?”

I totally agree with him on this. The number of hidden files in my home directory is unmanagable, ugly, and a ton are not even close to intuively named.

To see how many hidden configuration files you have in your home directory you can run this:

ls -la ~ | awk '{print $8}' | egrep '^\.' | wc -l

I encourage anyone written an app to not put all of your configuration stuff in the base home directory, hopefully everyone can arrive at an intelligent solution. Ryan has a great start.

Tags: ,

New Jaunty Wallpapers

New jaunty wallpaper

New jaunty wallpaper

Jaunty has some new wallpapers today. I like them both, art team is rocking.

Tags: ,

Jaunty's new Usplash theme

If you are running Jaunty, when you upgrade you will see a new Usplash theme (The graphical screen you see while booting up and shutting down). Looks very slick, nice work! Looks very refined and professional.

Tags: , ,