Linux

Installing a new language in Zimbra 5.x

This is a short post describing how I’ve installed a new language pack to a Zimbra (ZCS) 5.0.10 installation to enable norsk/norwegian language. Download your desired language pack, in my case it was a Norwegian translation from the I18N/L10N – Translations Zimbra forum. Unpack the translation files Copy the translated files to your Zimbra server […]

Read More
Scripting

Create a mysql trigger

This is a short description on how you can create an easy Trigger in mysql. My trigger will insert todays date when I insert a new database record. A trigger is a named database object that is associated with a table, and that activates when a particular event occurs for the table. Some uses for […]

Read More