Category Archives: blogs

How To Have a Full Windows Operating System on iPad, Flash too!

A company called OnLive, known for their instant-action cloud gaming platform, has released a product that utilizes the same technology to provide users with an extremely powerful set of tools.

With the free version OnLive desktop, you will have access to a Windows 7 operating system, including Word, Powerpoint, Excel, and Adobe Reader.

One of it’s drawing features is Adobe Flash support, which the iPad does not support natively. iPad users will be able to watch flash content without significant battery drain, because all the processing is happening on OnLive’s end.

There are also additional plans that add more functionality and capability, but are not free. See a breakdown here.

How To Boost Your Cell Phone Signal at Home (AT&T)

Recently I moved to a new area that has a very low signal for AT&T. I would only get 1 bar around the house and calls would drop frequently, text messages would fail to send (or be received in mass numbers).

I thought I was going to have to get a landline back and pay $20 or so every month, which would have been a big bummer. Fortunately a friend of mine mentioned that some carriers offer a device to hook up to your existing internet connection that rebroadcasts the carrier’s signal, to get better service within your home or business.

I did some more research on this and found that AT&T has a 3G Microcell device that does just that. I called a local store and found they are $200, but there are no monthly fees. In order to end up ‘saving money’, it would take about 10 months for it to start paying off, which seemed pretty steep.

The first thing I do when looking at any new electronics is checking my local craigslist, and that I did. Fortunately I found a woman selling one that had a few months of warranty left on it for 125$. She had also mentioned to me that she ‘deactivated’ it and that I should have no trouble getting it associated with my AT&T wireless account. I bit the bullet and purchased it from her.

Setup was a breeze, all I had to do is run through the online activation using my already existing AT&T online account to link it up. The 3 iPhones in our house automatically picked up and started working with it, in which the carrier name on the phone changes to ‘AT&T M-Cell’ – so you know it’s working on the microcell tower.

I have been using it for a few months and it’s been generally reliable, had to power cycle it a few times when it wasn’t working, no different from most other consumer grade electronics.

 

How To Change Time Machine Backup Frequency

By default, when using Time Machine on Mac OSX, it runs a backup every hour. Depending on your backup setup, it may make sense to lower this frequency to once a day, or once every few hours.

I changed this on my setup because I have several Macs backing up to a Drobo FS, because the Drobo isn’t nearly as fast as a dedicated server, all of these backups running at once or very frequently can slow things down.

So here is how you do it.

 

  • Decide how frequently you’d like your backup to run
  • Calculate how many seconds are in the amount of time that you picked (use this calculator)
  • Open up  Terminal.app, you can find this in your Applicatons/Utilities folder, or you can just type it in Spotlight (magnifying glass in the top right of your screen)
  • Copy and Paste: sudo nano /System/Library/LaunchDaemons/com.apple.backupd-auto.plist into the Terminal window.
  • Enter the password on your mac (while typing, it will be blank, just hit enter when finished)
  • If successful, a window like this will open:
timemachine

 

  •  Use your arrow keys to navigate to the field that says <integer>number of seconds</integer>
  • Change the number (default is 3600) to your desired time.
  • To save the file, press Control + O, then hit enter to save it.
  • Lastly, press Control + X to exit nano (unix text editor) and close terminal.
  • Rebooting your computer will make these changes take effect

 

I can confirm this works on Mac OSX Lion 10.7.3