in the maze.net

To content | To menu | To search

Thursday, June 18 2009

CommentLuv for DotClear update to v0.9.10

What's new:

  • Updated to CommentLuv 2.7.5 code base
  • Much cleaner integration interface

What's next:

  • Embedded CSS styles within configuration interface to facilitate integration with skins. This was present in version 0.9.02 and will be back in next update.

You can find the plugin on its own page.

Monday, April 6 2009

CommentLuv for DotClear update to v0.9.02

What's new:

  • Fixed a problem that prevented posting anything but the default post when writing a comment.
  • Various small fixes
  • A complete french translation, contributed by David Saba

Many thanks to David Saba for the bug reports, investigation and translation!

You can find the plugin on its own page.

Friday, March 27 2009

Flawed backup strategy

Okay, so a few months ago, I mounted a samba drive on my Gentoo machine that linked to a Windows file server I had lying there.

Then, I added an rsync task to my backup server - every day, along with other folders, a remote server took backups from the Windows machine through the Gentoo server.

All works fine.

Did you guys find the flaw yet? I didn't find it until this morning.

Yesterday night, the Windows server went down. Its an old Celeron 400mhz - its way past its prime. Problem is, it went down before the nightly backup routine.

So the samba mount "disappeared".

And when the rsync took place, all the backup could see was an empty mount drive...

And so, rsync synchronized - and wiped the whole backup. Now the folders are synchronized.

  • sigh *

I need to rethink that particular strategy.

Update 1 Instead of the previous setup, I've mapped my Gentoo server to the windows network via Samba - I'm sharing the driver directly from the Gentoo server now - much less hassle.

Update 2 Yanik Proulx was kind enough to send me a simple script that fixes the problem by make a rotation backup of the mount ("soft link") to a hard link. Thanks, buddy!

Another interesting solution would be to rsync from soft to hard link locally after checking the mount status.

Update 3 Another method would be not to backup the root folder of the mounted drive. This way, the folder to backup would not exist and rsync would simply fail.

Thursday, December 18 2008

Tracking traffic statistics

I'm wondering... what are the pros and cons of these engines:

Feature-wise, Google Analytics is awesome. One of the drawback is that its hosted "outside".

I've been using AWStats for awhile. Its cute, but it is very limited in its tools to analyze data and has no tracking options.

Piwik is a new one to me. Seems pretty awesome, but it is also pretty young.

My all-time favorite engine is the one that came with a Website I once ran off GoDaddy - entirely proprietary, of course.

Anyone has experience to share with these (or others)?

Tuesday, November 18 2008

FeedWordPress RSS Title Filter for WordPress v1.0

Just made a little WordPress plugin for my newfound friends at RPBloggers.com.

The plugin tweaks FeedWordPress (a feed aggregator) to add the syndication source title to the post titles.

Checkout the official page: FeedWordPress RSS Title Filter for WordPress

- page 1 of 11