CommandLineMac The Power of the Prompt
Contribute  :  Advanced Search  :  Site Statistics  :  Directory  :  Links  :  Polls  :  Calendar  
Welcome to CommandLineMac
Thursday, May 15 2008 @ 06:37 PM EDT
 Email Article To a Friend View Printable Version 

Boot Camp

News

Boot Camp is a set of tools to make dual booting an Intel Mac with Windows XP or Vista easy. The main reason you might want to dual boot as opposed to running Windows in emulation is for the extra performance from running natively. You might need this for gaming or a demanding application like CAD or photoshop where running in a virtual is just too slow.

You must have a CD or DVD with the full version of Windows XP or Vista. An upgrade disk will not work.

 Email Article To a Friend View Printable Version 

Mountain West RubyConf 2008

NewsI attended the Mountain West RubyConf 2008 in Salt Lake City, UT.



It promised to be enlightening, and was. Some of the best sessions were unexpected gems (no pun intended). Following is my take on the sessions that provided some unique insights. Videos of all presentations are available on the Mountain West site.
 Email Article To a Friend View Printable Version 

Ruby

NewsRuby is a popular text processing language that has gained a lot of momentum over the last few years, mostly due to the rise of Ruby on Rails. It has a lot of the good things from Perl, but implements a fully object oriented model and syntax.

Ruby is part of the default install of OS X.
 Email Article To a Friend View Printable Version 

Intel vs. PowerPC Macs

NewsI recently purchased a new Intel Macbook to replace my trusty iBook G4. Much has been written about the Apple's switch from PowerPC to Intel processors and there is no denying the market power of Intel, but I have some comments now that I have spent a little time with both kinds of Mac.
 Email Article To a Friend View Printable Version 

How to turn off Dashboard

TipsThe Dashboard is a handy feature of OS X to keep information flakes and small tools at the ready.
Read on for how to disable (and enable) the Dashboard.
 Email Article To a Friend View Printable Version 

Advanced BASH scripting guide

SymlinkUser forbade pointed out this great guide from the Linux Documentation Project:

Advanced BASH scripting (pdf)

It is also available in other formats.
 Email Article To a Friend View Printable Version 

Amazon S3 from the command line

NewsAmazon.com offers a variety of web services to make building highly scalable web applications easier. One of those services is called the Simple Storage Service (S3). It provides a way to store and retrieve files (up to 5 GB each) on Amazon's distributed servers. S3 has both a SOAP and REST API. You can use the S3 REST API with only the native command line utilities installed by default in OS X Leopard (and Linux).
 Email Article To a Friend View Printable Version 

Say say say

TipsThe say command tells your Mac to talk back, reciting either a string of text or reading an entire file.
 Email Article To a Friend View Printable Version 

Installing a .dmg application from the command line

News

An intrepid reader asked the following question:

How do you install a .dmg package from the command line?

Many applications are distributed as disk images, a compressed binary format. If you double click a disk image in the Finder, it is mounted automatically. Once mounted, installation of the application is typically done by dragging an icon to the Applications folder. The same can be accomplished from the command line using two commands, hdiutil and cp.

 Email Article To a Friend View Printable Version 

Updating Apple software from the command line

TipsMacs check for system updates on their own (by default) and prompt you when there are updates to apply to your system. If you want to update immediately, like after a fresh OS X install, you can check for updates by clicking on the Apple menu icon, then Software Update. However, if you want to update a system remotely -- a frequent need for remote servers -- you can do it from the command line.