Categories
- Apache
- blogging
- bookmarks
- Calendaring
- cx_Oracle
- Debian
- Email Servers
- ESX
- Exim
- Folly
- fpm
- gcc
- git
- grub
- How Tos
- iCal
- IDE
- IIS
- ip addressing
- ipv4
- jumpstart
- libc
- libmcrypt
- lightning
- linux
- LVM
- Mail Post
- Mcrouter
- mcrypt
- microsoft
- mysql
- networking
- offsiteHowTo
- OpenSUSE
- Oracle
- Oracle Linux
- perl
- php
- phpbb
- POP3
- postfix
- Programming
- python
- qmail
- RBL
- redhat
- rpm
- SLES
- SMTP
- Software
- solaris
- spam
- SQL
- SQLAlchemy
- Sunbird
- thrift
- thunderbird
- Unix
- Wangle
- WebDav
- windows 2003
- wordpress
- zypper
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
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