Posts

Showing posts from 2012

CV Wassim Drira

Dés aujourd'hui mon CV est disponible en ligne sur l'adresse  http://sites.google.com/site/wassimdrira/ Find my Curriculum Vitae on line  http://sites.google.com/site/wassimdrira/  

Nouveau blog

http://project-ideas-in-tunisia.blogspot.com/

Visit Tunisia ;)

Image

Public Key Cryptography: Diffie-Hellman Key Exchange

Image

Convert VMware Image .vmdk to VirtualBox Image .vdi

Image
To convert VmWare appliances to VirtualBox you can use this command : VBoxManage clonehd clone.vmdk ./clone.vdi -format VDI Then you can Add it to VirtualBox using the "New" button (see image) Then,  - Click Next. - Enter a name for the Virtual Machine. - Select Linux as the operating system and Debian as the Version. - Click Next. - Change the default memory settings if you wish, if you are unsure leave it unchanged. - Click Next. - Select "Use existing hard disk" - Click on the browser icon next to the drop down menu and choose  clone.vdi If you had some problems in xserver, those steps [1] will resolve it: 1. start virtual machine  2. pressing ESC at "GRUB loading please wait"  3. select "recovery mode"  4. pressing multiple times (maybe only one is enough)  5. command prompt is displayed. I executed command:  dpkg-reconfigure xserver-xorg  6. xserver console pops-up: I just went through the wizard an...