Author Archives: admin

Using Oracle SYS_GUID() and RAW in SQLAlchemy

How to use RAW data types from cx_Oracle dialect in SQLAlchemy to create unique row IDs that are generated by SYS_GUID(). Use Oracle’s SYS_GUID() function to create unique IDs for rows without Sequences. Continue reading

Posted in cx_Oracle, Oracle, Programming, python, SQLAlchemy | Leave a comment

HOWTO Build and Install Mcrouter for RHEL, OL, CENTOS 7.x

How to build, package, and install mcrouter on Linux Continue reading

Posted in Facebook, Folly, fpm, Google, How Tos, linux, Mcrouter, Oracle Linux, redhat, rpm, Software, thrift, Wangle | 5 Comments

HOWTO use PHP getallheaders() under FastCGI (PHP-FPM, nginx, etc.)

If you use Nginx, PHP-FPM or any other FastCGI method of running PHP you’ve probably noticed that the function getallheaders() does not exist. Continue reading

Posted in How Tos, php, Programming | 4 Comments