Author Archives: ufnec

Convert number into chinese string with php

convert from int to chinese string e.g. 125 -> 一百二十五 2. convert from chinese string into int, eg. 一百二十五 > 125

Posted in Development | Tagged , | Leave a comment

TDE in SQL Server

Implementing TDE in SQL server You must remember where you backed up the certificate and the encryption/decryption password. Restoring a Certificate

Posted in Development | Tagged , | Leave a comment

TCPDF display chinese characters

There is a way to embed a TTF that can display Chinese characters. Developer can use a font that: Can display Chinese Can be embedded to PDF The fonts Droid Sans Fallback, which is free. copy the font to ./lib/TCPDF/fonts/DroidSansFallback.ttf … Continue reading

Posted in Development | Tagged , , | Leave a comment

Synology raid rebuild speed

In case of slow raid rebuild speed, there are options to speed up the rebuild time. ssh into the synology and use the below commands

Posted in Development | Tagged , | Leave a comment

Synology WOL script

The script that will wake up another Synology machine, this enable me to wake up the machine before the backup script start.

Posted in Development | Tagged , , , | Leave a comment