8,148 questions
-1
votes
0
answers
14
views
AnyDesk Login in my Azure VM Shows Black Screen [closed]
So i am trying to access my Azure VM Windows Server from my Anydesk but i am getting a black screen when the VM is signed out. Let me explain.
I can RDP into this Server and setup AnyDesk. Then (while ...
0
votes
0
answers
53
views
Renesas e² studio / SSP install fails on macOS and Windows ARM VM (GetLastError 317)
I’m trying to develop and flash firmware for a Renesas Synergy DK-S7G2 board, but I’m completely blocked by tooling issues across macOS and Windows on ARM (VM). For context, I am using an M4 MacBook ...
Advice
0
votes
1
replies
35
views
Why is the WSL (Nat) able to reach to Vmware (Nat)?
Thank you all for reading my post in advance.
So I have my VMware Virtual machine (Nat) which is listed as below:
huang@ubuntu:~$ ip route show default
default via 192.168.189.2 dev ens33 proto ...
Advice
0
votes
0
replies
45
views
Hyper-V VM Not Getting DHCP Address (169.254.x.x APIPA)
I’ve been troubleshooting an issue with my Hyper-V setup where my VM keeps getting an automatic private IP address (169.254.x.x) instead of receiving a proper DHCP address from my router. Any advice ...
Tooling
0
votes
0
replies
32
views
How to tell gdb the default opsize, so it can debug multi cpu mode code (without a weird disassembly output)
Note: This is a repost of a question I asked on RetroComputing, where I was told to move it here.
I've made my own kernel. It has 32-bit pm, 16-bit pm, and 16-bit real mode code. I use Qemu to ...
Best practices
0
votes
1
replies
39
views
Which VDI to choose
For an exercise, I am setting up a server on VirtualBox, I don't know which VDI to choose.
My choices are: VDI , VHD, VMDK, HDD, QCOW and QED.
My server will run on the absolute minimal. Its a Debian ...
0
votes
0
answers
53
views
VS Code Remote-SSH disconnects when opening folder on Azure VM
I can SSH into my Azure VM from the Mac terminal without any issues, but when I try to use VS Code Remote-SSH, the connection fails as soon as I open a folder.
Environment:
Local machine: macOS
VS ...
0
votes
0
answers
18
views
import org.cloudsimplus.hosts.HostOverloadDetector; is there something like this in cloudsim or cloudsimplus
cannot resolver this import in any version of the cloudsim, currently I am using cloudsim 8.5.7 version which is latest version. The motive is to find the overloaded host and migrate them to the same ...
0
votes
0
answers
150
views
Windows keyboard hook not capturing keys when user is in VMware – how to detect key events from virtual machines?
I’m developing a monitoring application in Qt 6.9 on Windows.
I need to capture keyboard events globally, so I set up a Windows API keyboard hook:
// Example: Windows global keyboard hook (simplified)
...
0
votes
0
answers
69
views
GCP COS VM docker logs rotation
I have deployed GCP VM with cos-stable-121-18867-90-97 as boot disk. It is running systemd service on boot that is executing script. Script is executing docker image like this:
#!/bin/bash
# Script ...
0
votes
1
answer
114
views
Issue with running virtual machines throught virt-manager from pacman
I successfully installed virt-manager through pacman on Parabola GNU/Linux-libre (based on Arch), but there are issues when installing or running a virtual machine. These problems do not occur when ...
0
votes
0
answers
40
views
ABCpdf renders blank PDF when Angular app is hosted on Azure App Service (works fine on VM)
I'm using ABCpdf (v12) in a .NET application to generate PDFs from an Angular route.
Here’s the behavior I’m seeing:
Angular app with client-side routing (/#/pdfgeneration/:id/:year/:type)
Deployed to ...
0
votes
0
answers
59
views
BlazorServer Web App falls flat when 20 odd users connect to the site?
As mentioned in the subject line our Blazor Server web app falls flat when 20 odd users connect to the site at once!
Below are the details of the VM running the web app, as well as a bit more details ...
1
vote
1
answer
304
views
How to set up a local SQL Server instance for Azure DevOps Pipeline
For context:
I am currently tasked with creating a pipeline that tests the application for my work.
The application is coded in C# and uses a local database instance of a SQL Server.
Part of our ...
0
votes
0
answers
30
views
Tracking energy consumption while executing code on a Cloud VM (Codecarbon)
I would like to know if codecarbon, a python package measuring the energy consumption of the GPU with pyNVML, would be able to have access to this informations in the case of Cloud computing. And if ...