Search Results

Results for posts tagged "terminal" on Lifehacker Australia.

fix

Add Double Scroll Arrows to Both Ends of the Scroll Bar

Posted by Adam Pash at 6:00 AM on August 22, 2008

All-things-Mac weblog TUAW highlights a handy Terminal trick for adding OS X's double scroll arrows to both sides of your scroll bar. Just fire up Terminal (it's in the Utilities folder of your Applications folder) and paste (one line):

defaults write "Apple Global Domain" AppleScrollBarVariant DoubleBoth


Read More »

organise

Master File Permissions in Unix/Linux Systems

Posted by Kevin Purdy at 12:05 AM on August 13, 2008

Wired's newly-revamped Webmonkey site has an informative guide on seeing, changing, and understanding file permissions in Unix-like systems. These are the kind of operations and syntax that can often confuse and put off first-time Linux users or command line neophytes on OS X systems, but Webmonkey details the commands you need to change permissions on however many files for whichever users you need. Worth a bookmark, and a good work-around for those unexpected "Action not permitted"-type errors.


Read More »

work

Top 10 Command Line Tools

Posted by Kevin Purdy at 2:00 AM on July 31, 2008


When you need something done quickly, efficiently, and without any software overhead, the command line is where it's at. It was the first way humans told computers what to do, but as graphics became increasingly important, the command line, or terminal, became an insiders' secret weapon. But with the right commands and a little bit of know-how, anyone can get things done from a text-only interface. Let's take a look at 10 commands and tricks that make the terminal more accessible, and more powerful, on any system. Photo by blakepost.


Read More »

work

Learn to Use Cron from the Command Line

Posted by Kevin Purdy at 10:30 PM on July 30, 2008

We've shown you graphical alternatives to the Unix-based Cron automation tool before (for Windows, Mac, and Linux), but IBM has put together a clear and straight-forward guide that makes the terminal-controlled version seem not so intimidating. The guide runs through setting up one-time or repeat jobs, such as having your system mail somebody at certain times, and listing and altering jobs already put in. Cron (and anacron) are built into Linux and OS X systems; Windows users are better off mastering Windows Task Scheduler.


Read More »

work

Goosh.org Unix-like Google Command Line

Posted by Gina Trapani at 4:06 PM on June 3, 2008


Shell-lovers are going to flip for this one: Goosh.org, which bills itself "the unofficial google shell," puts a Unix-like command line interface to Google on a web page using the magic of Ajax. Head over to goosh.org and type any word to get Google search results back in a an ls-like listing. You can also search various other Google products and engines, like Google Images, News, Blogs, Video, Translate and the Wikipedia. Type help or h to get a full listing of possible goosh.org commands.


Read More »

Change Command Prompt's Default Font for Easier Reading

Posted by Kevin Purdy at 7:10 AM on May 13, 2008

The default prompt in Windows' Command Prompt isn't the easiest to read, but Microsoft has a font, Consolas, that works much better in a terminal, as attested to by our commenters. The Digital Inspiration blog runs down how to set Consolas as the default font in your command prompt. Vista users can perform a registry hack to enable their pre-installed Consolas, but XP users without Office 2007 can download the PowerPoint viewer to grab all the Vista fonts. Hit the link for installation and registry-tweaking instructions.


Read More »

Track Your Domino's Pizza Order from a Terminal

US-centric: Now you can truly see why our commenters dubbed Python the programming language that "can do anything." One intrepid (and hungry) hacker, possibly named Nick Jensen, put together a small script that tracks Domino's Pizza orders from phone... Read More »

Delete Mac System Files with Dot_clean

Posted by Gina Trapani at 9:00 AM on April 8, 2008

Mac guy Rob Griffiths points out a few brand new command line utilities in Leopard, like the handy dot_clean command, which sweeps away Mac system files that start with a dot and annoy the hell out of you when you use that thumb drive on your PC. Griffiths writes:

Prior to 10.5, you had to manually delete them on the other system, or use Terminal trickery to remove them on the Mac prior to copying. As of 10.5, though, you can just use the dot_clean command on the directory in question. Type dot_clean /path/folder to join the dot-underscore files with their parent files. Read OS X 10.5's manual pages (man dot_clean) for more information.
Now you don't have to disable .DS_Store file creation entirely; though you may still have to deal with Windows' annoying Thumbs.db system files on your Mac.


Read More »

Speed Up Sleep Mode on MacBooks

Tech blogger Dan Warne notes that MacBooks loaded with serious memory—like MacBook Pros with more than 2 GB—can take a long while to activate these days, since the entirety of that memory is being written to your hard disk... Read More »

Send Twitters from the Command Line in Any OS

Posted by Kevin Purdy at 2:10 AM on March 8, 2008

The Digital Streets blog posts a tip on how to send Twitters from a command line using a little utility named cURL. The blog shows the command to install cURL in Ubuntu, but the app is available for Linux, Unix and OS X, and Windows as well. Once you're set up, the terminal terminology is:

curl -u yourusername:yourpassword -d status="Your Message Here" http://twitter.com/statuses/update.xml
You could save yourself a bit of time by putting most of that text into your preferred text replacement app, or setting up a terminal shortcut. Either way, it could be a convenient way to get at some of Twitter's more useful features, like setting GCal events, Remember the Milk, or just setting plain ol' SMS reminders. Got an easy way to set this up in your own OS? Share your experience in the comments.


Read More »