/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.williamjbowman.com
| | www.darkoperator.com
2.8 parsecs away

Travel
| | [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
2.7 parsecs away

Travel
| | Simple C# application demonstrating how to kill running processes. In this case, the Digital Forensics software. C# Kill Process
| | travelingpacket.com
7.3 parsecs away

Travel
| | 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
20.1 parsecs away

Travel
| 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...