PS A:\> $wc = New-Object System.Net.WebClient PS A:\> $url = "https://eternallybored.org/misc/netcat/netcat-win32-1.12.zip" PS A:\> $output = "a:\netcat-win32-1.12.zip" PS A:\> $wc.DownloadFile($url, $output)
Subscribe to:
Post Comments (Atom)
Running QNX on emulated cortex-a15 using QEMU
Running QNX on emulated cortex-a15 using QEMU General information: - Host (for running QEMU) OS: Ubuntu 24.04.2 LTS - QEMU: QEMU emulator...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...
No comments:
Post a Comment