Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 22 hours ago.
Improve this question
I am trying to install docker on a normal azure VM running windows server with the following specs:
OS Name: Microsoft Windows Server 2016 Datacenter
Version: 10.0.14393 Build 14393
Processor: Intel(R) Xeon(R) Platinum 8272CL CPU # 2.60GHz, 2594 Mhz, 2 Core(s), 2 Logical Processor(s)
Device Guard Virtualization based security: Not enabled
A hypervisor has been detected. Features required for Hyper-V will not be displayed.
I want to know how to install docker on this VM and run an app in a container.
Thanks in advance
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 days ago.
Improve this question
I am trying to install FortiClient 7.0 in my virtual machine. So, I have:
VMware Workstation Player 16.2.5 - as Virtual Machine
Database App Development VM - as Virtual Machine Image
In the terminal, I'm writing the command which is for FortiClient installation on linux and it asks me for a password. I have no clue what the password is since during any of the installations I have not set one.
Is there any default password which I should know or is there any workaround to avoid the password providing?
Thanks in advance.
The answer is oracle
As I got it is a default password which comes from Database App Development VM
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 months ago.
Improve this question
Host OS = CetOS 7
Hypervisor = KVM
Guest OS = Ubuntu 20
=======================================================
setup a physical NIC on host OS and configure it as promiscuous mode, capturing any traffic.
when using a bridge NIC to fwd all traffic to a virtual NIC on the guest OS, most of the traffic is not seen on guest although seen on host.
Tried the following:
https://serverfault.com/questions/798001/kvm-bridge-for-promisc-interface-ids
https://help.ubuntu.com/community/KVM/Networking#virtio
The issue is solved in our Lab: pass the SPAN port (of the host - CentOS7) directly to the VM (Ubuntu) without the bridged interface I was able to get all traffic to our platform.
This is the configuration used:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I recently upgraded to a 64bit Windows 10 based PC. I installed my older VMWare Workstation 11.1.2 on it and created a Ubuntu Linux 64bit 16.4 LTS. It appeared that the VM creation went through successfully. However, when I attempt to start the VM, I receive an error as below:
On inspecting the Task Manager, I observe that the VMWare Workstation is started as a 32bit process and could be the reason for this. Does this mean I can't run 64 bit guest OS on this PC?
Any help will be highly appreciated.
It says right there in the error message what the problem is, Intel VT-x is disabled. Have you checked your bios settings?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've installed Ubuntu in a virtual enviroment using Oracle VM VirtualBox Manager and it works great.
However I'd like to enable multiple cores - as seen in the image below my Windows machine has 2 cores:
Now when I run the lscpu in Ubunto I get the following info revealing that only 1 core is being utilized:
I've tried changing the settings of the virtual box to enable multiple processors but it won't allow me to do so as shown in the image below:
How do I enable multiple cores (processors) in my virtual enviroment?
If your VM is currently running (or "Saved") you can't change that value.
Apart from that several sources like this one suggest, that you need need to enable "VT-x" under the Acceleration tab to get this working. I couldn't reproduce that, it works for me without having VT-x enabled.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1) Insert your Windows installation disc and restart your computer.
2) Choose your language settings, and then click 'Next."
3) Click "Repair your computer."
If you do not have this disc, contact admin... bla bla bal.
File: \windows\system32\boot\winload.exe
Status: 0xc000035a
Info: Attempting to load a 64-bit application, however this CPU is not compatible with 64-bit mode.
I get this error when i try to install Windows server 2008 x64 via VirtualBox.
I have All Virtual settings enabled in BIOS and my CPU is an Cor i5 vPro, the host system is Windows 7 x64.
Youtube Screen casting of the error
I had the same issue and found a solution.
Open up bios and make sure vt-x is enabled
If it wasnt, you'll need to delete the VM in virtual box and make a new one.. Now you will see an option for windows 7 and windows 7 (64bit).
It was only AFTER i delete and rebuilt the VM did it allow me through. Changing the settings in the existing VM didnt seem to do the trick.