search
top

Keeping Your Kindle HD Clean of Malware

As with PC and other devices there is malicious software and others trying to mess up your device. Luckily there are several free tools ou there to keep your device running smoothly. The Kindle HD is not exempt from the malicious apps out there so here are a few apps that you will want to install from the Amazon App store. Here are two of my favorites. Malwarebytes Anti-Malware If there is one tool I tend... read more

How To Install Google Chrome on Kindle HD

Recently I began to start using my Kindle HD alot more and was surprised to only see Silk as the available browser. Being an Admin this is not an option as there are many other browsers out there and especially for Android devices. With the Kindle you are limited to what is in the Amazon App store which is good but Chrome and Firefox are not in the store. So to rectify this you must do the following. Go... read more

Finding WWN’s on Windows Server 2012 Using PowerShell

With a single command you can retrieve WWN’s on Windows Server 2012 R2 using PowerShell. Open the PowerShell command and type: Get-WmiObject -class MSFC_FCAdapterHBAAttributes -namespace “root\WMI” | ForEach-Object {(($_.NodeWWN) | ForEach-Object {“{0:x}” -f $_}) -join “:”} And that is all there is to it. Simple and fast using PowerShell. Update: I have been been... read more

Windows Server 2012 R2 SNMP Tools install

Recently ran into an issue on Windows Server 2012 R2 systems and came across some systems that had SNMP installed but the Security, Agent, and Traps tabs were missing.  This is due to the facet that Microsoft has deprecated SNMP in Server 2012. (http://technet.microsoft.com/en-us/library/hh831568.aspx) NOTE: This is in addition to the SNMP Services feature. If you haven’t already installed the SNMP... read more

How To Install Microsoft SQL drivers and unixODBC 2.3.0 on RHEL 6 64 bit

How To Install Microsoft SQL drivers and unixODBC 2.3.0 on RHEL 6 64 bit Microsoft’s SQL drivers can not use the 2.2.14 unixODBC installed with RedHat 6. It requires 2.3.0 which requires compiling and installing from source. First download the latest unixODBC from http://www.unixodbc.org/ . Put tarball in /tmp and extract. Extract the tar ball # tar xvzf unixODBC-2.3.0.tar.gz Change to the unixODBC-2.3.0... read more

« Previous Entries Next Entries »

top
Life of a Geek Admin
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.