« 31 pushups | Main | The power of an inspiring story »

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d834516ef169e200d83515c9af69e2

Listed below are links to weblogs that reference I've switched to Ubuntu Linux:

Comments

Will

Check out kwrite and kate, both are pretty nice editors that should do what u want. The downside is you'll have to install tons of KDE libraries to get them.

Jeremy Zawodny

Good editor? Emacs, of course! :-)

Bill Boebel

You know, with 10 years of using Unix/Linux systems, I've never used emacs. So I played around with emacs-snapshot-gtk a bit this morning, and man... I'd rather use GVim.

I'm going to try Will's suggestion next.

Bill Boebel

The Kate text editor looks like exactly what I was looking for. Hmm... I wonder what other cool stuff I'm missing out on by using Gnome rather than KDE.

Kenneth

Regarding using webmail as default mail application, I put a tiny shellscript in my home-dir to use Gmail.

Put this in ~/bin/webmail:

#/bin/bash
EMAIL=`echo $1 | cut -f2 -d:`
firefox "https://mail.google.com/mail/?view=cm&to=$EMAIL"

-and then change "Preferred mail application" to:

/home/username/bin/webmail %s

And viola! Clicking on mailto:x@y.z will open Firefox or a new tab if its already open, and load the Compose page of Gmail, with the recipient address already entered.

Cheers,
Kenneth

Bill Boebel

Nice.. this works. It just doesn't close the window after it sends. I'll ask the webmail team to fix that...

#/bin/bash
EMAIL=`echo $1 | cut -f2 -d:`
firefox "https://beta.webmail.us/mailbeta-b/p/compose/compose.php?send_to=$EMAIL"

Andre Pinheiro

gedit has column mode with this plugin:
http://live.gnome.org/Gedit/Plugins/ColumnMode

joe joy

I am having same issue with my widescreen E207WFP monitor with an in board intelG695 chipset on my Dell E520.

Do you which specific NVIDIA card did you buy?

256MB nVidia GeForce 7300LE turbo cache?

Bill Boebel

I bought the nVidia GeForce FX 5500

The comments to this entry are closed.

About

  • This blog is authored by Bill Boebel, Rackspace Email Hosting Co-founder & CTO.



    The opinions expressed here are mine alone, and not those of my employer.

    SUBSCRIBE VIA RSS:

    subscribe via Email

    SEARCH:
    This Site Web

Twitter Updates

    follow me on Twitter

    I've Read