Archive for the ‘Apple’ Category

OS X Lion, Things About New Mac OS X

Friday, July 8th, 2011

OS X Lion Coming Soon

We all knew that Apple Mac OS X Lion will be out in the mid of July, according to the rumors, should be 14 July 2011. I’ve been reading about it and what are the things on OS X Lion that interested me on the upcoming Apple Mac OS X Lion?

OS X Lion

New Things on OS X Lion

All My Files

Organize you own views on all your files by kind, name, date and modification times on OS X Lion. At times, I found it’s hard for me to look at my files/scripts/e-book in a organize manner. I hope that with All My Files, it is a useful tools for me to have the View I wanted to display my massive messy files in the hard drive

Mission Control

It sounds like mission impossible stuff, isn’t it?

Compare to current Active Application view, Mission Control gives you an overview of “real time” running applications on the “space” effect on OS X Lion. Activate via Single Swipe on the trackpad, no more hot corner pointing on my Mac ;)

Apple Mail

Apple Mail! One of the features I was hoping it to release on the new Apple Mail in OS X Lion is the threaded conversations. It’s very useful when comes to reading on threaded mailing list, which can ease my reading by grouping the message at one thread. But, I also hope that the community will have updated Open PGP for new Apple Mail. Else, it’s the major stopper for me to upgrade new Apple Mail.

Air Drop

I guess it will be very useful for me to share files with colleagues in the office who are running on Lion. Just one drop into their box, the files will be transferred into their machine. It can save my time to open up terminal and do SCP (file transfer over SSH).

I foresee more sharing stuff is happening when this option is available for Mac to Mac.

Launch Pad

It looks like a Short Cut to me, which most people running on iPhone/IOS. I am not sure how Launch Pad can benefit where myself is a Quicksilver user. I still like the swipe thing which activate the Launch Pad instantly. Well, we will see.

Obtain Apple Mac OS X Lion

You don’t need to buy a DVD this time for OS X Lion. Apple Mac OS X Lion will be available via App Store. I am bless that where I work in an ISP Environment, downloading the update shouldn’t take much of my time ;) Right now, I am ready for the download, just waiting for the day of shipping.

Well, what does Apple Mac OS X Lion interested you the most? Check out list of features on new Apple Mac OS X Lion and share with me.

Short Cut Key to Lock Screen in Mac OSX

Friday, January 21st, 2011

Other than locking screen with Expose, there is another way to lock you Mac OSX by shutting off the screen


Ctrl + Shift + Eject

The short cut key is to turn off your monitor screen. Before that, do make sure password lock is enabled by follow below.

  • Go to System Preferences > Security
  • Check “Required password immediately after sleep or screen saver begins

How to Set to The Best Mouse Sensitivity for Apple Magic Mouse

Sunday, January 16th, 2011

I couldn’t find my best touch with the Mouse Sensitivity setting for Magic Mouse in System Preference. Ended up I decided to write the configuration directly to the system config file. I find the value -31000 fit me the best. To set the sensitivity, follow the steps below.

  • Open Terminal, it can be found at Application -> Utilities
  • Enter line below
  • defaults write .GlobalPreferences com.apple.mouse.scaling -31000

There is another application can do more setting on Magic Mouse. It’s called Magic Prefs. Download link is here.

Quick Screen Lock on Apple Mac OSX

Thursday, June 25th, 2009

mac-osx-leopard-available Locking your screen is critical when you are using your laptop in public or in the office, if you don’t lock your screen, within a second the data in your laptop might be owned by somebody who walk pass by your desk.

Does Apple Mac OSX support screen lock by keyboard shortcut key? I would say no, but you can do it with simple hacks.

Quick Screen Lock with Expose

One of my favorite screen lock method is through Expose. Before showing you how to lock the screen with Expose, you have to work on something at System Preferences.

(more…)

split – but no destination parameter to specify

Tuesday, April 22nd, 2008

first :

cd /destination/directory

second :

split /source/directory/big-huge-file prefix-to-apply-onto-splited-files

Voila !!!

(use the parameter -b to specify the size of splited files in BYTES, NOT kb, mb or gb)