Daniel Lemire's blog

Changing job for a Linux addict

People who are happy with whatever operating system they are offered probably find it much easier to change job. When you are a linux addict, it means that you have to secretly install Linux and then reverse-engineer the network configuration so that you can, well, print.

This time I installed Gentoo in my office. As it turns out, it was rather painless, but as an overworked prof., it was still hurtful to waste a day configuring the machine. The toughest part this time was getting the printing to work. As it turns out, I had to the cups to use smb://mylogin:mypassword@tlmnt4/uer_com instead of smb://tlmnt4/uer_com. Somehow, cups couldn’t just reuse my known username and password. Hmmm… I wonder why I never had this problem before? I really wish cups was easier to configure. But at least, it works now.

There is also a special java applet system called explor@ here. But I think I mostly figured out how to get it running “ok” under linux (in French), though I had to waste another day on it.

I have good reasons to believe I must be the only prof. around using Linux. My addiction to command line interfaces has a thing or two to do with it. You can emulate pretty much the unix environment under Windows, but it is never quite the same in terms of productivity.

I’ve been told that MacOS X would be a good choice too. Except that I couldn’t have done what I just did here: take the “free” PC they put in my office and transform it in a Linux box.

Some facts people often don’t know:

In the end, you can be very productive with Linux.

Now, if I could find how to turn the system bell off once and for all, I’d be happy.

Update: it turns out that we can turn off the system bell easily under Linux. I never knew this. Just do “xset b off”. You can put this in your .xsession file too.