password

Two awesome apps that work awesome together—1Password and Dropbox

The folks at Agile Web Solutions just announced that on of my favorite apps, 1Password Pro, now offers synchronization of secure information using one of my other favorite apps, Dropbox. If you don’t know what 1Password is, check out this episode of MacMercTV that explains the ins and outs of the desktop version of the program.

As you can see, 1Password is a highly secure database for keeping track of web site logins, but it also handles notes, credit cards, bank accounts, and software registration information—I just didn’t have time to go into it all in the video! And, obviously, they also have an iPhone and iPad app, but the question is, how to synchronize the data across all these devices with all their different abilities and restrictions?

With the update of 1Password Pro 3.5 for iOS devices and 1Password 3.3 for Mac, the 1Password ecosystem is now fortified with fully-automated “cloud” syncing awesomeness! Using Dropbox, a free online storage service, users can securely store their data in the cloud, and synchronize their Windows, Mac and iOS devices automatically.

Now, your website logins, notes, credit cards, bank accounts and software registration information can be available on all of your Mac, Windows and iOS devices, automatically and effortlessly the way God intended.

I cannot recommend 1Password strongly enough—your passwords are the only thing between you and identity theft and this application makes it so easy to be outrageously secure while not being forced to hand-enter crazy-long passwords across the iOS’ three keyboards. They make it just as easy to be secure as it is for you to be lazy and open to attack.

1Password for iPhone, iPad and iPod touch is available in the App Store for $9.99 (USD), and the Pro version is available for $14.99 (USD). A Single User license of 1Password for the Mac is available for $39.95 (USD) and a five user Family License for $69.95 (USD). A fully functioning, 30-day trial of 1Password may be downloaded for free from Agile Web Solutions’ Downloads page.

How secure are your passwords? I’d love to hear what you think of 1Password and Dropbox in the comments.1

  1. scroll down, they’re there []

The Best of 2002

The Year in Freeware

Best on the Web: Chimera Navigator

Fast, new and open-source, Chimera has grown from a shaky beta to a fully functional browser. With a great interface and handy extras Chimera laughs in the face of clunky Netscape and ho-hum Internet Explorer. Tabbed browsing, pop-up suppression, keychain password storage and favicon support make this gift from the open source community our number one.

Freeware Classic: FileCM

For those of you still living in the past, consider this a lifetime achievement award. And for what do we bestow this honor? FileCM adds cut, copy and paste file options to your contextual menu. Thatís one more command than even OS X.

Best System Extension: Diabolitin

For decades now, talented programmers have been filling Appleís gaps. This one creates a single interface, in the form of a preference pane, from which you can activate or deactivate all kinds of system items. Control your fonts, screensavers, preference panes and more from one interface.

Best Menu Item: Weather Pop

When the novelty of menu extras emerged, no one found a better use for them than Glucose Software. Best of all, when Glucose released a shareware version, they kept their ìliteî version free.

Best Plug-in: PDF Browser Plug-in

Do you ever get so tired of poor 3rd part support you wish you could do something yourself? Of those who took maters into their own hands, the PDF Browser Plug-in may be the best. At least the best one that is still freeware.

Let’s hope next year yields another great crop of free software.

Brian

Superior Ad Blocking on OS X

I love surfing the web. I have DSL and I get pretty good download speeds (compared to 56K modems, insane download speeds). Even though I have a good connection, I still hate downloading obtrusive ads. You know those huge “skyscraper” ads, or those pesky Flash ads that seem to take forever to download? Even more annoying are the pop-up ads that show up on a surprising amount of sites considering everyone hates them with a passion (except evil marketing types). I’m about to show you how to block almost all of the aforementioned ads in ANY browser in OS X. If you don’t want to be bothered with pop-ups use a program or browser that disables them. My method only stops the ads from loading, not the window from popping. Chimera has a killer pop-up blocker installed by default (haven’t seen one so far).

Some people may say that it isn’t right to block ads… That’s how sites stay free. That’s true, and that’s exactly why I’m only giving directions to block the big boys that have no concern at all for your privacy (can we say doubleclick?). This will not block ads on MacMerc, MacMinute, MacUpdate or any other well run site. My goal by blocking ads is to speed up surfing. Only graphical ads are blocked… Text ads are let through. If you really like a site and you’re afraid that they will lose income when you block its ads, look around on that site and most likely there are other ways you can support it. Most webmasters would rather all their visitors gave $10 a year than have to run ads. I know MacMerc would icon razz Superior Ad Blocking on OS X . If you can’t find anything just email someone there and ask where you can send a donation. It will be appreciated.

The following is a list of the “Big Boys” in the adserving market that many sites use to outsource ads:

doubleclick.net

linkexchange.com

adsmart.net

admonitor.net

msn.com (not an outsource service but gobs of ads come out of ads.msn.com)

smartclicks.com

focalink.com

bravenet.com

bfast.com

sextracker.com (You’d be surprised)

hitbox.com

valueclick.com

fastclick.net

realmedia.com (these ads are hugely huge)

And there are several more. If you do a lot of “source hunting” you’ll soon notice that 90% of ads come from less than 100 locations.. Should be easy to block right? Well, in OS X it’s a piece of cake.

Open the terminal by going to /Applications/Utilities/ and opening Terminal. You may not have ever used the Terminal before but do not worry, this won’t be hard. Type:

sudo pico /private/etc/hosts

When prompted, enter in your administrator password (if you’re the only user of your computer, it’s just your regular password). When you type nothing will appear on screen (not even *’s). This is a security mechanism. When you finish your password just press enter. You’ll be taken to a screen that should look something like below:

pico1 Superior Ad Blocking on OS X

Pico is a simple text editor for Unix. It’s commands are a little funny for Mac users since it uses control instead of command, but it’s otherwise really easy to learn. The ^ key signifies control for any interested souls out there icon razz Superior Ad Blocking on OS X . What this file does is associate hosts. The first line means when a request for localhost comes in send it to 127.0.0.1 (almost the universal address for the local-computer). What we’re going to do is insert some well known ad servers into the right hand column, and send them to 127.0.0.1 in the left hand column. For extra points we’re going to set up a custom 404 error page to keep blocked ads looking pretty. Here is a list I compiled of the most popular/annoying ad servers along with the 127.0.0.1 forwarding address. Copy and paste this list into pico (select the text and press Control-C, in pico use the arrow keys to highlight an area below the last line with text on it and press command-v). Once you successfully copied the addresses press Control-o and hit enter once you see the message asking for a file name. Then hit Control-x. Keep the terminal open for the 404 message step (not a real message that shows in the Terminal, but you need to keep it open for the step that prevents nasty errors to be shown).

Now you need to turn on your personal web server. If you don’t, you’ll have to click through warning messages about every 2 seconds for most every page you visit. To do so just open up the System Preferences by going to the Apple Menu and choosing “System Prefrences…”. Once the preference pane opens, choose Sharing. In the sharing pane, check the persona web sharing box. The pane should look like this before you click the check box:

sysprefs Superior Ad Blocking on OS X

If you were to restart your computer now, and started browsing the web, you’d notice a lot fewer ads. But, you’d also notice really weird looking error messages. Here’s a picture I took of my browser at Tucows.com:

tucows Superior Ad Blocking on OS X

I think having the ads in place might look better… But the load times without them are much nicer. To fix this, we’re going to make a custom error message. All that text means is that the ads can’t be found on your computer… Of course they can’t… We’re trying to get rid of them! Get back in the Terminal and type:

sudo pico /etc/httpd/httpd.conf

You’ll be greeted with the now familiar Pico interface but now with a lot more text. No worries, this is a down and dirty task. Press Control-w and type (or paste):

ErrorDocument

Look for the following text:

# ErrorDocument 404 /missing.html

Move your cursor with the arrow keys until it’s one character to the right of the #. Hit delete. This “un-comments” the line. We’re telling Apache that when there is a missing page, use missing.html instead of the error message. If you run a web server (like I do) you can get more tricky and throw it to a script that dynamically decides if you’re trying to block an ad or if someone found a broken link on your web server (I’ll save that for part 2). To save this file hit control-o and then control-X. You can close the Terminal. Now just download this file and place it in /Library/Webserver/Documents/.

Go ahead and restart your computer. When you next start your web browser, head over to a large site like CNN or TuCows and notice the difference. I’d suggest using Chimera to get the best effect… no pop windows and no large sive ads. If you go back to TuCows you’ll see a nice ad free version like this:

tucows2 Superior Ad Blocking on OS X

If you find this saves you time, please consider supporting MacMerc by donating through PayPal below or by purchasing through our MacMerc.com Store. By offering you this tutorial we are effectively removing this site’s only source of income. We love every aspect of this site except the hosting bill.

Don’t forget to support the sites you like if you block their ads!

UPDATE (10/23/08 – 19:02 PT): Thanks to a MacMerc.com reader who submitted this tip to update this tutorial for Mac OS X 10.5:

Just wanted to let you guys know that I recently figured out how to get the Superior Ad Blocking walkthru to work in 10.5. Instead of editting the /private/etc/hosts file (which actually changes the correct one in 10.5) it’s easier to change the /etc/hosts as it will also apply to other users on the computer. Second the httpd.conf has moved from /etc/httpd/httpd.conf to /etc/apache2/httpd.conf. Just trying to help out! Cheers and Good Luck!

Our readers are the best!

–Rick

 Superior Ad Blocking on OS X