Featured Posts

Play Tetris Using Mac Leopard TerminalPlay Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.I attached text and video instructions.To...

Readmore

Automate a Remote Login Using SSH - LinuxAutomate a Remote Login Using SSH - LinuxTo do just that you need to create SSH Key Pair1. we need to use ssh-agent to create an SSH key pair.To do that run this command: ssh-keygen -t rsaWhen prompted...

Readmore

Free Google Wave InvitesFree Google Wave InvitesDo you really want a Google Wave Invite but don't want to pay $$$ on eBay???I got one for you....The deal is:I give you an Invitation and once you get it...

Readmore

Google DNS Test Results After using Google DNS for few days, And after running NameBench twice I found that:Google DNS is faster then Most if not All other DNS Servers.Check out the results:Bottom...

Readmore

Start Google Chrome in Incognito ModeStart Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.Google Chrome doesn't provide an option to load Incognito by default so...

Readmore

Cool Geex Rss

Make Your Mac Terminal More Personal

Posted on : 08-01-2010 | By : Cool Geex | In : Mac Leopard, Snow Leopard, Terminal

0

Terminal windows are usually pretty boring, but you can make them more personal by adding a welcome message and  changing some colors.

To do so, open your terminal under Applications –> Utilities.

Then type : open -e ~/.profile (The file will open in the graphic text editor)

Go to the end of the file and add the red text:

echo -n “Current Time: “ (To Show The Current Time)
date


echo “Disk Usage:”
(To Show the Disk Usage)
df -h

Apple Release an EFI Update that eliminates SuperDrive Noise

Posted on : 15-12-2009 | By : Cool Geex | In : Apple, Snow Leopard

2

SuperDrive

This update will eliminate the noise made by the optical disk drive during system startup and wake from sleep on your Mac. This update works with the following EFI updates:

iMac EFI Firmware Update 1.4
Mac mini EFI Firmware Update 1.2
MacBook EFI Firmware Update 1.4
MacBook Pro EFI Firmware Update 1.8

6 Free Mac Applications

Posted on : 10-11-2009 | By : Cool Geex | In : Downloads, Mac Leopard, Snow Leopard

0

MacHeist-bundle

Say hello to the MacHeist nanoBundle. It’s the same bundle of quality Mac software that you know and love… but it’s entirely FREE.

Download it. Enjoy it. And tell your friends about it, because it’ll be gone in under a day, never to return again. Grab it now!

Grab one while it last

Enable Hidden Files View In Snow Leopard

Posted on : 22-09-2009 | By : Cool Geex | In : Snow Leopard

0

I just found out that Snow Leopard have a pretty cool new feature.

You can enable / disable the view of . files (Hidden Files) in an open dialog box by pressing CMD+SHIFT+ . (Period)

Unfortunately it works ONLY by using the open option while working on an Application.

If you want to Enable / Disable Hidden Files anywhere in the finder check my small app Hidden Files Control

Create your own list of email addresses from your inbox

Posted on : 15-09-2009 | By : Cool Geex | In : Script Editor, Snow Leopard

0

Like most, I’m getting everyday tons of emails, I’m not saving all the addresses, but maybe I should.

I figured that if I’ll want to promote something one day I can use that list, so I wrote a script that captures all the email address to a file.

I’m using Macintosh Apple Mail and using the script editor.

email-from-inbox

This Is the Script: