Skip to content

Category Archives: Ubuntu

Getting Started with Firewall Builder

03-Jun-09

This article is part of a series regarding firewalling and network security using the Firewall Builder tool on Ubuntu. This is user-contributed content. If you would like to contribute an article, please see the About page for contact information.
Getting Started with Firewall Builder

Author: vadim@fwbuilder.org
http://www.fwbuilder.org

This guide starts a series of articles about Firewall Builder. Firewall [...]

Nice Ubuntu Wallpapers

28-May-09

This is a really quick post, but I thought I might pass these on. 60 Beautiful Ubuntu Desktop Wallpapers.

Ubuntu 9.04 “Jaunty” Released: Torrents Available Here

23-Apr-09

What a difference thirty minutes can make. I checked for the final release before I left for work, nothing. I checked when I got into work and there it was! I also noticed that the main site was already lousy with traffic and it is only going to get worse. I thought it’d be a [...]

Announcing the Release Candidate for Ubuntu 9.04

17-Apr-09

The Ubuntu team is pleased to announce the Release Candidate for Ubuntu 9.04 Desktop and Server editions and Ubuntu Netbook Remix.  Codenamed “Jaunty Jackalope”, 9.04 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.
We consider this release candidate to be complete, stable, and suitable for [...]

Help Needed: Auto-Configure Proxy Settings via DHCP

04-Apr-09

At home I run my own DHCP, DNS and Squid proxy. I implemented the proxy because my DSL connection is pretty bad and anything I can do to improve that goes a long way.  Now my proxy works fine, but the issue that I’m running into is having it auto-configure the browser(s) on each machine [...]

Four Years and Counting..

01-Apr-09

I was taking a look at my blog stats the other day and realized that this post will make post number seven-hundred on this blog.  Seven-hundred posts since February 2006. I can hardly believe it!  This April also marks four years since I started using Ubuntu (the 5.04 release).  I can’t believe how fast the [...]

Disabling OpenID Plugin

15-Mar-09

I’ve been having issues with the OpenID plugin for WordPress, as many of you have noticed and commented. Until I’m able to come up with a solution I’m simply going to disable the plugin.
If anyone has any tips or solutions on getting it to work reliably on WordPress please let me know.

New Features In The Upcoming Ubuntu 9.04 “Jaunty”

14-Mar-09

With the recent release of Ubuntu 9.04 “Jaunty” alpha 6 this last week I thought I’d outline some of the upcoming new features awaiting us this April.  I’d love to hear from those of you that have already been using the alpha releases and tell us your experience with some of the features listed here. [...]

Trying Out a New Theme

07-Mar-09

After toying with a few new themes I have activated one of them on this blog today. I’d love to hear your thoughts on the change. Better? Worse? Anything missing? Drop by, leave a comment, and tell me what you think.
P.S. I know OpenID is broken. I’m looking into [...]

How To Find What Package Provided a File?

04-Mar-09

Earlier today I found myself in a situation where one Ubuntu machine was missing an executable available on the second. After trying to guess the package name a few times without success I pulled this little number out of my bag of tricks:
cedwards@monkey:~$ dpkg -S $(which host)
bind9-host: /usr/bin/host

As you can see, this returned the [...]