Categories
News Software Technical

Windows 8.1 Preview ISO files now available

When the announcement of the preview was made the bits were not yet available for download; They are now. Head over to http://windows.microsoft.com/en-us/windows-8/preview-iso and grab yourself a copy. Product Key: NTTX3-RV7VB-T7X7F-WQYYY-9Y92F Important: Windows 8.1 Preview isn’t currently supported on some tablets and PCs with newer 32-bit Atom processors. Get the details here

Categories
How-To Software Technical

Enable Telnet in Windows 8

Like that of Windows 7; Windows 8 is without telnet installed by default. To enable this feature follow these steps below: Move over to the Charms Bar on the right and select Settings Select Control Panel Select on Program then Program and Features Select “Turn Windows features on or off” In the Windows Features selection […]

Categories
News Software

The Windows 8.1 Preview is here!

There has been some buzz about it and it seems as if its finally Windows 8.1 is here as an preview. Now you can take a first-hand look at many of the new features and improvements with the Windows 8.1 Preview. For a more complete look at all the features in Windows 8.1, check out the Product […]

Categories
How-To Software Technical

restore sql server database from mdf file

First Open SQL Server Management Studio (SSMS). You may need to run as Administrator Right click the Databases folder and select attach from the menu. Click Add and select the mdf file. Click Ok, and then Click Ok again. You will get an error at this time because SSMS could not find the corresponding ldf […]

Categories
News Software Technical

Microsoft Message Analyzer Beta 3 is released

Microsoft Message Analyzer is the successor of Microsoft Network Monitor. Microsoft released their third and final Beta of Microsoft Message Analyzer which will be followed up by the official release in the fall. In addition to the new features and functionality, they improved performance and reduced the memory footprint. Here is a list of the new […]

Categories
How-To Software Technical

Using netcat to print header info from web browsers

You can identify what information is sent from the browser to the remote web server using a Linux tool called netcat (nc). Netcat is often referred to as a “Swiss-army knife for TCP/IP”. Its list of features includes port scanning, transferring files, and port listening, and it can be used as a backdoor. Simply run netcat […]