Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

Thursday, 5 January 2017

How to Check Windows Version and Build Number?

Whenever we need to install some software or games on our computer, we need to sure about the minimum requirement for successful installation. As a part of those requirements, Operating system version and build no also countable as a vital element. You can not install a game on a non-supported operating system to run the game successfully. I have added two quick way to find your operating system version and their build no.

1. Winver.exe: 
                    It is the simplest way to find your Windows Operating system version and build no. To complete the task press the START button and R to open the Run command window. Type Winver.exe and press enter. Your result is on the screen.



 2. Command Prompt: Command = VER
                     The second quickest quick way to find your Windows Operating system version and build no is from Command prompt. To open Command Prompt open Run command window and type CMD and press enter. In the command prompt window now type VER and press enter.



Look at the screenshot "Microsoft Windows [Version 10.0.10240]" here Version is Windows 10 and Build no is 10240.

Thanks and stay blessed!

Saturday, 11 June 2016

Microsoft creates its own FreeBSD VM Image for Azure Cloud Computing Platform

This year, Microsoft impressed the world with 'Microsoft loves Linux' announcements, like developing a custom Linux-based OS for running Azure Cloud Switch, selecting Ubuntu as the operating system for its Cloud-based Big Data services and bringing the popular Bash shell to Windows 10.
Now, the next big news for open-source community:
Microsoft has released its own custom distribution of FreeBSD 10.3 as a "ready-made" Virtual Machine image in order to make the operating system available directly from the Azure Marketplace.

FreeBSD (Berkeley Software Distribution) is an open source Unix-like advanced computer operating system used to power modern servers, desktops as well as embedded systems.

Until now, the only way for Azure customers to run FreeBSD was to make use of a custom image from outside of Azure (from the FreeBSD Foundation).

However, the new release makes it easier for Azure users to launch FreeBSD directly from the Azure Marketplace and get official support from Microsoft whenever necessary.

Why is it so important for FreeBSD to run on Azure?

install-freebsd-on-microsoft-azure


According to the company, it’s important for FreeBSD to run in Azure because many top-tier virtual appliance vendors develop their products on the operating system.

However, the key reason for building, testing, releasing and maintaining its own FreeBSD 10.3 image is to ensure its users have an enterprise service level agreement (SLA) for their "FreeBSD VMs running in Azure," says Jason Anderson, Principal PM Manager at Microsoft's Open Source Technology Center.

As shown in the image, just click on the +New on the Azure Marketplace tile on your dashboard, Type "FreeBSD 10.3" in the text search box, and here you are.

He also added that Microsoft did so to remove "burden" from the FreeBSD Foundation that fully relies on community contributions.

"We will continue to partner closely with the [FreeBSD] Foundation as we make further investments in FreeBSD on Hyper-V and Azure," Anderson said, as well as add "new Hyper-V features – stay tuned for more information on this!"
The company has previously worked on supporting FreeBSD on Hyper-V as a virtual machine that was aimed at ensuring software appliance partners' kit functioned smoothly in Azure that makes use of Hyper-V.

Thanks and stay blessed!