Virtualbox on Debian Wiki Rumi, May 27, 2011 VirtualBox is an x86 emulator developed by innotek (bought by Sun/Oracle) comparable to VMware. A version called VirtualBox Open Source Edition (OSE) is freely available as Open Source Software under the terms of the GNU General Public License (GPL). It is a relatively new program and still has some minor… Continue Reading
PHPVirtualbox on Virtualbox Rumi, May 23, 2011May 23, 2011 Unlike VMWare, VirtualBox guests are not global; they are owned by the user that creates them. Therefore, it is important to create a user account explicitly for this purpose. Create this user account BEFORE installing VirtualBox. Install VirtualBox from this account and perform all VirtualBox operations from this account. For… Continue Reading
Clone Virtualbox Guest in Linux Rumi, May 22, 2011 First off make sure your Guest virtual machine is shut down and not running or suspended and then run: $ VBoxManage clonevdi source.vdi target.vdi This may take a few minutes depending on the size of your VM Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation… Continue Reading
TECHNICAL SOLUTION @Mango Rumi, May 18, 2011 Purpose The purpose of Technical Solution (TS) is to design, develop, and implement solutions to requirements. Solutions, designs, and implementations encompass products, product components, and product-related lifecycle processes either singly or in combination as appropriate. Introductory Notes The Technical Solution process area is applicable at any level of the product… Continue Reading
Configure openfiler iscsi with vmware Rumi, May 14, 2011May 14, 2011 Once you have OpenFiler installed you can then access a web based management console which allows you to configure your new OpenFiler installation. Opening a web browser and pointing it to the IP address (ie: https://<IP of OpenFiler>:446> of the OpenFiler server you should be presented with a logon screen… Continue Reading
Rumi, May 8, 2011May 8, 2011 Installing VirtualBox From Precompiled Binaries First, we install the packages gdeb, gedbi, and gdebi-core. Open the Synaptic Package Manager (System > Administration > Synaptic Package Manager): You can use the search function to find the three packages. Select them for installation and click on Apply. Close Synaptic after the packages… Continue Reading
Linux Gnome Force Quit alternate to crl+alt+del Rumi, May 8, 2011 The Force Quit button allows you to click on a window to force an application to quit. This button is useful if you want to terminate an application that does not respond to your commands, if the application has frozen or crashed, for example. To add a Force Quit button… Continue Reading
Install Server Certificate for IIS 6 or 5 Rumi, May 8, 2011May 8, 2011 The following document is partly based on this Microsoft document: How to Import a Server Certificate for Use in Internet Information Services 5.0 (Q232137) Add Certificates snap-in to MMC Click Start, and then click Run. Type "MMC.EXE" (without the quotation marks) and click OK. Click Console in the new MMC… Continue Reading
VirtualBox Remote Rumi, May 8, 2011 VBoxRemote is an open source web interface to VirtualBox. Features Remote management and aggregation of multiple VirtualBox servers. Enterprise access control features. VirtualBox server clustering and live migration. Easily configure and provision VirtualBox Servers. Quick and easy web based creation and configuration of Virtual Machines. Platform independence. (VirtualBox + Web… Continue Reading
Start a Virtualbox VM as a service Rumi, May 7, 2011May 7, 2011 This program requires VirtualBox 3 (not the OSE version) for Windows. At the moment the program is being rewritten to support VirtualBox 4. Requirements to compile this project: .NET 4 TlbImp2 #develop Download latest version http://virtualboxserverservice.googlecode.com/files/VBoxService-setup_2.2.0.41154-BETA2.exe – New BETA2 version http://virtualboxserverservice.googlecode.com/files/VBoxService-setup_2.2.0.39135-BETA.exe – BETA version http://virtualboxserverservice.googlecode.com/files/VBoxService-setup_2.1.3834.23500.exe – Stable version Src:… Continue Reading