Entries Categorized as 'blog entries'

Quick Tip: K3b On Ubuntu with Gnome

Date January 22, 2008

Serpentine just doesn’t cut it for me when it comes to creating audio CDs, so I installed my favorite CD burning app, K3b and fired away.
To install:
# sudo apt-get install k3b
One of the features I like in K3b is the ability to preview audio tracks within the playlist editor, but if you haven’t installed and [...]

Blackout: FCC Rules Mandate that this Program be Blacked-Out in your Area

Date January 21, 2008

Flipping through the channels in my area, I came across this and paused for a moment trying to figure out what possible rule would mandate its removal from the air.

(forgive the crappy image)
I was unfamiliar with channel 74 in my area — It’s Cox Sports, or MASN2, referring to George Mason University. After a [...]

Richard Stallman Does the Soulja Boy

Date January 17, 2008

Too good not to post… Thanks go to The New Freedom for finding this.

And from another angle: Stallman does the Soulja Boy

Ever want your own web based SSH terminal?

Date January 15, 2008

A coworker passed on this tool to install on your own server that provides AJAX ssh access to your box.  From there, of course, you can ssh to any other server accessible via the intarwebs.

I’ve often seen the cool web based terminals that some VPS and other server control panels give you and wondered how [...]

Howto: Use your Wifi Router as an Access Point

Date January 15, 2008

Part of being a hacker is using what you have to achieve what you need. If you have a Linksys WRT54G, for example, and just want to add wireless capabilities to your existing router, it’s not always attractive to buy a dedicated access point.
It’s easy to set up any wireless router as an access [...]

Bore a Hole! Three Methods for Tunneling your Connections

Date December 16, 2007

Sometimes, you just need to break through a troublesome gateway. Or perhaps you need to test a connection from a remote location. If you’re like most geeks, though, there’s already ample reason to do any of this — because you can.
Method 1: ptunnel

Esoteric, novel, and perhaps even useful: ptunnel allows you to tunnel [...]

New IP Detection Site

Date December 16, 2007

I whipped up a quick IP address detection site to use on the fly.  Simple, clean, and quick.  What is your ip?

Quick Tip - Flushing DNS Cache

Date December 16, 2007

When testing deployment of sites or updating IP addresses in /etc/hosts , sometimes it’s useful to force a DNS cache flush. Sometimes, a stale DNS entry can remain cached and a site will appear to be down when it’s really not. It’s easier to flush the cache than wait and wait for it [...]

New Comcast Setup Diagram Released

Date November 30, 2007

I don’t know where this came from, but if anyone can take credit, please let me know!

Connect to Windows VPN server (PPTP) with Ubuntu Gutsy

Date November 28, 2007

UPDATE - for VPN on Hardy Heron, see my new post here

Ubuntu makes it simple to connect to a Microsoft Windows VPN server at your workplace with NetworkManager and the pptp plugin. Luckily for us Ubuntu users, the right tools are just a couple of clicks or commands away. The first step is [...]