|
You are here |
www.williamjbowman.com | ||
| | | | |
www.darkoperator.com
|
|
| | | | | [AI summary] The blog post explains how to configure PowerShell as the default shell in Windows 2012 Core by modifying the registry and using a script to take ownership and set the registry value. | |
| | | | |
anti-forensics.com
|
|
| | | | | Simple C# application demonstrating how to kill running processes. In this case, the Digital Forensics software. C# Kill Process | |
| | | | |
travelingpacket.com
|
|
| | | | | Overtime we forget things, especially Shared secret radius keys. This is pretty common, and I run into it a lot. For example - lets say a you setup NPS (Network Policy Server) and a Wireless controller for 802.1x auth, or a ASA doing radius authentication years ago. Some how or another that key was lost... | |
| | | | |
componenthouse.com
|
|
| | | I wanted tocompare how Java, C++ and C perform whenreading a text file line by line and printing the output. I've implemented some possibilities and, at the end, we can compare the speed of each execution. Java 7 version (BufferedReader) import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class Main7 { private static final... | ||