Download Tricky Flash Videos

Many embedded videos are tricky to download. For example, news sites and Hulu do all they can to hide video files so that you can’t easily find them. If the standard browser plug-ins for downloading aren’t working, try StreamTransport, a free Windows program. I found that it is the only solution for many sites.

First Real Malware for Mac

Flashback

Flashback is the first malware (malicious software or virus) for the Mac that people should worry about. It can infect computers through a vulnerability in Java. It’s estimated that 600,000 Macs have been infected, about 1% of Macs in use. Flashback collects personal information such as bank and login information. To see if your Mac is already infected, follow the instructions from Macworld.

Unlike with Windows PCs, this phenomena is new to Macs. The closest previous infection I remember was when a torrent version of Apple iWork ’09 contained a trojan. But that just impacted people who downloaded the pirated torrent. Flashback is far worse since someone can get it by just visiting a website.

Protection

It’s easy to protect yourself against malware and viruses on a Mac. There is no need to buy anti-virus software which doesn’t really help much on a Mac. Instead, take these steps that deal with the exploits of Java and Flash.

1. Perform Software Update

Apple’s updates automatically patch Java and remove Flashback. Open System Preferences and go to Software Update, Check Now.

2. Disable Java in any web browser you use

Safari
Go to the menu item:
Preferences -> Security -> Web Content
Uncheck Enable Java

Chrome
Go to the URL:
chrome://plugins/
Click Disable for Java

Firefox
Go to the menu item:
Tools -> Add-ons
Click on Plugins and click Disable for the Java Applet Plug-in

3. Install a Flash Blocker

My favorite is ClickToFlash, the Safari Extension which gives you access to Flash content if you click on the Flash window. This has the additional benefit of hiding annoying Flash ads.

Another tool I use is FlashFrozen, available for $0.99 through the Mac App Store. This handles all Flash running on your computer. It is especially useful for Mac laptops which can have their batteries quickly run down by errant Flash sites.

 

UPDATE: Oracle (the owners of Java) have released their own Java updates now. If you have Java installed on your system, you should get the latest Java SE Development Kit from here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html
After installing, go to Utilities – Java Preference. From there, drag the latest Java to the top. As of this writing, that is Java SE 7. Uncheck the older Java versions. The next time you start a program that uses Java, it will now use the newer Oracle Java that has the latest security patches.

Keynotes – Amazon and Apple

It’s been an exciting week of product announcements from Amazon and Apple. Decide who does a better Steve Jobs impersonation.

Amazon Kindle Press Conference – September 28, 2011, New York, NY

Apple Special Event – October 4, 2011, Cupertino, CA

Mac Eject Key for External Disk Drive

Apple keyboards have an eject key in the upper right corner that works with built-in Mac DVD drives. If you have a new Mac Mini without an optical drive, you might want to use a 3th party external disk drive. The problem is that the eject key doesn’t work for these drives.

Thanks to tjb1 at MacRumors who gave instructions on how to make the eject key work.

  1. Download and install KeyRemap4Macbook. Restart is required for use.
  2. Open System Preferences > KeyRepma4Macbook
  3. Make sure you are on the “Change Key” menu and click in the search bar in KeyRemap4Macbook, not the search for System Preferences.
  4. Type “eject” in the search bar and check the box next to “Eject to Command+Control+Option+Shift+E”
  5. Exit System Preferences and open Automator.
  6. Choose the template “Service” and hit “Choose” at the bottom right.
  7. In the search bar at the top left, type “Run Shell Script”
  8. Drag “Run Shell Script” from the left to the Workflow Area.
  9. At the top above “Run Shell Script” click the arrows next to “Service receives selected text” and pick “no input” at the bottom of the list.
  10. Next delete “cat” from the Shell Script and type this “drutil eject”
  11. While in Automator go File > Save As > Eject
  12. Close Automator and open System Preference > Keyboard > Keyboard Shortcuts
  13. In Keyboard Shortcuts choose Services in the left box.
  14. In the right, scroll down to “General” and you should see “Eject” listed.
  15. Make sure the box beside “Eject” is checked and double click on the right side, left of the scroll bar. This should open text box where you hold down Command+Control+Option+Shift+E. This will enter those keys as shown here.
  16. Restart the operating system.
  17. Close System Preferences and the Eject key should now eject your external cd/dvd/blu ray drive.