Tag Archives: shell

sysctl

Occasionally my shared memory segment settings in my /etc/rc file aren’t applied correctly during startup and I get the following error when I try to start Postgres:

I would expect my shared memory size to be 167772160 instead of 33554432 since my /etc/rc file looks like this:

Restarting my machine helps, but doing that [...]

Converting a UTF-16 file to UTF-8

Lorien recently received a bunch of SVG files encoded in UTF-16 that her Aptana editor didn’t support well. She discovered this because ever time she needed to move to the next character, she needed to arrow right twice. There were a few interesting properties of a UTF-16 file that we discovered by reading  this post: [...]