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
Category Archives: Programming
HOW TO Install mcrypt for PHP on RedHat Linux 6 and Oracle Linux 6
This tutorial shows you how to install libmcrypt and the companion PHP module under RedHat Linux 6 and Oracle Linux 6. By default, RHEL and OL do not provide mcrypt or libmcrypt packages for the 6.x release. Subsequently, they don’t … Continue reading
HOW TO Use Multiple Filter Flags in PHP Filter Functions
Using multiple filter flags in PHP is easy, but the documentation does not explain it well. The Filter capabilities in PHP 5.3 and above are very powerful and save a ton of effort, but the passing of flags to various … Continue reading
Posted in How Tos, php, Programming
2 Comments
HOWTO: Create a random alpha-numeric string in PHP
Creating an alpha-numeric string in PHP is easy, but having a quick function you can call is better! This is very useful for things like password generators. To see how to do this in Python, check out this post: …howto-create-a-random-alpha-numeric-string-in-python … Continue reading
Posted in How Tos, php, Programming
Leave a comment