Arduino with LCD

August 9, 2015 at 11:35 am (Uncategorized)

Use I2C library for LCD interface. Save I/O ports for other devices.

LCD-I2C-Arduino

The old way uses to much I/O ports.
Arduino_Hello_World_NG0R_2

Permalink Leave a Comment

Arduino with LAN

August 9, 2015 at 10:44 am (Uncategorized)

Arduino with Web interface

Permalink Leave a Comment

Arduino

August 9, 2015 at 10:43 am (Uncategorized)

Introduction to Arduino…

Permalink Leave a Comment

ServerEnterprise vs ServerEnterpriseV

February 22, 2012 at 11:11 pm (Uncategorized)

ServerEnterpriseV is Server Enterprise without having the Hyper-V feature. If you are planning to install a Hyper-V in a server select ServerEnterprise.

Permalink Leave a Comment

Telnet Stuff

January 6, 2012 at 4:39 am (Uncategorized)

http://www.telnet.org/htm/places.htm

Permalink Leave a Comment

Newsletter Templates

January 5, 2012 at 4:23 am (Uncategorized)

WordDraw.com Free Templates for Word

Permalink Leave a Comment

Summer Wars

November 8, 2011 at 8:30 pm (Uncategorized)

I like some idea of the movie but it did not focus on the software. I’d be more interested in the story if they elaborated more on the software side.

The movie focuses more on the family matters which is good if the viewers are not computer literate.

Permalink Leave a Comment

Photoshop Download Folder Icon in PS

November 5, 2011 at 6:38 am (Uncategorized)

Source: DownloadIcon

Permalink Leave a Comment

Free Icons Website… Nice

November 5, 2011 at 5:49 am (Uncategorized)

The best free icon site…

Source: IconPedia

Permalink Leave a Comment

Howto Convert Vmware Image to Virtualbox Image or Import Vmware Image into Virtualbox

November 4, 2011 at 12:12 am (Uncategorized)

VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).

VirtualBox is a virtual emulator like VMWare workstation. It has many of the features VMWare has, as well as some of its own.

Note:- Before Converting make a backup copy of your vmware image

Solution 1

We are going to use qemu-img tool to this.QEMU disk image utility

First Install qemu  qemu-img is included with qemu package using the following command

sudo apt-get install qemu

Convert a VMWare Image to VirtualBox Image

Convert VMWare image called debian.vmdk to /tmp/debian.bin

qemu-img convert debian.vmdk /tmp/debian.bin

Now use VBoxManage to get back image in native format:

VBoxManage convertdd /tmp/debian.bin debian.vdi

Solution 2

VirtualBox can run VMs created by VMware Workstation or Server for this you need to import vmdk files using the following procedure

  • Start Virtual Box
  • Goto File > Virtual Disk Manager
  • Click Add.  Locate and select the copied .vmdk file. Click OK.
  • Create a New VM as usual using the added vmdk file
  • Boot the VM

If you have any other solutions let us share with us.

Source: Convert

Permalink Leave a Comment

Next page »