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)
QNX: Running a function at specific interval using timer interrupt
#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...
-
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...
-
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...
-
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