Facebook screws over pages, yet again

Facebook has for some time now been attempting to monetize posts from "Pages" and generally prevents too much Page content appearing in users’ feeds, unless the Page is prepared to pay to boost their posts. In yet another news feed algorithm change, they’ve made it even harder for Pages to reach their users.

RewriteRule redirect without the query string

When redirecting all requests from one domain name to another one when the URL structure has changed, you’ll ideally want to craft redirects from the old scheme to the new one. Sometimes this is too complex or messy, and it’s easiest to just redirect everything to the new domain’s homepage. If they have query strings at the end of the URL then Apache’s RedirectMatch and RewriteRule with automatically include the query string in the redirect location. This post shows how to solve this.

How to clear the DNS cache on Mac OSX

DNS lookups are cached so that subsequent lookups for the same host don’t require querying an external DNS server again until the TTL expires. Sometimes you need to clear the cache, for example if you’ve changed a DNS record, and this post shows how to do it on Mac OSX.

Categories OSX

How to download the XenServer XenCenter client

I help to manage some virtual servers running on a XenServer host and there’s a management tool call XenCenter. I needed to install XenCenter again but couldn’t manage to find the installer on the Citrix website. This post shows the issue I had and where you can download it from.