Oct 26, 2015
FFmpeg Basic Audio and Video Commands
Introduction FFmpeg is a very powerful and great command line tool used for performing various conversion operations on audio and video files. FFmpeg is absolutely free to use. It is available for Windows, Linux and Mac operating systems. In this post we will be running ffmpeg on Fedora 21 (Linux) to cover some basic commands. Video specific commands Extracting Video While Muting Audio In the command... read more
Oct 20, 2015
Resolving Distributed Transaction Issues with BizTalk, MS DTC and Clustered MSSQL Servers
Introduction After a recent storage migration of a Windows 2008 R2 cluster that involved removing the clustered DTC (Distributed Transaction Coordinator) starting seeing SQL transaction errors from the BizTalk server that was connecting to the SQL database instance running on the clustered servers. These are the steps followed to resolve the issue. Microsoft Distributed Transaction Coordinator (MSDTC) is... read more
Oct 19, 2015
How To Use Consistent_Lun setting on VMAX Initiator Groups
Introduction Using the consistent_lun setting we eliminate the issue where different devices show different lun id’s. This is more prevalent with ESX Hosts. For this to work the flag must be set at creation time of the host and parent initiator groups. In this post we will cover how to complete the task. Step 1 – Create Host Initiator Groups The first step is to create the host initiator... read more
Oct 15, 2015
How to Install and Use HandBrake on Fedora 21 / 22
Introduction The situation is you have a great DVD and you want to view this on your Fedora installation but not by playing the the DVD, but to have it on the drive so you can play it when you are traveling or really do not want to carry the DVD with you. This is assuming this is your personally owned DVD. Well no fear HandBrake is here to the rescue. HandBrake is easy to use, it’s available for Windows,... read more
Oct 12, 2015
Creating and Managing Scheduled Tasks from the Command Line in Windows
Introduction Scheduled tasks are a wonderful tool to use in Windows to perform repetitious tasks on the server and your system. This can be updating, backups, cleanups and many other tasks. There are many different ways using command line and the GUI to accomplish adding, changing and deleting tasks. In this post we will cover using the command line to manage and maintain scheduled tasks. Scheduled tasks... read more
