
Sep 16, 2015
Retrieving Hyperthreading CPU Information on Windows 2008 R2 using PowerShell and CoreInfo
Sometimes you just need to get specific information about the processor and the settings on a server and you really don’t want to get into the BIOS and dig around and find it. There are many ways that we can do that but for this post let’s use PowerShell and a SysInternals tool called CoreInfo. This post is due to a customer request on information from a remote physical server. CoreInfo... read more
Sep 15, 2015
How To Remove Storage Resources from a Windows 2008 R2 Cluster
So you have a cluster and storage that you no longer have use for and need to safely remove it from your cluster. It is a simple and easy process to follow just a few things to make sure before you remove. Nothing is using the storage Any and all dependencies for the storage are removed. Administrator access Login to any node of the cluster and open up Failover Cluster Manager (Start > Administrative... read more
Sep 14, 2015
How To Create Business Cards and Labels Using gLabels
So you have a business or you have a need to print labels and you are running Linux. Windows users have many options and so do Linux users, one being gLabels that is a GNOME based application and is included in almost every distribution out there. As a hassle free label creator, gLabels offers various predefined templates for labels and business cards, and works with peel-off labels and business card... read more
Sep 10, 2015
How To Create an Auto-start file aka: rc.local for Fedora 21
As with many things there always is a script, service restart or something that needs to be run to resolve and issue or to add a feature. You could create and init.d script or systemd script to address this, but you can also create a bash script called rc.local and use it for your purposes. One of the nice things is this can be used to run multiple commands in one file that are applied system wide. For... read more
Sep 8, 2015
How To Install VirtualBox 5 Additions on CentOS 7
Introduction In this post we will discuss how to get VirtualBox 5 guest additions installed on CentOS 7. Installing VirtualBox Additions First make sure updates have been applied and if there was a kernel update that the system was rebooted. Do this the typical way by running the command. $ sudo yum -y update Now that we have the latest updates and have rebooted we need to install epel to allow us to get... read more