YII under Fedora with SELinux
Running YII (release 1) under Fedora with SELinux required some adjustments to eliminate runtime errors and prevent the throwing of warnings. I have documented them here.
Running YII (release 1) under Fedora with SELinux required some adjustments to eliminate runtime errors and prevent the throwing of warnings. I have documented them here.
Common wisdom says “MySQL does not support server side cursors”. I searched and did not find anything that indicated this was old information (read on). After a lot of unsuccessful work to get MySQL to handle cursors with 1 million … Read More
Upgraded from Fedora 15 to Fedora 17 and installed Postgres db as I needed the functionality of a server-side query. After the upgrade, I was unable to log on to phpPgAdmin and in the httpd error log I was seeing … Read More
For a recent project, the client required that several remote computers be time synch’ed by a Trimble GPS unit. The software running on the remote computers was written in C++. I was unable to find a generalized routine to get … Read More
A recent project which involved working with MySQL Workbench and accessing a MySQL database on a Fedora 14 computer has proven to be a challenge in getting the connection established. Besides receiving rather meaningless errors
When running ssh or scp from a script, there is a need to establish a connection to the remote site without being prompted for a password. This quick reference should get the job done.