


Step by Step: Install Ghost Blog
Latest Version of this guide: https://gist.github.com/8542013
Finishing this guide you"ll get:
- A running Ghost installation
- Amazon SES mail configuration
- Simple ssh hardenings
- Nginx proxy
- Node.js configured with forever
Specification of latest running installation:
- Date: 21.01.2014
- OS: Ubuntu 64 bit - 12.04.4 LTS
- Provider: Amazon EC2
- Mail service: Amazon SES
- Browser: Google Chrome - 31.0.1650.63
- Ghost: 0.4
- Node: 0.10.24
- npm: 1.3.21

Disable Trackbacks and Pingbacks in WordPress
Trackbacks and Pingbacks can be abused for spam and even DDOS attacks.
Disable for new posts
Uncheck the following setting:Settings>Discussion>Allow link notifications from other blogs (pingbacks and trackbacks)

Install SharePoint 2013 Three-tier Farm - Installing and Configuring SharePoint SQL Server
This post of is part of my Install SharePoint 2013 Three-tier Farm project.
In this post I’ll show my best practice for an new SQL Server to run SharePoint properly.
Let’s get started with local user rights.

O3M 30 - Jizzesus (bass, electro, big room)

Introducing new SharePoint Online Cmdlets
So far Micosoft doesn’t offer the same amount of cmdlets to manage a SharePoint Online instance as they do for an on-premise installation.
As many other SharePoint administrators I can’t wait to get new cmdlets. Luckily Jeffrey Paarhuis recently published a project on Microsoft Codeplex and showed how simple it is to manage a SharePoint installation just with client-side libraries and functions.
Seconds later I’ve migrated his functions into my project: https://github.com/janikvonrotz/PowerShell-PowerUp
I’ll introduce you the new:

How to debug your Node.js application
Recently I’ve started developing with Node.js. As a beginner I had to set up an IDE which meets my requirements such as debugging code. I’ve tried several IDE’s such as Microsofts’s WebMatrix or Eclipse Node.js extension. But all of them literally sucked, they were are a pain to install or didn’t work properly.
Luckily I came along this project: https://github.com/node-inspector/node-inspector

Success Factors for a SharePoint Project
Right now I’ve led the company internal SharePoint projects for about one year.
I’ve experienced that most of the SharePoint project leaders struggle with same problems.
In order to save you from this unnecessary experience I’ve shared my most important success factors of a SharePoint project:

Update Url within WordPress Post Content
Recently I’ve change the url for one of my GitHub projects.
- Old: https://github.com/janikvonrotz/PowerShell-Profile
- New: https://github.com/janikvonrotz/PowerShell-PowerUp
As you might know, I’ve used this url in several posts. In order to make this obsolete links I have to replace them in every posts.

Install SharePoint 2013 Three-tier Farm - Deploy the SQL Server Backup Job
This post of is part of my Install SharePoint 2013 Three-tier Farm project.
A clean SQL Server maintenance plan should include three processes, backup, integrity check and index optimize.
You could simply set up a SQL Server maintenance plan within the SQL Server management studio. But be aware that there are better solutions, E.g. Ola Hallengren’s SQL Server Maintenance Solution is my absolutely favourite.