If you are like me, you like to keep your business calendar separate from your personal calendar. That can be easy to do if you don’t need your second calendar to be synchronized, but if you do want both calendars synchronized, this is how you do it.
This is the way I found to be able to synchronize your Exchange calendar and your Google calendar on your iPhone at the same time.
1. Set up your Exchange account on your iPhone.
This is done just like normal. Add all of your Exchange information under mail accounts. I choose to only sync my Mail and Calendar but you can also sync your Contacts if you want.
2. Add the Google calendar to your iPhone.
(This will work for GMail and for Google Apps for Business.)
Go to Settings. Then to Mail, Contacts, Calendar. Go to Add account and click on Other. Once you are at other, click on “Add CalDAV Account.”
For server you will want to enter www.google.com. Your username is your email address and then enter your password. You can enter anything for Description.
If you are using GMail, you are done at this point and your second calendar should be synced. If you are using Google Apps for Business, there is one more step. Open the account that you created on your iPhone in Settings. Click on the Advanced Settings for the account. You will have to enter an Account URL which is:
If you are using a mac, you can take this one step further and do the same thing with iCal. Open iCal, go to Preferences, click Accounts and add a CalDAV account type. Now your Google calendar will be synced on Google, your iPhone and in iCal automatically.
Spiceworks is a free piece of software I have been using for a while now that can monitor your network. The software runs on a Windows server however you can access the website interface from anywhere.
Spiceworks allows you to create alerts on many things on your network that can email you and let you know if there are problems. You can create alerts if a server or network device is offline. You can also create alerts if one of your printers is getting low on toner.
Creating alerts in Spiceworks
Spiceworks also has a user portal which allows your users to be able to submit trouble tickets if they are having problems with their computers. The user portal is totally customizable in the back end and you can add anything to it.
Manage User Portal Content in Spiceworks
Spiceworks has a great reporting tool. You can get reports on all software installed on the computers, disk usage, RAM, CPU and more. The reports are also customizable so you can make you own.
Spiceworks Reports
If you click on a specific device in Spiceworks, you can get all of the information on that device including, what antivirus is installed, how much free hard drive space, how much memory and a lot more.
So if you are looking for a network monitoring tool, I would definitely check out Spiceworks.
If you are like me, you like to make backup copies of your DVDs in order to make sure nothing happens to the originals. Unfortunately a lot of the DVD copying software that is available is buggy or doesn’t make copies of most DVDs. I have many different pieces of software and none of them are perfect however I have found one piece of software that is close, 123CopyDVD. I have been using this software for a few months now and haven’t had any problems. So if you are looking for a great program to copy DVD’s, give 123CopyDVD a try.
You can save yourself a lot of time down the road by creating a signature in Outlook using a template and applying it to everyone in your company automatically using Active Directory. Using a Windows Powershell script and Group policy, you can do just that.
2. Open the script and edit some of the variables at the top. Company name, domain name, etc..
3. Using Outlook, create the signature that you want everyone to share.
4. Copy the signature from %appdata%\Microsoft\Signatures to the UNC-path specified in the SigSource-variable
5. Open Company Name.rtf and Company Name.htm in Microsoft Office Word and insert these bookmarks
Mark each word, “EmailAddress”, go to “Insert”, press the “Bookmark”-button and name the bookmark “EmailAddress”. It`s important that the names of the bookmarks are “DisplayName”, “Title”, “TelephoneNumber” and “EmailAddress”.
This is because these bookmarks are replaced by the information retrieved from Active Directory for the logged-on user.
6. Deploy the script using a logon script through group policy
If you get an error like:
“File xyz.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details.”
Try running this command: Set-ExecutionPolicy Unrestricted
Now this script only works with a few variables: Email address, display name, title and telephone number. If you want to use other variables it is pretty easy to do by adding more lines to the code. You can get the names of the Active directory variables at this page.
It’s taken me a while but every day I become more of a believer in SaaS (Software as a Service), at least for small businesses.
No worrying about hardware failing
If you have ever done any system admin work for small businesses, you know the worst possible thing that could ever happen is a hardware failure. Usually if you have a hardware failing on a server, you have to diagnose the problem and figure out the best way to fix this problem. Usually it takes at least a day to get the part you need. During this time your server is down and anything on it is inaccessible.
No worrying about updating software
With SaaS you don’t have to update any software. No OS updates, OS components updates or program updates to do. Not a huge deal but updates can cause problems sometimes.
Don’t have to worry about backups
I’m not saying you don’t have to do backups, I would still backup your SaaS data. However there isn’t as much of a worry for it. You don’t have to deal with real complex backups, just backup your data nightly and you are fine.
Of course SaaS doesn’t only have positives, with SaaS you have to pay monthly usually and you’re not in total control. I think that the positives outweigh the negatives, at least for me. I would much rather focus on growing rather than working on the maintenance of my systems where I would never make money.
This is something I have been putting up with forever. Firefox on OS X is just horrible. It is either using 99% CPU or else it is just running slow all together.
Yes I do use plugins however disabling them really doesn’t help. Even if it did, what would be the point? The only reason I am still using Firefox is because of the plugins.
I was happy when Mozilla released Firefox 3.5 beta, hoping that would fix the problem but no it didn’t.
I’m really hoping that either Safari or Chrome allows for plugins to be created in the future.
rTorrent is a very cool torrent client used in *nix based systems. I have been using it on my Apple TV now for a few weeks with very good results.
Recently the weather here in St. Louis has been stormy and it knocked out my electricity. When the power came back on, I couldn’t get rTorrent started and I was getting this error:
rtorrent: Could not lock session directory: “/Users/frontrow/.rtorrent_session/”, held by “appletv:+189″.
The fix was pretty easy, I went into the .rtorrent_session directory and removed the rtorrent.lock file.
cd ~/.rtorrent_session/
rm -f rtorrent.lock
That was all there was to it, once I removed the lock file I was able to start rTorrent.