Shared Know How


Howto: fix, find, use, make & do it guide

Installing netatalk under CentOS 5 with Leopard support

author Posted by: Tim on date May 2nd, 2008 | filed Filed under: linux

I had a old installation on our personal server of Netatalk withouth encrypted password support. This is fine when you are on your local network and use Tiger but with Leopard this is no longer supported.

I used netatalk-2.0.3

First time I tried to install under centOS5 I got an error

cnid_index.c:277: warning passing argument 2 of 'db->stat' from incompatible pointer type
cnid_index.c:277: error: too few arguments to function 'db->stat'

after some googling I found out that this has to do with support for an outdated Berkeley DB.

Read more »

FlashTracer in Ubuntu (Hardy) 64-bit

author Posted by: thijs on date Apr 25th, 2008 | filed Filed under: flash

There is this nifty firefox plugin that lets you see the trace messages of Flash files in your browser called FlashTracer made by Sephiroth.

To use this plugin you have to download the flash debugger player.
As you cannot use the provided flashplayer installer in the package, as it collides with the 64-bits architecture, you have to use ndiswrapper to do the job.

After unpacking the archive, find where the libflashplayer.so file is located (probably flash_player_9_linux_dev/plugin/debugger).
Then open-up a terminal and type:

  • nsplugginwrapper -i /full/path/to/libflashplayer.so

(in my case: /home/myname/flash_player_9_linux_dev/plugin/debugger/libflashplayer.so)

After that, hit Alt + A (default shortcut for the flash tracer) or go to Tools -> Flash Tracer to start tracing away!

  • OS: Ubuntu 8.04 (Hardy Heron ) 64-bit
  • Using: Firefox 3 beta 5, Flash debug player 9.0.124 (also works for 9.0.115)

handy .htaccess settings I use in a row

author Posted by: Tim on date Apr 16th, 2008 | filed Filed under: linux

I always keep on reinventing the wheel when it comes to .htaccess settings like for automatic redirect to https://, utf-8 character settings or custom error documents. Here are some settings I use.

Read more »

AsteriskNow install stuck at /sbin/loader

author Posted by: thijs on date Apr 16th, 2008 | filed Filed under: voip

Update (25-04-2008): Fixed with new VirtualBox 1.5.6

After upgrading Ubuntu to 8.04 (Hardy Heron) and upgrading VirtualBox to 1.5.6 the problem does no longer occur!

Problem:
AsteriskNow install gets stuck at /sbin/loader when using VirtualBox

Solution:
None --> Use VMWare

Description:
Yesterday I was trying to install AsteriskNow 1.0.2.1 in a VirtualBox (1.5.0). Read more »