Monitor active connections in realtime
Simple bash script leveraging lsof in a loop:
#!/bin/bash
while true
do
clear
echo -e “[-] Active Connections\n\n”
…
Simple bash script leveraging lsof in a loop:
#!/bin/bash
while true
do
clear
echo -e “[-] Active Connections\n\n”
…
Evaluation versions give error 0xc004f050 with key:
dism /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:xxxxx-xxxxx-xxxxx-xxxx-xxxxx
References:
https://www.bostonit.com/knowledge-base/windows-server-2016-evaluation-fails-to-activate-0xc004f050/
Simply run these commands via cmd.exe.
For miscellaneous (.msc) for other stuff:
dir c:\windows\system32\*msc
and likewise…
<?php
// Turn off error reporting
error_reporting(0);
// Report runtime errors
error_reporting(E_ERROR |…