DDNS for your GoDaddy domains

2016-04-13 | #dns

You can automatically update DNS for your GoDaddy.com domains following the suggestions from the post ddns-with-godaddy but remember to patch the godaddy python library with this client.py

Continue reading 


Installing Nodejs oracledb module on Suse SLES 11

2016-02-11 | #nodejs #oracle #suse

For a quick tutorial about installing Oracle module for Nodejs (oracledb) on Suse SLES, follow the info at Node-OracleDB Installation but remember to use the gcc compiler release 5.0``` export ORACLE_HOME=/home/oracle/instantclient_12_1 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME export TNS_ADMIN=$ORACLE_HOME export OCI_LIBRARY_PATH=$ORACLE_HOME export OCI_LIB_DIR=$ORACLE_HOME export OCI_INC_DIR=$ORACLE_HOME/sdk/include

Continue reading 