This site is best viewed in Internet Explorer
TechNotes! | Tools

iPhone 3.0 OS features

by vp 19. June 2009 09:15

I’ve been a Jail Break iphone user for quite some time to use the phone as a modem to browse internet. IPhone 3.0 came out yesterday with lots of bells and whistles and one of the things were modem support.

I couldn’t wait any longer and upgraded my iPhone OS to 3.0 and I should tell you that this upgrade is worth the money. The modem feature is called “Internet Tethering” and browsing internet on the laptop is a breeze.

This is how you enable – Settings->General->Network->Internet Tethering. Once you switch it ON, you will get a prompt as below and you can use either USB or Bluetooth. I prefer USB as it is much easier to handle.

 image image

And that’s it. Open your favorite internet browser and start browsing. Note: Extended hours of browsing may drain your pocket and battery too :-)

On top of Internet Tethering, other notable features are SMS forwarding (Big Deal!), Screen Capture, Voice Memos, Desktop type search, Better MS Exchange Support etc. More details on these features are here.

Tags: , ,

Tools

Microsoft Vine

by vp 17. May 2009 18:04

“Katrina” was one of the most deadliest and costliest “force majeure” US has ever witnessed in its hurricane history. The most severe loss of life and property damage occurred in New Orleans, the state of Louisiana. During this difficult times, there was an utmost chaos among people to keep in touch with their loved ones and know their whereabouts. They wished, if there was a better system which could help. The evolution of “Vine” is the response from Microsoft, just to have that wish come true.

Microsoft Vine is a social media application which taps the strengths of Facebook like apps and “Twitter”.

I’m one of the invitees to beta test Vine and the first look is definitely impressive. I can foresee a lot of potential how this product could evolve, even though initial idea is pretty much limited to so-called “Crisis Management”.

Once the vine client is installed on the PC, the interface is somewhat similar to “MSN Messenger”. A successful login (Windows Live-ID is required) into MSN vine system prompts the user to pick a one time 4 digit pin as shown in figure 1. This PIN is stored with your contact information in something called “Vitals” and used to ensure that your vine messages can only be sent from the email accounts you register with vine.

image
Figure 1

 

Vine basically has 3 main tabs - Vitals, Places and People as shown in figure 2.

image
Figure 2

 

“Vitals” is basically where you put all your personal information such as, address, e-mail address and personal pin. The registered e-mail address is where you receive all the alerts in emergencies.You can add contacts from other social media tools such as facebook, linkedin and windows live as shown in figure 3. I’m sure others may well be on the list in the final release of vine.

 

image 
Figure 3

 

“Places” is basically your personal network you build inside vine to keep in touch with your friends and relatives. As you can see in figure 4, I have couple of places (My Home and My Work Place) added and it is listed under “Places I Care About”. While creating your network, it also allows you to specify the radius of the location you are interested in getting the news from. The small little blue boxes on the map are the surrounding news you are interested in for that specific location.

image image image
Figure 4

 

“People” tab allows to add all your friends, relatives and/or create groups (Emergency Contact, My Family Members etc).

The other two tabs - “Send Alert” and “Post Report” allows you to send alerts to your loved ones and post messages about your status to only your contacts or groups.

As you can see in figure 5, I got an alert from my family to “come home ASAP” and I responded that I’m safe. All these communications are sent to both email and mobile phone numbers you registered under vine. A member in your vine network can even post a report to announce their current status. The status automatically updated on the recipients dashboard as in figure 6.

image  image
Figure 5

image
Figure 6

 

In crisis situations, access to a PC is highly unlikely but you can still send and post alerts to your emergency contacts via a mobile phone. You can keep an emergency card (figure 7) in your wallet to send your status messages via mobile phones either as text or e-mails in a vine specific format. You can even send alerts to a specific group of people which is built by you as part of your vine network.

image image
Figure 7

 

Vine has a very good potential on how you can share information privately with people you care about- details of your upcoming adventure; an event in the neighborhood; breaking news and most important, that you are safe and well in any situation. Even though it has a very good way to build your social network and gives the topmost importance for your personal crisis management; dialing 911 always supersedes all these methods and indeed your last resort to get help.

Currently, the service is limited to US and it’ll be interesting to see how this would evolve globally.

Closing note - “Microsoft Vine is indeed a little social media application with enormous potential to keep families together.”

Tags: , ,

Tools | Social Media

Desktop/Laptop Folder Sync Tool

by vp 20. August 2008 22:21

I have been playing with a third party (don't want to reveal )sync tool lately to backup and sync my personal and official content between my laptop and external USB harddisk. Initially I was very much impressed with the tool and loved it, until I came across with the limitation and as always the trial period which forced me to look for an alternative.

The free tool I discovered was SyncToy which you can download it here. The tool is excellent and does whatever I wanted. check it out!

Tags:

Tools

Free ISO Burning Tool

by vp 1. February 2008 22:26

Recently, I had some trouble with my free burning software "DeepBurner" and was looking for another free :-) alternative.

After hours of search on the web for a free tool, I realized that Windows 2003 resource kit has a free tool called DVDBurn. Those who love only gui will be highly disappointed because it's just a simple command line tool.

So, how do I get this utility? First, you need to download the reource kit from here and install it on your windows PC.

Then go to the command prompt and try the command as shown below. Of course, you need to change the ISO filename.

image

Tags: ,

Tools

Moving MOM 2005 Reporting database from a SQL cluster to another computer

by vp 12. July 2007 23:47

Note: The process is tested only on MOM 2005, newer versions may have different procedures. Always use ip-address instead of hostname with http, I experienced that using hostname doesn't work with IIS authentication for some reasons.

1. Export the MOM reports by using the Report Utility (RptUtil.exe) command-line tool. This tool is located in the following folder: %Program File%\Microsoft System Center Re\porting\Reporting
2. Use the command line as rptutil /URL:http://ip-address of the Report Server/ReportServer and by default it will dump the reports as MOMReports.xml under C:\
3. Uninstall MOM 2005 Reporting on the standby server first and then perform the un-installation on the primary node
4. Detach the SystemCenterReporting database using the SQL Server 2005 Management Studio
5. Install MOM 2005 Reporting on the destination computer which will automatically create the SystemCenterReporting database on the SQL server.
6. On the destination computer, detach and then remove the SystemCenterReporting database that is automatically created in Step 5 by the installation performed in Step 5
7. Replace the database that you removed with the original MOM 2005 reporting database that you detached in Step 4
8. Move the membership of both groups (SC DW Reader, SC DW DTS)
9. Use the rptutil.exe to import the MOM reports that you exported in step 1 using command-line rptutil /action:import /file:path\MOMReports.XML /URL:http://ip-addressof the server/ReportServer

Moving Reporting Services database from a SQL cluster to another computer running SQL Server & Reporting Services

Operations on the Source Server
1. Open SQL Server management studio, and then connect to the instance of SQL Server 2005
2. Back up the ReportServer database and the ReportServerTempDB
3. Back up the encryption key by using the reporting services configuration manager.
Backing up the symmetric key is a process that writes the key to a file that you specify, and then scrambles the key using a password that you provide. The symmetric key can never be stored in an unencrypted state so you must provide a password to scramble the key when you save it to disk. After the file is created, you must store it in a secure location and remember the password that is used to unlock the file. To backup the symmetric key, you can use either the Reporting Services Configuration tool or the rskeymgmt utility.
Since the reporting services configuration tool is more user friendly, let's look at the steps to backup the key
Star the Reporting Services Configuration Tool, and then connect to the report server instance you want to configure.
* Click Encryption Keys, and then click Back Up.
* Type a strong password
* Specify a file to contain the stored key. Reporting Services appends a .snk file extension to the file. Click OK.
* Copy the backup database files and the backup encryption key you performed in step 2 and 3 to the destination server

Operations on the Destination Server
1. Stop IIS service by running the iisreset /stop command at the command prompt.
2. Open the Reporting Services Configuration Manager, and then connect to the instance of SQL Server 2005 Reporting Services
3. Stop Reporting Services by clicking on "Server Status" and then click Stop on the Report Server Status Page.
4. Open SQL Server management studio, and then connect to the instance of SQL Server 2005
5. Back up the ReportServer database and the ReportServerTempDB database if they exist
6. Detach the ReportServer database and the ReportServerTempDB database
7. Restore the backup databases from the source server
8. In the Reporting Services Configuration Manager, make sure that the configurations in the following pages are identical to those in the source server:
a. Configurations in Report Server Virtual Directory
b. Configurations in Report Manager Virtual Directory
c. Type of service account configuration in Windows Service Identity
d. The Report Server configuration and the Report Manager configuration in Web Service Identity
9. Start reporting services by clicking on the Server Status in the Reporting Services Configuration Page
10. Start IIS service by running the iisreset /start at the command prompt
11. In the Reporting Services Configuration Manager, click the Encryption Keys, and then click Restore.
12. In the Encryption Key Information window, type the password you use to back up the encryption key from the source server, locate the backup encryption key from the folder on the destination server you performed in step earlier steps on the source server

Tags:

Tools | Management Tools


DISCLAIMER: Usage of content provided on this website is your own risk. You have been WARNED!
Copyright Aswathi, 2009

About

I spend most of my work time managing, evangalizing, mentoring and architecting IT solutions. Here you find my rambling thoughts on various tools and gadgets which you may or may not like.

Email Me: vinodp@aswathi.com
Twitter: http://www.twitter.com/ablogs

Disclaimer: Contents on this website are just my own thoughts and opinions, and in no way related to my employer's. Whether you use it, like it or ignore it, is totally up to you. Comments are welcome though :-)