Category Archives: Linux

Vim Tip of the Week – Word Find? : Aug 10, 2007

Vim is the greatest editor of all time. Let me tell you! Every week when I go to put together a new tip there is just so much to offer. I can keep this going for years! If you haven’t started using vim yet start! Now vim has a really comprehensive search function using the… Read More »

Configure Local and Remote System Logging : Ubuntu

A linux machine has a logging system which keeps track of what everything is doing.  Anytime you authorize with sudo it gets logged.  Anytime you (or someone else) connects via ssh it gets logged.  Apache logs connections, mail servers log emails sent and refused.  Pretty much everything keeps a log of what it is doing… Read More »

Vim Tip of the Week : SHIFT-K

Well you asked for it. Last week I did the first vim tip of the week and it looks like you all want more. I got another goodie today that you might enjoy. How many of you know what SHIFT-K does in command mode? No, don’t go look it up. Do you know right now?… Read More »

forget top, check out htop

I just realized I’ve never blogged about a really cool tool that I’m sure you’ll be impressed with.  If you’ve used top, or use top to ever try to get an idea of what is running on your machine you’ll really like htop. From the package description: Htop is an ncurses-based process viewer similar to… Read More »

Group Collaboration With Screen

This week I’m teaching out in Portland, OR in a Linux Fundamentals class. A small part of one of this weeks chapter is on screen. You might remember I’ve talked about screen in the past here. I still use screen on a day to day basis and really enjoy it. Today I’ve got something new… Read More »

How To pwn Your Text Files With Vim

Recently I did a lecture on the magical world of vim. Despite having used it for quite a long time I realize there is still far more that I could know about it, but there is also more that I haven’t published on this blog.  Some of you might remember some of my earlier posts… Read More »

Creating Shortcuts With User Aliases

Do you have a set of commands that you find you repeat over and over in your daily use? Things like connecting to servers over ssh, rsyncing data launching apps with a slew of argumets. You know what I mean. Well you can make things easier on yourself by creating alias commands for your account.… Read More »