Tuesday, September 18, 2012

Installing Windows 7 from USB

To install Windows 7, 8, Vista from USB Key using command line
  1. Open Command line (cmd) Start -->run --> type "cmd" -->hit enter
  2. write the following commands in the opened command windows
    1. diskpart
    2. list disk
    3. selct Disk <number>
    4. clean
    5. create partition primary
    6. select partition 1
    7. active 
    8. format fs=NTFS
    9. assign
    10. exite
  3. Now the USB is bootable and ready to be used. Then copy the Windows file in to the USB either manually or using copy command. copy <sources> <destination> 
  4. Then restart the computer and boot from the usb by pressing the booting key. 
  5. Enjoy! 
Source:- Internet :-)

Thursday, September 13, 2012

Web Architecture

Project Over view

C4CE is a project that for the fulfillment of Web Architecture course.  The name C4CE stands for Cloud for Civil Engineering.
The aim of the Application is to enable civil engineers and Architects to use cloud infrastructures in their career, mainly for 3D rendering.  They use lux render engine for creating the 3D images from the auto sketch or google sketch plugins. This consume a large amount of resources of computation like memory, CPU, storage, etc. This can be easily handled using cloud computing.

I will be back on the detailed documentation.