Tag: OSX

  • OSX Finder – Missing Features

    I’ll admit it. I was kinda curious when Apple announced its latest overhaul of OSX called Lion today. Upon further analysis, however, it seems that most of the “improvements” are going to be cosmetic in nature and functionality will take a back seat. This makes me sad because I feel that the Finder in OSX…

  • Quickly find previously executed commands in bash

    Type a command, hit enter, type another command, hit enter…that’s still how it goes in terminal computing. That’s not to say that there haven’t been innovations in command line. Bash history recall using the up/down keys is just one of those examples. To quickly search for and find specific previously executed commands in bash and/or…

  • Delete files using crontab

    Got some files on your *NIX system that need a good deletin on a regular basis?. Well then crontab is going to be your friend. There are tons of articles that painstakingly explain the crontab format when you Google “scheduled job Linux”, but how to actually implement a scheduled job using crontab from start to…

  • Serial commuications on a MacBook Pro

    Connecting to a device using via a rs232 using a MacBook is not straight forward, but possible if you have one of the more popular USB-to-Serial adapters. The PL2303 adapter is sold by a number of manufacturers under different model names. Luckily, however, most of them run on the same basic chip for which an…

  • Snow Leopard a few months later

    It’s been about five months since I got my MacBook Pro and I’ve gotten much more comfortable with both the new hardware and operating system. Like most reviews this post will boil down to a list of features I like and ones I don’t. It’ll be a cliché in the sense that this is yet…

  • Add “Edit with VIM” to the OSX Context Menu

    I’ve been using Vim for making quick changes to files in Unix and Windows for years. As a result I am used to right-clicking files with any extension and editing it with Vim from the context menu (or is it contextual menu? I forget). Often times before making changes to a file, I’ll make a…

  • Sorting Folders before files in Finder

    I know that the mac works differently (so everyone keeps telling me!) but I’m sorry, that’s not a valid solution to a host of real annoyances. It’s true that I’m a Windows user and that I’ve got Windows habits (think delete key), but listing folders sorted separately from files in a window just seems something…

  • Grabit on the Mac

    Heard about WineBottler for the Mac? It’s open source software that lets you “bottle up” Windows applications and run them on your Intel Mac OS X. Since there aren’t any good or free usenet downloaders available for the Mac (boo), I tried bottling up Grabit from Shemes and it works! Here’s how:

  • Irfanview on MAC with WineBottler

    There are a lot of Windows Apps I miss on my MacBook Pro. One of them is an awesome free Swiss army knife of image manipulation tools called Irfanview. It lets you batch rename/convert/modify entire directories of images and it’s not bad as an image viewer either. Well, here’s how to get it running on…

  • Making a USB printer wireless

    This weekend I decided to make my Canon i560 USB Inkjet printer available on my wifi network using a wireless print server. I picked up a “used” Linksys WPS54G from eBay and configured it to work with both my MacBook and Sony VAIO running Windows 7. It was kind of a pain, but here’s how…