Monthly Archives: January 2013

Quick Energy Save Tip

This is a Re-Upload from my previous channel.

Quick Energy Save Tip

Quick Energy Save Tip In this short tutorial I will show you a just a quick tip on the energy saver feature on MAC OS X for Leopard.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on Quick Energy Save Tip

Finder Adjust Column View Tip

This is a Re-Upload from my previous channel.

Finder Adjust Column View Tip

Finder Adjust Column View Tip In this short tutorial I will show you a Just a quick tip on how to adjust your column view in finder to make each column the same width.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on Finder Adjust Column View Tip

Delete Trash: Terminal & Keyboard Short Cut

This is a Re-Upload from my previous channel.

Delete Trash: Terminal & Keyboard Short Cut

Delete Trash: Terminal & Keyboard Short Cut In this short tutorial I will show you a few different ways to delete items from your trash bin that you system may think are still in use due to a network or hard drive that may have been disconnected. Even disconnected improperly.

Terminal commands:

1st: sudo rm -rf
then drag item to terminal hit enter then enter your password.

or

2nd. sudo rm -rf ~/.Trash
hit enter the put in password.

or

3rd. sudo rm -rf /.Trash
hit enter then put in password.

keyboard shortcut hold OPTION key while you select delete trash from the menu.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on Delete Trash: Terminal & Keyboard Short Cut

Aspect Ratio 16:9 4:3 3:2 Freeware

This is a Re-Upload from my previous channel.

Aspect Ratio 16:9 4:3 3:2 Freeware

Aspect Ratio 16:9 4:3 3:2 Freeware In this tutorial I will go over a freeware program called AspectRatio. What this program does it allow you to take the dimension of your video & input those dimension then select from a format of 16:9 4:3 or 3:2 and it will give you the size based on the Height & or Width of your video. So that you may resize it using a progam of your choice.

http://www.apple.com/downloads/macosx/video/aspectratio.html

http://www.producenewmedia.com/

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on Aspect Ratio 16:9 4:3 3:2 Freeware

Color Picker DigitalColor Meter

This is a Re-Upload from my previous channel.

Color Picker DigitalColor Meter

Color Picker DigitalColor Meter In this short tutorial over view I will show you a built in program with the MAC OS X that is part of the Utilities Application which can very much be used as a FREE color picker. So maybe you like the color scheme of a website & want to use that same color well now you can just hover over it and get the exact RGB Value for that color.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on Color Picker DigitalColor Meter

ScreenFlow Power User Tips

This is a Re-Upload from my previous channel.

ScreenFlow Power User Tips

ScreenFlow Power User Tips In this short video I will show you some very simple yet efficient techniques to use ScreenFlow to your advantage & even help out with your YouTube needs.

Download Video 960×600

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on ScreenFlow Power User Tips

GarageBand 08 Custom Ringtones

This is a Re-Upload from my previous channel.

GarageBand 08 Custom Ringtones

GarageBand 08 Custom Ringtones This is a short overview on how to create or make your own custom ringtones, using GarageBand 08.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on GarageBand 08 Custom Ringtones

AudioHub Extract Audio from Videos

This is a Re-Upload from my previous channel.

AudioHub Extract Audio from Videos

AudioHub Extract Audio from Videos In this tutorial I will show you how to use AudioHub to extract audio from videos that you have. AudioHub is mainly used to convert audio but it does so much more then that.

Have Fun & Enjoy. Continue reading

Posted in Uncategorized | Comments Off on AudioHub Extract Audio from Videos

Color QuickMask Photoshop CS3 Tip

This is a Re-Upload from my previous channel.

Color QuickMask Photoshop CS3 Tip

Color QuickMask Photoshop CS3 Tip In this tutorial I will show you a technique that I love to use to be able to color in a picture it can be a black & white or a colored picture. This is using the QuickMask & brush & one other usefull tip.

You can use this for eyes, hair, lips, face, or what ever you want it for. Continue reading

Posted in Uncategorized | Comments Off on Color QuickMask Photoshop CS3 Tip

TCP Packet Trace — MAC OS X

This is a Re-Upload from my previous channel.

TCP Packet Trace — MAC OS X

TCP Packet Trace — MAC OS X Video was blured intentionally at a certain part. In this tutorial I will show you how to use the TCPDUMP feature in MAC OS X to trace your tcp if you are having connection issues.

See Notes below:

In Leopard you can use -K for additional check sum.
sudo tcpdump -i en0 -vvv -K -n -s 0 -w ~/Desktop/DumpFile.dmp

or just: sudo tcpdump -i en0 -vvv -n -s 0 -w ~/Desktop/DumpFile.dmp

Same goes for Tiger.

to stop it from capturing hit: Control-C
then type:
tcpdump -s 0 -n -e -x -vvv -r Desktop/DumpFile.dmp

to view the file itself. Continue reading

Posted in Uncategorized | Comments Off on TCP Packet Trace — MAC OS X