October 4, 2014

From FlatPress to Blogger

A few days ago, as I was customizing my blog again, I realized that something was wrong. All that time I've been using FlatPress, I kept modifying, fine-tuning and working again and again on my blog's design and features without being able to make it feel right. I was investing more time and efforts in the container than in the content. That's not right. It was time to let go and move on.

I happened to test Google's Blogger, a product I didn't use in years. I was surprised to see how it improved over the last 5 years. I found what I was looking for. Then, I went through all my posts one by one and copied them to Blogger. Didn't feel like messing around with a potential way to batch import my entries. Not for only 17 blog posts. 15 minutes later, all my content was migrated.

A part of me is sad to move away from a product I care about. FlatPress, although not powerful and widely used as WordPress or Blogger, is a great product. It's developer, NoWhereMan is a great guy. I decided to go with it several years ago because it's easy to customize and I wanted to learn a few things along the way, which I did. Did I overgrow it? I don't think so. I'm just tired of my blog being in constant development. I still want to develop themes for FlatPress though, it's an amazing platform to learn and experiment, while bringing forward the product's development. But I'm not going to use it for my personal blog. For now.

For the first time in years, I'm satisfied with how my blog looks, feels and works. Hope it'll last!

August 13, 2014

MTU Size for PPTPD VPN Sessions

Users are getting a black screen when connecting to their Windows workstation using RDP through a PPTP VPN? After looking at all possible causes, I found out the issue had to do with the VPN PPP sessions’ MTU size. Here’s how to fix the MTU size of Ubuntu’s PPTPD sessions so that everyone can get their work done.

Edit /etc/ppp/ip-up and add the following line at the end:
/sbin/ifconfig $PPP_IFACE mtu 1500
You’ll see that new PPP connections now have a MTU of 1500 when using ifconfig.

It would appear that an MTU size of 1396 for PPP sessions will sometimes cause issues when using Windows 7’s RDP through the VPN, no matter what the display options are. Fixing the MTU to 1500 as explained above fixed the black screen glitch right away. The problem was on the server after all.

July 25, 2014

Content is King

When I take an overall look at my personal Internet browsing habits, I notice that like most people, I visit a certain number of websites every now and then. Why are these websites in my bookmarks? How did I become at some point a regular visitor? The answer is simple: Content.

Nowadays, it’s not that hard to give yourself some visibility on the Internet and have people visit your website. But will these new visitors remember you and return? If you don’t serve them quality content on a regular basis, you can be sure they won’t. Forums, blogs, most websites are subject to this golden rule of the Internet.

July 24, 2014

Error 193: 0xc1 Service fails to start

Ever encountered this error on a Windows server?
Error 193: 0xc1 Service fails to start

It’s pretty easy to fix things up and get that service to run properly as usual.

You’re going to look at the service’s executable path and check all the concerned folders. Make sure none of those folders contain a file with the same name as the first word of the next folder. When a service is launched, it’ll likely fail to start if a file with the same name as the first word of a folder name happens to be there.

For example: A file named “program” in your C: drive.

If such a file exists, delete it and try starting the service again. I bet it’ll start this time!

June 20, 2014

40 days without a post

Oh boy… Here we are again.

When you aim at developing a website, be it a blog or a forum, what’s one of the golden rules you need to pay attention to? Post new content on a regular basis. Yep, that’s exactly what I’m not doing these days.

Visitors will obviously find your site for its current and old content that’s nothing new. But if you ever want to have regular visitors, you got to always come up with new articles, new stuff to keep them interested and engaged. Otherwise, those possible regulars are going to notice pretty quickly that your website isn’t actually that active and they’ll go somewhere else to get whatever fresh stuff they’re looking for. And you don’t want that to happen, right?

To be continued…!