Friday, November 12, 2010

Hosting Mercurial on a Synology NAS

Some time ago I ditched my subversion and wanted to try out a distributed sourcecontrolsystem. I had the choice between GIT and Mercurial: There is nothing to explain why I chose Mercurial, I just flipped a coin: but since then I'm quite happy with that decision.

Thursday, November 11, 2010

Hosting Files for Blogger

In my latest Post, I wanted to publish some simple code-examples and of course I didn't want it to be shown just as text but with some fancy syntax highlighting and copy/paste-able (this works if you double-click on the code, than you get the plaintext-version to copy). Therefore I needed to make some CSS and JS Files available for the blog and my first thought was, just to put them on my little home-server and make them public. On second thought this was not the best idea: my server often has outages and is usually under high load, so to serve the files from there might become a problem somewhen and I tried to find another solution.

Wednesday, November 10, 2010

.NET WCF Service and ASP.NET Service with JSON

Some month back I wanted to create a simple .NET webservice which was called from JQuery, more precisely via JSON.

By that time, WCF was not a new technology any more: It was already well established and of course my thought was, I will use this technology for creating the service.

Monday, November 8, 2010

Synology NAS: Update DSM 3.0

Since about 2 years I have a Synology NAS (108j) at home and I'm really happy with it. Its a great way of saving my data and also for the main reason I bought it, as a Media-Server, it works perfectly!

A few weeks back, there was a new version of the firmware and after some time, I finally decided to update it. It took me some time to reconfigure my custom stuff (like web server, svn, mercurial, etc) but it was definitely worth it!

There is also one new feature I have to point out in the new version: its the blocking feature for unsuccessful attempts to log on to the NAS.

I activated it just for fun because I actually never thought, there were so many people (or bots) trying to access my NAS: but I was wrong!

Only after a few weeks leaving this feature do its work, I got already 45 IP-Addresses on the Blacklist. After a whois-research I found out, that those addresses are from around the world: so its not a special country you have to take care about: there (wannabe)hackers everywhere!

So if you also have a Synology NAS, I really recommend you to enable this feature: maybe you're not such a "target" as I am, but it's wise to do so anyways.

Sunday, November 7, 2010

Switched from Wordpress to Blogger...

After quite some time on a selfhosted Wordpress, I was finally tired of maintaining this stuff and switched to blogger.

Esp. after I found out, that this step was VERY easy! Its not a problem to have your custom Domain for the Blogger Account and importing the Blog from Wordpress also was a nobrainer.

The only Thing you actually need to use to do that is a Blog-Transformertool which can be found here.

What you do is basically export your Wordpress-Blog as XML, Convert the File via the tool mentioned before, change the Links to Resources like Pictures to a new destination and then import it to Blogger again :)

After the Switch I also hope to become more active again with blogging about Software-Development and other stuff.