Windows Resource Protection could not perform the requested operation.
Running an sfc /scannow on a Windows Server 2019 Standard server, at about 76% it failed with the following message. Windows Resource Protection could not perform the requested…
Running an sfc /scannow on a Windows Server 2019 Standard server, at about 76% it failed with the following message. Windows Resource Protection could not perform the requested…
Noticed horrible performance using VMware Workstation 17 on my system. I was running Hyper-V side-by-side, so I decided to nuke Hyper-V and the subsystems from that. Removed the…
I've setup a template to monitor a Dell R750 server via configured SNMP access on iDRAC. My server has only two CPU (Intel Xeon Gold 6338N). I did…
Throwing some notes here for me to remember on having PHP not buffer the output of a long running process so that it provides realtime output to the…
The following port scanner C code checks approximately 65535 ports in about 15 seconds on-network. #include <stdio.h> #include <stdlib.h> #include <netinet/in.h> #include <string.h> #include <sys/socket.h> #include <arpa/inet.h> #include…
// gcc bofh.c -o bofh #include <stdio.h> #include <stdlib.h> #include <time.h> #define NUM_QUOTES 10 const char* bofh_quotes[NUM_QUOTES] = { "No, my powers can only be used for good.",…
Grant-SmbShareAccess -Name ShareName -AccountName Administrators -AccessRight Full -ForceGrant-SmbShareAccess -Name "Brother DW2710 series" -AccountName Everyone -AccessRight Change -Force It appears that there is no pre-existing command line tool for…
This seems to do the trick for listing processes by memory usage. I'm most interested in the top 9 processes (I have to figure out why the regexp…
After implementing a Group Policy to prohibit saving of passwords in Google Chrome and Microsoft Edge, the previously saved passwords are still on the system. To remove these…
If you get the following error on a Windows Server (possibly desktop client), you can use the local group policy editor to resolve this. It commonly impacts Server…
Looking to capture some performance metrics for website from the Linux command line and eventually get it into Cacti (RRD). Here are my scattered notes on this process.…
Working with an older Cisco ASA, I was not able to directly SSH to the host using SSH on Windows unless I specified the diffie-hellman-group1-sha1 algorithm. PuTTY gives…
The following procedure shows you how to rename an Active Directory domain.
This is the procedure that has worked for me. There are various methods dating as far back as 2011 across the internet, but this step-by-step works in my…
I usually hit Winkey and start typing whatever it is I’m looking to start; be it a command prompt, Outlook, explorer, or other installed applications and I rarely…