Categories
Networking Open Source Utilities Wireless

Finding a Wireless Signal (inSSIDer)

A friend of mine, was recently having some trouble finding a wireless signal at an airport, and asked what tools were available for his Vista laptop.

Since he travels frequently, I suggested that the next time he had real Ethernet connection to download NetStumbler, to help him locate wireless Access Points (APs).

He did, but was unable to get it to work on his Vista machine.

At the time, NetStumbler had always enjoyed a good reputation for be a great free utility, and a ‘Must have application’ for any techies involved with wireless networking, so I was a little surprised to hear there were issues.

Wanting to help my friend out, and felling bad about giving him a poor recommendation, I did some searching, and found MetaGeek’s inSSIDer.

inSSIDer is a free Open Source software utility, that also supports an array of additional paid products that could be an inexpensive alternative to commercial products such as Fluke Networks’ AirMagnet.

After inSSIDer installed and launched, the first thing that one notices, especially coming from NetStumbler environment, is that the graphs are in color, which is invaluable when trying to figure out multiple sources of signals.

This is not to say that color is the best part of inSSIDer, but it also uses the native Wi-Fi API to group ‘clients’ by MAC Address, SSID, Channel, RSSI as well as “Time Last Seen”. Since inSSIDer also supports GPS devices, this can very extremely valuable when mapping a wireless network environment.

Bottom line –

If you are looking for a very useful wireless network discovery tool that is free, then I would suggest that you look no further then inSSIDer.

inSSIDer was also the 2008 winner of InfoWorld’s “Best of Open Source“.

[contentblock id=1]

Categories
Backups Online Life Reviews Software

Backupify.com – First Look

One of my readers pointed this out to me last week. (Thanks Steve!)

Backupify, which uses Amazon “cloud” as the backup medium, so everything is done online, and quickly!

What makes this service unique, as compared to services like iBackup, is that Backupify only backs up your online life.

As of this blog entry, Backupify supports the following services:

  • Flickr
  • Twitter
  • Delicious
  • Zoho
  • Google Docs
  • Photobucket
  • WordPress

and is in Beta for:

  • Basecamp
  • Gmail
  • Facebook
  • FriendFeed
  • Blogger
  • Hotmail

with the following “soon to come“:

  • Youtube
  • Xmarks
  • RssFeed
  • Tumblr

Now until February 15th, Backupify is offering a “Free Account Giveaway”.

Setup

Sign up is quick, and does not require much more then a Name, eMail address and a Password, and your in, but you will need to Verify your email address.

From there, you are presented with a “Dashboard” of services to configure.

Setting up a Flickr was a simple as using the wizard to connect, basically UserName and Password (going through your Yahoo account). Done.

With WordPress, I had to download a zipped (.zip) plug-in, and up-zipped it.

There is no “Read Me” file, or simple what to do next.

I opened the enclosed “wp-backupify.php” file, and in reading, it appears at first glance that this type of backup is if you host your own WordPress environment.

It would have been nice if Backupify had said something along these lines. (Will investigate later… maybe…)

Gmail is another enter UserName and Password, with a “Please read this before setting up your Gmail account”, that when followed, only states that “Gmail Backup Temporarily Disabled” which was posted December 23, 2009. (Merry Christmas!)

When I checked my email later, I did get notification that: “Gmail backup has been throttled back to once every 3 days until we finish implementing new changes to support the high volume of Gmail backups

Facebook is the standard “Connect to your Facebook account”, asks for permissions, and then allows you to choose what you want to backup: Photos, Friends, Statuses, Links, Notes and Events. You also have the ability to add another Facebook account.

Since I do not have any other accounts offered, I went down to “Backup Settings”, which is very primitive.

You only get a frequency: Weekly vs. Daily, and a Notification email settings: Every time, Daily, Weekly or Do Not, then you click “Save”. My settings are the Default: Daily & Daily.

From the main Dashboard, you can select the “Archive” tab and which service to look at.

I found that my Flickr images have already been backed up!

When I check Facebook, it only appears that my images have been backed up, even though, I had selected the Default settings of everything (see above), upon further review, there are other files, namely XML files.

The Dashboard “History” tab says everything was successful.

Restore

On the surface, it looks like that information is available, but trying to Restore your online life is going to take some time.

Images are readily available from Flickr and Facebook backups, but your content from Facebook is saved as a XML file (.xml), but as of this writing, I am not sure how one would integrate this back into a Facebook account.

Conclusion

The Backupify does do what it says. It backs up your files. Period.

The question that I have, and you should also, how does one do a Restore?

The Testimonials only talk about Backing up, but that is only half of the issue.

Having been a Enterprise Backup Administrator for several years, I would like to see some more controls, and some more documentation.

To be fair, I have not spent allot of time trying to find this info at the Backupify site, but at the same time, the info is not right in front of you, and trust me, when you are facing potential data lose, you do NOT want to be running around trying to figure out what to do.

Another thing that is not easily apparent, is the cost of the Service.

I did find one link that suggested I could find Costs, but it made me sign up, and I still can not easily find an answer.

In searching the FAQ, the word “Cost” only appears once, and if you carefully read the FAQ, it does hint at some of my concerns with a Restoration.

To me, there is also a feeling of scare tactics, but this might be the way that I personally handle my data.

My Facebook data is disposable. I have a backup of my images in my local environment, and if there is something important, I deal with it locally.

In regards to the backup from Images services (Flickr, etc.), at least in my work-flow, I have everything Local, then I post, so I already have a backup so to speak.

I maybe missing something here, but at this point, I am not sure how long I will keep my Free Backupify account.

Please let me know your thoughts.

– Andrew
§ § § § §
[adrotate banner=”1″]
Categories
Software Utilities

Problems with Robocopy on W2K8

Has anyone had problems getting robocopy to copy from one partition to another on W2K8? I have setup a script that copies files from a W2K3 machine to a W2K8 machine without issue.

But then I try and do a similar copy from one internal HD to an External USB drive, no files are copied!

I already know about the new “Security” related issues that were introduced with Vista and W2K8, and I have tried previous versions as well!

If you have any thoughts or ideas, they would be greatly appreciated!

TIA,

– Andrew
§ § § § §
[adrotate banner=”1″]
Categories
Utilities

Microsoft RichCopy

TechNet Utility Spotlight – RichCopy

In the April 2009 print version of Technet magazine, one of the Utility Spotlights is RichCopy.

In another posts, I have mentioned that I have had some issues getting Robocopy to copy files from one internal HD to and external HD on a W2K8 box, so I decided to give RichCopy a test drive.

After the ‘no-brainer’/default install, and a quick setup for repeatable jobs, I was able to do the needed “poor-man’s” backup that I was NOT able to do with Robocopy!

Another very interesting aspect of RichCopy, is that multiple “treads” can and are used to reduce the copy time between source and destination.

I am still testing RichCopy, but for an out-of-the-box experience, I would recommend it!

In another interesting side note, take a look at the read me that comes with the unzipped/installed package!

– Andrew
§ § § § §
[adrotate banner=”1″]
Categories
Gadgets Networking Reference Utilities

OnLine IP4 to IP6 conversion

Here is a link to an Online IP4 to IP6 conversion utility.

<http://ip-lookup.net/conversion.php>

Happy Ping-ing!

– Andrew
§ § § § §
[adrotate banner=”1″]