How to convert a Virtualbox VDI image file to a Vmware VMDK image file using Ubuntu 15.10 wily
From: http://www.dedoimedo.com/computers/virtualbox-convert.html VBoxManage clonehd source.vdi target.vmdk –format VMDK
From: http://www.dedoimedo.com/computers/virtualbox-convert.html VBoxManage clonehd source.vdi target.vmdk –format VMDK
And reset the admin password while at it. This will allow you to use the machine using software rendering so you can retrieve your data. Boot into sing user mode: Option(or Windows key)-S Type fsck -fy Type mount -uw / mkdir /drivers move NV* GeForce* AMDRadeon* ATIRadeon* /drivers/ cd /var/db pwd #List all files. The l Read more about How to boot an iMac 2008 with faulty Nvidia geforce 8800 GS video card.[…]
askubuntu.com/questions/… Dash–> Disks Click on flash drive –> Restore Disk Image and choose ISO file
From: askubuntu.com/questions/… Newer specs here: https://specifications.freedesktop.org/desktop-entry-spec/latest/apa.html .desktop files stored in: ~/.local/share/applications A. Example Desktop Entry File [Desktop Entry] Version=1.0 Type=Application Name=Google Services Comment=Quicklinks to all Google services! TryExec=google-chrome Exec=google-chrome google.com Icon=google.png MimeType=image/x-foo; Actions=Gmail;Calendar;Voice [Desktop Action Gmail] Exec=google-chrome mail.google.com Name=Gmail Icon=gmail.png [Desktop Action Calendar] Exec=google-chrome calendar.google.com Name=Calendar Icon=calendar.png
From: forums.virtualbox.org/vi… #!/bin/bash version=$(vboxmanage -v) echo $version var1=$(echo $version | cut -d ‘r’ -f 1) echo $var1 var2=$(echo $version | cut -d ‘r’ -f 2) echo $var2 file=”Oracle_VM_VirtualBox_Extension_Pack-$var1-$var2.vbox-extpack” echo $file wget download.virtualbox.org/… -O /tmp/$file #sudo VBoxManage extpack uninstall “Oracle VM VirtualBox Extension Pack” sudo VBoxManage extpack install /tmp/$file –replace
Not working; use VMWare Player with the Unlocker. www.insanelymac.com/foru… my.vmware.com/web/vmware… The below does not work for me! techsviewer.com/how-to-i… VBoxManage modifyvm “Your VM Name” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3” VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0” VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple” VBoxManage setextradata “Your Read more about How to install MacOS 10.11 El Capitan on Virtualbox with Ubuntu 15.10[…]
##72786# A carrier reset is almost always necessary if you’re activating a device or if you’re having trouble receiving voice, text, or a data connection. This reset sends your device’s new information to the network so that you can get service. Note: If unable to perform reset over WiFi, disable option in settings and connect to Read more about How to perform a carrier reset on a Sprint phone. –> ##72786#[…]
Make sure remote desktop is enabled in My computer–>Properties–>Remote Settings Windows Key+R–>regedit–>enter Hive: HKEY_LOCAL_MACHINE Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList Name: fDisabledAllowList Type: REG_DWORD Value: 1 Enable, 0 Disable Change Value from 0 to 1
From: https://cloud.google.com/storage/docs/gsutil_install#deb Install gcloud # Create an environment variable for the correct distribution export CLOUD_SDK_REPO=”cloud-sdk-$(lsb_release -c -s)” # Add the Cloud SDK distribution URI as a package source echo “deb packages.cloud.google.co… $CLOUD_SDK_REPO main” | sudo tee /etc/apt/sources.list.d/google-cloud-sdk.list # Import the Google Cloud public key curl packages.cloud.google.co… | sudo apt-key add – # Update and install the Read more about How to mount a Google Cloud Storage bucket as a drive in Ubuntu 15.10 wily using FUSE[…]
From: github.com/astrada/googl… Install sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt-get update sudo apt-get install google-drive-ocamlfuse Use google-drive-ocamlfuse mkdir google-drive google-drive-ocamlfuse google-drive It can take a while for the drive to mount with all your data. Create Unity launcher apt-get install alacart alacart create the menu entry Use this icon: img05.deviantart.net/02b… search for your new entry using Dash Drag Read more about How to mount a Google Drive as a drive in Ubuntu 15.10 wily using FUSE[…]