I’v decided to try using octopress in favor of wordpress. I’m hoping this will go better than my attempt to use Ghost .
One of the biggest best features of Wordpress is the Media Library. And without Wordpress backing this blog I have to figure out a good workflow for adding images to my blog. I’m thinking that using S3-style buckets tied in to our Ceph deployment at work. But this is not currently up and running so in the mean time i just have to use dropbox or add a custom rsync to octopress to push images as well as the blog.
The installation process will output several commands that you can use to start Dnsmasq automatically with a default configuration. I used the following commands but you should use whichever commands brew tells you to:
Configuring Dnsmasq
Now that you have Dnsmasq installed and running, it’s time to configure it! The configuration file lives at /usr/local/etc/dnsmasq.conf by default, so open this file in your favourite editor.
One the many, many things that Dnsmasq can do is compare DNS requests against a database of patterns and use these to determine the correct response. I use this functionality to match any request which ends in .dev and send 10.200.200.10 in response. The Dnsmasq configuration directive to do this is very simple:
1
address=/dev/10.200.200.10
Insert this into your /usr/local/etc/dnsmasq.conf file (I put it near the example address=/double-click.net/127.0.0.1 entry just to keep them all together) and save the file.
You may need to restart Dnsmasq to get it to recognise this change. Restarting Dnsmasq is the same as any other service running under launchd:
A while ago I bought a Raspberry Pi (model B) planning to build an Entertainmentsystem. The main reason for this was that I had gotten tired on using My TVs builtin player that did not support any of the format I wanted to use.
After looking around on the alternatives I decided there where three ways to go.
Raspbmc
OpenELEC
Build it myself.
As building it myself would take me to much time. I opted for either alternative 1 or 2. After looking at some vs writeups and youtube reviews it seamed to me that rasbmc was the faster of the two (less sluggish in menus and such).
Installing rasbmc was a breeze so I will not cover it, have a peek over at the official www.raspbmc.com.
After looking at a D-link NAS that I borrowed from a friend I decided that i should buy a real NAS.
I Finally settled on the Synology Diskstation DS214
I’v gone through the checklist, migrating all unarranged photos (from 4 different iphoto-libraries, and my very old photos from pre 2008 ) into the NAS.