Marius van Witzenburg "Learned my lesson in life, now setting my action to stay in life."

8Apr/100

Fix write access problem for Mac OS X 10.6.x to Samba share on FreeBSD or Linux

Nothing is more irritating than not being able to copy the files you want to a share.

This problem has been bugging me since the release of Mac OS X 10.6.

The fix seems to be quite simple, I added the following to my global block in smb.conf:

1
2
3
4
5
[global]
dos charset = UTF8
unix charset = UTF8
display charset = UTF8
unix extensions = no

Now we can work without errors again. :-)

Ps. Don't forget to unmount and re-mount your share before the changes take effect.

30Mar/104

[SOLVED]: subclipse unable to load default svn client. Eclipse & Aptana

I've been strugling with this error for about 20 minutes just wondering what I was doing wrong...

Well, the solution is quite simple. You have install all packages below:

SVNKit Library
JNA Library
CollabNet Merge Client
Subclipse (Required)
Subversion Client Adapter (Required)
Subversion JavaHL Native Library Adapter (Required)
Subversion Revision Graph

You can see the installation window below:

Screen shot 2010 03 30 at 14.38.11 502x512 [SOLVED]: subclipse unable to load default svn client. Eclipse & Aptana

13Sep/090

E_STRICT crashes php if date.timezone is not set in php.ini

In case you use the following in your php.ini:

error_reporting = E_ALL | E_STRICT

You might notice that if you do a phpinfo() that php crashes the apache child.

Reason is a bug in php that causes an infinite loop.

You can solve this by setting "date.timezone =" to your timezone.

For a list of timezones check:
http://www.php.net/datetime