Thursday, September 22, 2011

Tips and Tricks to Make SQL Server Management Studio Awesome

 

SQL Server Management Studio is the de facto tool for working with SQL Server. But its default options may not always be the best way for you to work. After working with it for years, I’ve come up with a list of my favorite features.

(Secret: This is also my way of recording this so that the next time I need to set up a new PC, I just have to come back here.)

Part I: The Options Menu

In SSMS, go to Tools > Options. more @ Jes Schultz Borland (grrlgeek) blog

Facebook Timeline @ F8 Conference

Today at Facebook’s F8 conference, CEO Mark Zuckerberg unveiled the next evolution of the service more..

Microsoft has Skydrive, Apple has iCloud, and now HTC has Dropbox

 

Owners of new HTC Sense 3.5 devices like the Rhyme will get an additional 3GB for free i.e. 2GB dropbox free + this 3GB = total 5GB for these HTC phones..

How to install Windows 8 Developer Preview On Oracle VirtualBox

 

It’s the same install process as described for VMWare in my earlier post.. just make sure following settings are set while creating VM in Virtual Box:

 

image

 

image

image

image

And enjoy Windows 8 Developer Preview on Oracle VirtuallBox!!

imageimage

Wednesday, September 21, 2011

How to install Windows 8 Developer Preview on VMWare WorkStation

 

STEP 01: Download VMWare Workstation 8 and install it

image

Download VMWare Workstation 8 Trial Version

STEP 02: Create New Virtaul Machine

image

STEP 03: Select I will install the OS later

image

STEP 04: Select Microsoft Windows radio button and Windows 7 from the drop down

image

STEP 05: Specify VM location

image

STEP 06: Specify disk capacity

image

STEP 07: Click on Customize Hardware

image

STEP 08: Specify the Windows 8 Developer Preview ISO file location

image

STEP 09: Installing Windows 8 (These screens are self-explanatory)

imageimage

imageimage

imageimage

imageimage

imageimageimage

imageimage

image

imageimage

imageimage

image

image

 

Enjoy Windows 8 Developer Preview in VMWare !!

Mint.com Personal Finance app updated with new features

 

Mint.com

Intuit's popular personal finance app Mint has been updated with a few new features, along with some security enhancements. You can now add transactions from your device, as well as view your available and current balances for each of your accounts. Mint also now supports Google Maps to change the location of your transaction, and Google Places to find a merchant when adding a transaction. You can grab the update from the Android Market after the break. 

Mint.com Personal Finance app updated with new features by Anndrew Vacca

Tuesday, September 20, 2011

BEAST vs. TSL/SSL: HTTPS/HSTS Not so secure

 

Beware of BEAST decrypting secret PayPal cookies

Researchers have discovered a serious weakness in virtually all websites protected by the secure sockets layer protocol that allows attackers to silently decrypt data that's passing between a webserver and an end-user browser.

The vulnerability resides in versions 1.0 and earlier of TLS, or transport layer security, the successor to the secure sockets layer technology that serves as the internet's foundation of trust. Although versions 1.1 and 1.2 of TLS aren't susceptible, they remain almost entirely unsupported in browsers and websites alike, making encrypted transactions on PayPal, GMail, and just about every other website vulnerable to eavesdropping by hackers who are able to control the connection between the end user and the website he's visiting.

At the Ekoparty security conference in Buenos Aires later this week, researchers Thai Duong and Juliano Rizzo plan to demonstrate proof-of-concept code called BEAST, which is short for Browser Exploit Against SSL/TLS. The stealthy piece of JavaScript works with a network sniffer to decrypt encrypted cookies a targeted website uses to grant access to restricted user accounts. The exploit works even against sites that use HSTS, or HTTP Strict Transport Security, which prevents certain pages from loading unless they're protected by SSL.

The demo will decrypt an authentication cookie used to access a PayPal account

(More @ Hackers break SSL encryption used by millions of sites Dan Goodin)

Recommended Readings