Sep 18, 2015
How To Force Delete NTUSER.DAT File on Windows 2003
Have you ever ran into the issue where you cannot delete the profile of a long gone user account on a server? Usually the file it complains about is ntuser.dat. Well no more worries. This is how you delete it using the User Profile Hive Cleanup Service. The User Profile Hive Cleanup service helps to ensure user sessions are completely terminated when a user logs off. System processes and applications... read more
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
