Buscando un concepto EDU.IT

“...el contexto sociotecnológico generen un nuevo modelo de escuela que responda a las necesidades formativas de los ciudadanos...” Adell Castañeda

Tuesday, August 11, 2015

Shared Folders Linux

Select the virtual machine, click on Settings, the above window will open. Click on the plus icon to select the folder you want to share with the virtual machine. Here I share the c:\Users\...\Desktop\HostDesk (the folder names are case sensitive) on the Windows 7 to share with the virtual Ubuntu. The shared folder name is Desktop, which will be used by Ubuntu to mount it. Once you created the share, is time to start your virtual...

Monday, August 10, 2015

Variables on Scratch

Variables are used whenever a value must be stored — i.e., if a project required the user to input a name and then remember that name, the name would be stored in a variable. With this, the name can be retrieved at any time; all the project has to do is check the value (which is the name). The look of the variable can be changed in to three forms: The normal readout, the large readout, and the slider. The form of the variable can be changed by...