Jonathan Cusick

OS X Quick Tip #3 – Show/Hide Hidden Files

In OS X there is a very easy method that can be used in order to show and hide hidden files.

First open a terminal from your Applications->Utilities folder:

Terminal

Once you have a terminal opened enter the following command to show all files:

defaults write com.apple.finder AppleShowAllFiles TRUE

If you want to hide the system files again simply change the ‘True’ parameter to ‘False’ when entering the command into the terminal:

defaults write com.apple.finder AppleShowAllFiles FALSE

This may require you to log out and log in again to see the results.

OS X Quick Tip #2 – Burning Disks

In OS X if you ever need to burn a variety of disks and don’t have a large budget, a nifty and free tool that can be added to your software arsenal is Burn.

Burn is a simple and yet full featured disk burning package that offers burning data, music, video and disk images.

The Burn menu makes utilising these options as easy as a single click.

BurnMenu

Sub menus can also be used in order to narrow down exactly what format of disk you require.

BurnVideoSubMenu

For the more advanced users there are also an array of features including being able to use custom ffmpeg files, allowing overburining, selecting audio codecs along with the video and audio bitrates.

Burn has many the features of high end alternatives, so if you are looking for a free lightweight and easy to use disk burning utility I would highly recommend checking it out.

OS X 10.6 Quick Tip: Lock Screen With Running Apps

Windows users utilise the famous ctrl + alt + del command to allow them to quickly lock their screen and leave background applications running. On the Mac using OS X 10.6 Snow Leopard, I will show you how this can be as easy as a single mouse click.

First enter the system preferences:

SystemPreferencesIcon

Next click on the security options icon:

SecurityIcon

Then under the general tab select ‘Require password immediately after sleep or screen saver begins’:

PasswordOption

Once you have done this go back into the system preferences menu and click on the option for ‘Desktop & Screen Saver’:

DesktopScreensaverIcon

From here select the button on the bottom left side of the screen called ‘Hot Corners…’:

HotCornersIcon

Hot corners enables you to set the screen saver to activate by clicking on a corner of the screen, you can select any or multiple corners by picking the option ‘Start Screen Saver’ from the relevant drop down menu:

HotCornersMenu

Now when you click on your selected corner(s) your screen saver will start, you will then be prompted for your password when you next use the machine and all your background applications will still be running.