How To Install CSF On A GoDaddy VPS Running CentOS 6



TODO:

You are running a VPS server at GoDaddy and need to set up a FireWall.

 

SOLUTION:

Follow the directions at HERE to get it to work.

 

NOTES:

I tried a few articles, and none worked.  This article worked like a snap.

Where Are The SharePoint Server 2013 Client Components SDK Dlls Installed



TODO:

You installed the SharePoint Server 2013 Client Components SDK but do not know where the Dlls are to reference in your project.


SOLUTION:

They are installed at:  C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI

 

NOTES:

There are no notes on this topic.

How To Install A Service From The Command Line In Windows



TODO:

Have you ever built a service and wanted to install it?

 

SOLUTION:

  • Open a Visual Studio Command Window
  • Navigate to your EXE folder of the service.
  • Execute the following command:
    • C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil .\YourService.exe


NOTES:

This assume .Net version 4