Archive for the 'Linux' Category

More on Opera

Friday, December 16th, 2005

It still seems pretty fast, though I haven’t been using it that much. There’s not much justification to use Opera on Linux when you have the option of using Firefox on windows.
One interesting note is that it appears to run gmail just fine. This is with the configuration where the browser identifies itself as Internet […]

Opera for Linux

Thursday, December 15th, 2005

Trying Opera 8.51 for Linux. It certainly seems very fast and much improved. The interface is a lot cleaner and doesn’t have all the weird MDI crap that it used to have before. Settings dialogs also seem a bit better, but it still seems hard to find common things (why are Font settings in preferences […]

X Composite

Tuesday, December 13th, 2005

Ah, the half-workingness that is Linux. I turned on KDE/Kubuntu and composite at work today. It works better than I thought it would (no crashes yet) but man is it buggy. Shadows not matching window sizes, garbage on the screen. Fun stuff.
A few tips:

If you’re using the nvidia driver, make sure to say Option “RenderAccel” […]

wow

Thursday, July 28th, 2005

Apparently ntfs support in linux has come a long way. I just used ntfsresize (driven by qtparted from knoppix 3.9) to downsize my Windows Server 2003 boot partition, and it totally worked with no problems. That’s pretty fricking amazing.

Upgrade part 1: successful

Tuesday, June 28th, 2005

Added a disk, upgraded apt, apache, and mysql to sarge version. Next up: kernel, grub, and vmware tools.

Painful upgrade

Monday, June 27th, 2005

Even with the help of multiple snapshots, I still haven’t figured out the exact order or things I need to do to upgrade my woody VM to sarge.
I tried first upgrading the kernel, which made the vmware tools stuff break. You have to install kernel-image, grub, as well as kernel-headers and gcc3.3.
Perhaps my mistake was […]

Setting the emacs font

Wednesday, March 23rd, 2005

This always was a pain. The traditional way to do it was to write it in your ~/.Xdefaults as

Emacs*font: [some XLFD font name or alias]

So it turns out there’s a much easier way. In your .emacs, just say

(set-default-font “somefont”)

Where somefont can even be an alias. Its much easier, and you can also change it at […]

VMware tools 4.5.2 in a FC3 guest

Friday, March 11th, 2005

Works mostly by the book. The only quirk is that it appears the installer thinks it has XFree86 3.x, and changes the symlink /usr/X11R6/bin/X to the XF86_Vmware server. One needs to make it point back to the xorg server by doing:

% cd /usr/X11R6/bin
% rm X
% ln -s Xorg X

And then to get gdm going again

% […]

Does open source foster innovation?

Tuesday, March 8th, 2005

This seems to be a question that is very relevant to my work, although we don’t quite exactly sell an open source product.
I think pretty much what it comes down to, is that there are so far two (plus one) kinds of open source business models.

A service-based company (supposedly like redhat) which is not selling […]

SELinux Symposium

Wednesday, March 2nd, 2005

So I’m off to Maryland for the SELinux Symposium. A bunch of HP, IBM, Redhat, and NSA guys will be there as well. Should be pretty interesting, though I’m not looking forward to the flight (being that I just made the return trip very recently). But I guess everyone’s over there huh. (Redhat in NC, […]