The Return of Me: what I learned from my social fast

Last month I took on my wife’s challenge to abstain from any social networking over the six weeks of Lent. Some thought it couldn’t be done but I endured and think I may have come through it a little wiser.

At first, it was a real mental struggle. I can remember the very first day when I almost broke out in a sweat when not checking in to my train station on Foursquare. I could sense the long road ahead and could feel all my social clout slipping away from me. This was no joke and it helped me realise just how addicted to it I was.

Fortunately, the initial day was the only real struggle. I was occasionally tempted by a few notifications slipping through on my phone but once they were all properly turned off it was surprisingly easy to leave it all behind, refreshing in fact.

Continue reading

Addicted to Social Networking? I’m giving it up for Lent!

screenshot of how my profile now looksI’m sure a lot of us use social networking too much. By too much I mean using it,

  • for procrastination,
  • at inappropriate times and places,
  • first thing in the morning and last thing at night.

This is becoming the latest addiction for our generation, and although not as harmful as drugs or gambling etc, it can cause a disruption in your real life and actually make you less social with the people you see on a day to day basis.

Continue reading

A social media fairy tale: How a mayor got a new job

And now for something a little different. The true(-ish) story of how I got my new job as a SysAdmin for LinkedIn …

LinkedIn London

Once upon a time, there was a country boy from the shire of Bedford. One lucky day he received a Windows Phone 7 smartphone from the wizards at Microsoft. It let him do lots of magical things. His favourite trick was to check-in using the Foursquare spell. He got so good at using this spell he managed to conjure himself into the mayor of Bedford train station. Continue reading

2011 in review

The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.

Here’s an excerpt:

The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 50,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 19 sold-out performances for that many people to see it.

Click here to see the complete report.

Not quite a “post a week” but a vast improvement over last year’s (21 posts and 4500 views). Part of this is directly linked to migrating from the now defunct Windows Live Spaces platform and onto WordPress.

Thanks to all my visitors, I really appreciate your comments and hope you have found something useful, intersting or funny on my blog.

Hopefully 2012 will bring even more interesting posts thanks to my new job (starting next week!). One of my tech resolutions will definitely be to increase the amount of posts I do and taking the drafts that float around in limbo to completed usefull articles.

Here to seeing what 2012 brings :)

Shutting down Windows 8 using only the keyboard

Screenshot of the desktop settings panel One of the issues with Windows 8 is trying to find how to shut it down!

Only the free developer preview has been released so far, so all may change by time the beta comes out (rumoured February 2012). For now it’s been quite tricky to shutdown or restart your PC. One way is to create some shutdown tiles for the Start Screen but I’ve learnt a couple off ways using just the keyboard.

  1. Press [CTRL]+[ALT]+[DEL] then use the Power button at the bottom right of the screen. You can press tab a lot of times to get to the Power icon but the option below is a bit quicker
  2. [WIN]+[I], [LEFT], [SPACE], [UP], [ENTER]

“+” means press the keys together, a “,” means do the next press separately

You’ve got Emoji – Smilie Characters discovered in a font

Screenshot of all of the special characters
To get these simple but cool emoticons/emoji/smilies or whatever you want to call them you will need the Segoe UI Semibold font that comes with Windows 7 (possibly Vista too?).
In Microsoft Word, click the Insert tab on the ribbon. On the far left click the Symbol button followed by the More Symbols option

Continue reading

Group Policy Management Overview

gpmc iconWe use Group Policy to tweak the default settings on Microsoft Servers and PCs. You edit the policies using the Group Policy Editor console (gpedit.msc) but to manage the policies you use the Group Policy Management Console (gpmc.msc). The more policies you start to create, the more confusing managing them can become and with each new version of Microsoft software (Office included) new Group Policy templates are added. This article is to give you an insight into exactly what the Group Policy Management Console (GPMC) is about and how everything links together.

It’s always best to edit policies from the latest OS. This is one of the reasons to always have a VM somewhere with the latest OS purely for Group Policy. Alternatively, if you are using the latest OS then you can install the GPMC from the Remote Server Administration Tools (RSAT) and then edit the policies from there. If you don’t, it’s not a big issue but some policies won’t be available. All of the templates can be stored in a central location in Active Directory so they can be accessed by all domain machines. There is some debate whether it is best to have the policies held locally rather than in the central store but I think it works well. By default this is \\DCName\sysvol\domain.name\Policies\PolicyDefinitions. If you ever download a new template you will need to put it in there. For more details on activating the central store se the following Microsoft Support article

Inheritance & Precedence

Group Policies Objects (GPOs) are created in the Group Policy Objects folder in GPMC. Policies are then linked to Active Directory Organizational Units (OUs). You can link as many Policies as you like to an OU and you can also link the same policy to as many OUs as you like. You can also block inheritance by right-clicking an OU and disabling it. The precedence of any GPOs, i.e. what GPO policy wins out of any competing policies, can be changed in the Linked GPO tab of an OU. Normally the deepest policy wins. Continue reading