Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
100 views

i'm trying to monitor a directory called "/lab/prog2" on virtualbox with this code, but when i run it, it gets stuck after printing out the directory's path. it doesnt even print out the ...
Matteo La Malfa's user avatar
0 votes
0 answers
47 views

I'am hosting a NAS OS with cosmos and oracle virtualbox with vs 2022 C#. But unfortunately somehow it doesn't get IP address with mobile hotspot meanwhile it works through wifi from home. In the ...
user avatar
1 vote
0 answers
152 views

I have Virtual-Box VM where Debian Linux 11.11 is installed with Visual Code 1.99.3 I use MobaXterm v24.4 Personal Edition to login via ssh to the machine. If i start code, then the window displayed ...
Martin Wehrle's user avatar
-4 votes
1 answer
233 views

I was getting ETIMEDOUT when installing packages with nvm 0.40.1, node 22.14.0 & npm v10.9.2. Tried multiple fixes that's across the internet and nothing worked! (downgrade, upgrade, cleanup, ...
Vemman's user avatar
  • 1
0 votes
1 answer
56 views

I encountered the following error when trying to add the arrikto/minikf box with vagrant up: The requested URL returned error: 403 Setup Vagrant version: $ vagrant version Installed Version: 2.4.3 ...
zetyty's user avatar
  • 103
-1 votes
1 answer
45 views

I am running FlightGear in a virtual box alongside a number of other processes and I find that when I run those processes, FlightGear will give me the message: [bash-1] 93.50 [ALRT]:systems ...
Iarlaith's user avatar
0 votes
0 answers
42 views

I am unable to run my ASP.NET Core gRPC project in a shared folder in a vm environment of virtualbox due to an infinite loop that occurs when loading the appsettings.json file, which results in a file ...
백인우's user avatar
0 votes
0 answers
58 views

Any help will be helpful. Just transferred data to the new mac, upgraded Virtualbox and Homestead, but cannot run. Im using macos sequoia. There was an error while executing `VBoxManage`, a CLI used ...
alex shishkin's user avatar
0 votes
0 answers
126 views

I'm using VirtualBox v7.1.6 with a Windows11 virtual machine. I want to add a custom acpi table to the virtual machine DefinitionBlock ("DSDT.AML", "DSDT", 0x02, "VMW", &...
Justin Timbersaw's user avatar
0 votes
0 answers
62 views

I'm using the same Vagrantfile on two machines: Windows 7 with VirtualBox 6.1.50 and Linux Mint 22 with VirtualBox 7.1.4. Vagrant 2.4.3 on both. On the Windows host vagrant up brings up the VM just ...
EM0's user avatar
  • 6,605
0 votes
0 answers
32 views

I started a Laravel Spark project several years ago. I had to mothball it for a while, but trying to pick back up now. In the meantime the development machine has become unstable, so need to move ...
Jeff Barefoot's user avatar
0 votes
0 answers
41 views

from scapy.all import IP, ICMP, TCP, sr1 import sys def probe_scan(ip): probe_packet = IP(dst=ip) / ICMP() return sr1(probe_packet, timeout=10) != None def tryXMas(ip, port): xMas_packet ...
Artem Lysenko's user avatar
0 votes
0 answers
49 views

I have deployed an ASP.NET Core Web API to run on an Oracle Virtual Box, but calls to the database fail. The database is on the host machine that Virtual Box is running on. Other machines on the ...
Kirsten's user avatar
  • 18.9k
4 votes
1 answer
268 views

The details of my problem Enviroment: I was using MS-DOS 6.22 virtual machine in VirtualBox. Task: With the help of the built-in debug.exe program which lives in C:\DOS\DEBUG.EXE , I wanted to write ...
Riosky Liao's user avatar
1 vote
0 answers
33 views

I am trying to study linux kernel activity. I got some traces via perf, ftrace and other means. However I want to trace all CPU interruptions as well as other hardware interruptions which drive the ...
Ahmed Sadikhov's user avatar

15 30 50 per page
1
2 3 4 5
374