Friday 9 October 2015

How to bootin from USB

Bootable from USB (windows)


Instructions (using the command line)
At a high level, the steps are:

1. Mount the Windows 8 Developer Preview ISO image on your computer
2. Format a USB flash drive
3. Copy the Windows 8 files onto the USB flash drive
4. Make the USB flash drive bootable

5. Install Windows 8 from the bootable flash drive.

UNetbootin (open sources)

UNetbootin is software that allows you to create a USB bootable drive and run Ubuntu, Debian, Fedora, and other versions of Linux on it. It works on Windows, Linux, and Mac OS X operating systems.

For more info please click on this URL: http://unetbootin.github.io/



Definition - What does .NET Framework (.NET) mean?

The .NET framework is a software development framework from Microsoft. It provides a controlled programming environment where software can be developed, installed and executed on Windows-based operating systems. 

The principal design features are:
  • Interoperability: This allows for .NET-developed programs to access functionalities in programs developed outside .NET.
  • Common Runtime Engine: Also known as the common language runtime, this allows programs developed in .NET to exhibit common behaviors in memory usage, exception handling and security.
  • Language Independence: Common language infrastructure specifications (CLI) allow for the exchange of data types between two programs developed in different languages.
  • Base Class Library: A library of code for most common functions--used by programmers to avoid repetitive rewriting of code.
  • Ease of Deployment: There are tools to ensure the ease of installing programs without interfering with previously installed applications.
  • Security: Programs developed in .NET are based on a common security model.