I have been using the Windows 8 Enterprise for several months this way for testing rather than backup my data and reinstall the OS just to reinstall my applications, followed by configuration tweaks, which can be time consuming. I have started extending the trail to give me more time. The process of extending a trial […]
Category: How-To
Here is a simple way to find results you might be looking for when running a command such as netstat on your computer or server. The following example should help you get an idea of how to use this in information gathering Issuing the following command: “netstat -an | find /I “established” gave me the results […]
That which you do not know, the doing will quickly teach you. – Po (Kung Fu – 1972) Here is a situation where you have a virtual machine joined to an active directory domain and it’s reverted to an earlier state which then invalidates its domain security key. Rather than removing this machine and joining […]
This little how-to is more of a way to pass socks proxy parameters to a java app, however my focus here is on doing this with the Java game Minecraft over the TOR Network. Why you ask? Because I wanted to know if it was possible and if I could do it. Items Needed: Minecraft Account […]
Similar to my previous post SharePoint 2010 – Deploying Webpart Solution, the upgrade process of a Webpart Solution you have a few steps to take to make this all happen. As I did in my previous post: I copied the webpart to the local disk of my SharePoint 2010 server. Placing it in a folder […]
“The ones who are crazy enough to think that they can change the world, are the ones who do.” – Steve Jobs Back in the days of Server 2003 I remember being able to right click an application and “run as” with the purpose of running this program as a different user with an elevated […]