Categories
How-To Technical

Filter netstat results with the Find Command

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 […]

Categories
How-To Technical

How to use Netdom.exe to reset machine

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 […]

Categories
How-To Technical

Play Minecraft through TOR

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 […]

Categories
How-To Software Technical

SharePoint 2010 – Updating Webpart Solution

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 […]

Categories
How-To Technical

SSH into ESXi 5 host using public key authentication

I do this with my other linux host over here @ jermsmit.com so why not with my ESXi 5 hosts. Using OpenSSH Public Key Authentication on ESXi 5 required a few things. You need to enable SSH You need an SSH client (I use putty) If you already have a authorized_keys file handy use it or make […]

Categories
How-To Software Technical

SharePoint Document Library as a Network Drive

SharePoint can be fun if you just let it… This post applies to SharePoint 2010 as I haven’t yet to play with the features of SharePoint 2013, although I am confident the same method would apply. To map a SharePoint 2010 Document Library as a network drive you need to first copy the SharePoint document library URL. For example, I am […]