Categories
Software

Win32DiskImager

If you ever needed to clone a USB, SD Memory card, etc. Using Win32DiskImager is a excellent program tool for the job. Win32DiskImager, enabled you to save and restore raw images to removable media.  I have been using this for my Raspberry Pi installs and other USB Bootable media as a way to quickly backup and […]

Categories
Hardware How-To Technical

How to Root Galaxy S4!

This is a video by our buddy Zedomax on rooting the Galaxy S4. This method is only for root access, its not a video on installing custom recovery, so please enjoy and remember to subscribe to his YouTube Channel. . This method works on all Qualcomm Galaxy S4 running Android 4.2.2 including: AT&T SGH-i337, T-Mobile […]

Categories
How-To Software Technical

HowTo: Export Putty Sessions

I just rebuilt my workstation and now on the new system I would like to have all my saved Putty sessions. Putty doesn’t have a built in export feature for this. So I went looking for where Putty store its sessions info. As there it is. In the registry, like so many other things. Here […]

Categories
How-To Technical

PowerShell: Get basic network adapter properties

Get-NetAdapter cmdlet returns to you the basic network adapter properties of visible adapters installed on your system. This is a very useful tool to gather some details about your installed network adapters. More info and features can be found here: http://technet.microsoft.com/en-us/library/jj130867.aspx  

Categories
How-To Software Technical

Get to Network Connections UI by using “ncpa.cpl”

Looking for a quick way to get to your network connections: Control PanelNetwork and InternetNetwork Connections From the run prompt (shortcut keys: WinKey+R) enter ncpa.cpl. You will immediately open a window that takes you to the network connections UI without traveling thought the network sharing center. If you want to create a quick shortcut you can […]

Categories
How-To Software Technical

Some Basic Use of Nmap

Nmap (“Network Mapper”) is a free and open source utility for network discovery and security auditing. I along with many other systems and network administrators also find it to be a useful tool for the right job. Nmap can be installed and used in Windows, and mostly common in Linux distributions such as Debian and the […]