Hardware
-
Robocopy Commands
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy
-
How to bypass the Instagram Log-In Wall
https://trevorhenderson.fandom.com/f/p/4400000000000003318 more
-
How to find out who restarted Windows Server
In the event viewer console expand Windows Logs.
Click System and in the right pane click Filter Current Log
In the Filter Current log box, type 1074 as the event ID more
-
Remote Desktop (RDS/RDP) Licensing
You do not need CALs for:
any of your servers already licensed to run instances of the server software (i.e. for licensed server to access another licensed server);
up to two devices or users … more
-
Selenium Web Automation and Testing
https://www.selenium.dev/downloads/
https://github.com/SeleniumHQ/selenium
-
VMWare Bridged Networking Not Working
Ensure there is a VMnet-0 and set for bridging
-
Load Testing and IP Address Spoofing
Webload:
https://www.radview.com/loadrunner-replacement/
LoadRunner:
https://www.microfocus.com/en-us/products/loadrunner-professional/pricing
-
Turn Hyper-V On and Off
To switch Hyper-V off, run this command as administrator and reboot your machine:bcdedit /set hypervisorlaunchtype offyou can later do the reverse to switch it back on with:bcdedit /set … more
-
Check for Data Leaks Using Mullvad
https://mullvad.net/en/check/
-
How to Detect Client IP Address Behind Cloudflare and Azure using ASP.NET MVC
https://ylv.io/how-to-detect-client-ip-address-behind-cloudflare/
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-3.1 more