WordPress Post Screen

WordPress 2.1

After coming back from Linux.conf.au last week (I stayed in Sydney an extra week for vacation) I noticed that the WordPress folks had released 2.1 while I was busy getting sunburned. I’ve upgraded my blog to 2.1 and all went well. Definitely worth a look if you’re the blogging type. I’ve got a review up on Linux.com. This release includes a couple of nice improvements — nothing Earth-shattering, but some nice stuff, nonetheless....

February 5, 2007 · 1 min · zonker
Screenshot from 2021-02-16 15-27-34

Vim tips: Using tabs

Before Vim 7.0 was released last May, I usually had six or seven xterms or Konsole windows open, each with a single Vim session in which I was editing a single file. This takes up a lot of screen space, and isn’t very efficient. With Vim 7.0, users now have the option of using tabs within Vim. With Vim’s tab features you can consolidate all your sessions into one window and move between files more easily.

January 24, 2007 · 6 min · zonker
spider-monkey-637062_1280

All mail clients suck…

Mutt just happens to be one of the mail clients that sucks less. I’d been getting tired of Sylpheed lately, so I decided to try out several text mail clients and see how they fit my email volume. Part of the fruits of my labor is this tutorial on configuring Mutt’s behavior. If you’ve ever thought about running Mutt, but were put off by the amount of configuration required and the paucity of howto material online, the tutorial just might help....

December 13, 2006 · 1 min · zonker
spider-monkey-637062_1280

Training your Mutt

Mutt is a great mail client, in large part because it is extremely customizable. You can tweak Mutt’s behavior and have it do tricks that are nearly impossible to do with other mail clients – but it can be a bit daunting to get started with. Let’s take Mutt on a short trip to mail client obedience school and see how easy it can be to make Mutt handle mail just the way you want it to.

December 12, 2006 · 12 min · zonker
Abstract image of AI

Vim tips: Working with external commands

Vim is a powerful editing tool, but there are some things it just can’t do. However, Vim lets you access shell commands and utilities without leaving Vim, and that lets you perform some amazing tricks. If you run :shell or just :sh while you’re in the editor, Vim (or Gvim, if you’re partial to Vim’s GUI) will place you in an interactive shell. You can run whatever commands you want, and resume your Vim session by exiting the shell....

October 25, 2006 · 6 min · zonker
Terminal text / abstract

Oh noes! The command line!

Just reading Mark Shuttleworth’s response to Matt Zimmerman’s summation of the community’s expectations of the Ubuntu Dapper Drake 6.06 LTS release. One thing stuck out about Zimmerman’s comments, that’s the complaint that users still have to use the command line for some tasks. I know, the Holy Grail for a lot of users is to be able to pointy click their way through life, and that’s just a bar that Linux will be measured by no matter what, but I find it odd that so many users seem to have such a deep fear of text. Or is it the command line that they fear?

August 28, 2006 · 3 min · zonker
block-chain-3513216_1920

Vim tips: Using Vim mappings and abbreviations

Vim ships with a lot of useful functions that make life easier when you’re editing text, but Vim is also an extremely extensible editor. If you find yourself typing the same long commands or strings of text over and over again, it’s time you learned how to set mappings and abbreviations in Vim, to save valuable keystrokes for your code or prose. Just as you can set shortcuts in KDE, you can map keystrokes to actions in Vim....

June 14, 2006 · 8 min · zonker
ball-4789466_1920

Vim tips: Folding fun

The problem with writing and editing on a computer, versus having words on paper, is that it’s usually hard to compare text from different sections of a document when they don’t fit on the screen together. One way to do it is to use Vim’s viewports feature. Another is to “fold” the text. Using Vim’s folding features, you can tuck away portions of a file’s text so that they’re out of sight until you want to work with them again. Here’s how.

May 24, 2006 · 10 min · zonker
ball-4789466_1920

The Open Road: Linux System Performance Tools

This month, I’ll present a few system tools that can be helpful when trying to diagnose your Linux system’s health, improve performance, and so on. This installment is intended for users who are newer to Linux, and who might not be familiar with, or aware of all the utilities that are already available at their fingertips. I often feature tools that are not included by default on a Linux system in the Tool of the Month column, but this installment of Open Road will present some utilities that are part of a “standard” Linux install, or at least packaged and available for most Linux distros — whether they’re actually installed by default, or not....

May 15, 2004 · 10 min · zonker
Terminal text / abstract

Tool of the Month: cdargs

This month, I’ll discuss cdargs, a tool that simplifies using the command line. cdargs is a handy little utility that provides browsing and bookmarks for cd. Installing and using cdargs I just recently dicovered cdargs, but it’s already proved to be a great application and big time-saver. It’s also easy to set up — just grab the source tarball and unpack it. Run configure ; make then su to root and run make install-strip....

January 15, 2004 · 7 min · zonker