Posted on May 16, 2007

“Xubuntu Feisty Fawn is the bomb”

Tonight I went to a couple of Linux-related events after work, and I’m glad I made it out. I first went to an initial set-up meeting for a Chicago Gnome user group. We had some informal discussions about Gnome, and what a Gnome user group might be and do in the city.

Kevin is leading things up, and though things are still in preliminary stages, I think it will go well enough. It sounds like we’ll have a mix of application-specific talks, some coding talks, some work on understanding the Gnome frameworks and UI conventions. … It sounds like there’s room for everyone to participate.

After that, Kevin, Tristan and I walked over to 400 S. Wells and met up with a group of volunteers from Free Geek Chicago for an organizational meeting. I hadn’t been out to Free Geek since the second week in April, so I was excited to hear that the group is starting to use Xubuntu Feisty Fawn on the computers we build – we had previously used Xubuntu Dapper Drake.

In the words of Taylor, “Feisty Fawn is the bomb.” It was funny to hear him say it like that, but it also felt very good. I had known Feisty was good, but you sometimes take things for granted when you work closely with them. You see how much better something can be, and lose sight of how good it already is :) Even though I’m not a developer, it was nice to get positive feedback about a project I had assisted with.

I told them that myself and at least one other person are going to be hacking on some Xubuntu documentation this summer, and they were excited to hear it. They want to have more documentation and educational resources available for people who earn or purchase their computers. After all, what good is a free computer if you aren’t familiar with the OS and you don’t know how to use it? Dave and I laughed about being baffled by the huge lists of installable programs when we first were using Linux. The range of choices can be overwhelming.

As usual, there’s a lot of activity in the free and open source software world in Chicago. I’m still glad to be a part of it.

Posted on May 12, 2007

Ok, instead of Apt on CD

How about replicating an installed package list this way:

dpkg --get-selections | grep '[[:space:]]install$' | awk '{print $1}' > packagelist.txt on the old machine,

then:
sudo apt-get -u install `cat packagelist.txt` on new machine,

That should work. Only disadvantage is that you’d have to download the installed packages from the ‘net onto the new machine, rather than having them available via a CD. The advantage, of course, is that you have burnt one less CD, and will automatically download the most recent version of your packages. :-)

Posted on May 11, 2007

Apt on CD

Apt on CD looks pretty awesome for For x/k/ed/ubuntu and debian users . . . There’s got to be a way to back up all of your installed .debs without the gui, but this will be useful for most desktop users. And I like how it allows you to share the packages that you already have installed with other folks. Something like this would come in handy for Xubuntu, which isn’t installed with a very rich set of multimedia apps, for example.

Posted on May 10, 2007

More of an update than you really wanted.

what’s going on in jim’s world:
- i worked tons of extra hours at work last week, and fighting off laziness this week.  some weeks this fight is more difficult than others . . .  i guess it’s nice to have a lull, though.

- i’ve started reading an o’reilly python book.  i’m excited by this, and hope i actually make it through this book.  :-)   i got most of the way through my last book (about samba), but stopped with it after a while.  what can i say, because of what i was able to learn, i now have a working samba server . . .  a lot of later chapters just spoke to issues that i haven’t needed to deal with.  maybe i’ll pick up the samba stuff again after Chad teaches us about open ldap and i set up my own domain … at home … for one user with three machines.

- after typing /CONNECT irc.freenode.net more times than i’d care to remember, i finally got around to setting my configuration settings on irssi.  thank you, irssi setup instruction website.  now that i have everything configured, i’ll be peeking my head into #chiglug a little bit more.  /me waves at irc.oftc.net.  i guess i’ll have to configure a few irssi scripts so you can see what dorky songs i’m listening to while we’re all on our irc channels.

- i’m giving fedora 7 test 4 a try on my new laptop.  aside from having difficulties getting a wifi connection going with either the ilwifi (sp?) or the ip3945 driver/firmware (thanks for giving it a try, ktdreyer), it has been running smoothly.  i am just giving fedora a try to see some of the differences between the various flavors of GNU/Linux.  don’t worry, i have xubuntu 7.04 installed on this machine, too.  (and
wifi works out of the box with xubuntu (using a non-free driver, though.))  professionally, i think it makes sense to give Fedora a try, as so many business use redhat as their gnu/linux distro of choice.  with that in mind, i’d also like to try cento at some point.  perhaps i will use that in setting up my server if i ever do the open ldap thing.  i have no intention of trying suse, though.  /me sighs at distro wars . . .

- i’m looking forward to a solid documentation and ISO testing effort for the next xubuntu release.  i’ve subscribed to the Xfce-devel mailing list, and a few of the participants have recently started discussions about documentation, and they look to get started soon.  i think i’ll get involved with those, too.  i guess I’ll have to check the
licenses of each of the documentation projects . . .  i want to help out, and if documentation from one area
can be used in another . . . great, but  wouldn’t want to upset anyone, though, or break any rules.  We’ll see how it goes.

- This is a long note / post, so I’m going to give things a rest now.

Regards,

Jimbabwe

Posted on May 3, 2007

I don’t understand

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

How did everyone get my ATM PIN, and why are they publishing it all over the internet?

Posted on May 1, 2007

Been so busy + Xubuntu Plans

I’ve been so busy lately, haven’t had much time for all things linux-related. I guess I’m taking a breather since all of the 7.04 *ubuntus are out now. From what I can tell, the release has been a good one – no big “gotchas” have come up since release. Even though I do hear about the occasional problem with installing or upgrading, we haven’t seen anything as bad as all of the issues relating to the dapper-to-edgy upgrades.

I’m working with the rest of the ISO testing team to bring Xubuntu more into the testing fold for the Gutsy Gibbon release. During the Feisty release, I had to kind of follow the lead of the two Ubuntu ISO testing leads, so Xubuntu was always a little behind the procedures of the other groups. It was mostly because Xubuntu didn’t have much of a testing team at the start, so now that they see we have a team, hopefully they’ll let us be better integrated.

The Xubuntu team has an IRC meeting set up for tomorrow afternoon to discuss the plans for Gutsy Gibbon. From feedback we received during the Ubuntu Open Week sessions, and our own wants and needs, we’d like to have a wifi connection manager similar to the gnome-network-manager (but without the gnome deps), better samba support (we’ll see what approach we can take for that), and maybe some games. We also need to get our multimedia options in order . . . I know that for me, Gxine just doesn’t cut it.

All in all, it’s tough to add features while keeping the lightweight mandate of Xfce. Features vs. bloat . . . fighting the good fight. We’ll see how things turn out.