c:\>DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:E:\sources\sxs
Where:
E: is the drive letter of DVD/ISO
Reference:
https://technet.microsoft.com/en-us/library/dn482069.aspx
c:\>DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:E:\sources\sxs
/opt/bbndk-2.1.0/host/linux/x86/usr/bin/../..//usr/qde/eclipse/qde: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
sudo apt install libgtk2.0-0:i386
(qde:2418): Gtk-WARNING **: Unable to locate theme engine in module_path: "hcengine", # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xf771179d, pid=2418, tid=4131637376 # # JRE version: 6.0_24-b07 # Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode, sharing linux-x86 ) # Problematic frame: # C [ld-linux.so.2+0xb79d] # # An error report file with more information is saved as: # /home/y/hs_err_pid2418.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Aborted (core dumped)
sudo apt install default-jre:i386
(qde:2418): Gtk-WARNING **: Unable to locate theme engine in module_path: "hcengine"
sudo apt install gtk2-engines:i386
sudo ./installer-bbndk-2.1.0-linux-1032-201209271809-201209280007.bin
Preparing to install...Extracting the JRE from the installer archive...Unpacking the JRE...Extracting the installation resources from the installer archive...Configuring the installer for this system's environment...
Launching installer...
./installer-bbndk-2.1.0-linux-1032-201209271809-201209280007.bin: 3320: exec: /tmp/install.dir.3056/Linux/resource/jre/bin/java: not found
$ sudo dpkg --add-architecture i386 $ sudo apt install libc6:i386 $ sudo ./installer-bbndk-2.1.0-linux-1032-201209271809-201209280007.bin
$ sudo apt update $ sudo apt upgrade $ sudo reboot
$ mount cdrom $ mkdir ~/tmp $ tar -xvzf /media/u1/VMware\ Tools/VMwareTools-9.9.5-3735633.tar.gz -C ~/tmp $ cd ~/tmp/vmware-tools-distrib/ $ sudo ./vmware-install.pl -d $ eject $ sudo reboot
Description
|
Mouse
|
Show top bar (notification area)
|
Move mouse top middle and click
|
Show Browser options
|
Move mouse top right and click
|
Show applications running
|
Move mouse bottom middle and click
|
Show application home screen (aka desktop)
|
Move mouse bottom middle and click twice
|
Show on screen keyboard
|
Move mouse to lower left and click
|
---------------------------
LaunchAnywhere Error
---------------------------
Windows error 2 occured while loading the Java VM
---------------------------
OK
---------------------------
BlackBerryPlayBookSimulator-Installer-2.1.0-1032-Win-201209272349 LAX_VM "C:\Program Files (x86)\Java\jre1.8.0_102\bin\java.exe" -i GUI
# adduser timus
# usermod -a -G sudo timus
# apt install linux-headers-$(uname -r)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...