
| home | AJAX (6) || C#.NET (5) || Coldfusion Development (16) || DHTML (14) || Flash Development (19) || jQuery (4) || MSSQL (2) || UNIX (10) |
| Archive for the 'UNIX' Category | ||
| 5.29.08 | Colorized SVN STAT and CVS UPDATE Output Via BASH | category: UNIX |
|
0 comm |
Single line of bash code to output CVS update with colorized:
|
|
| 3.27.08 | Load Test AJAX Applications With HTTPERF | category: AJAX, UNIX |
|
0 comm |
First off - never leave home before launching any site or server architecture without HTTPERF. http://www.hpl.hp.com/research/linux/httperf/ |
|
| 12.24.07 | mod_cache ignores mod_dir DirectoryIndex index files + workaround | category: UNIX |
|
0 comm |
An interesting problem with Apache’s mod_cache (even “production” in the 2.2.X branch) is that it does not cache mod_dir’s DirectoryIndex files. For instance, if you have a |
|
| 7.13.07 | Simple Flash Remoting Proxy Through Linux | category: Flash Development, UNIX |
|
0 comm |
I must disclaim that this is a very straight forward proxy example yet it does not work with AJAX and web browser’s cross-domain security policies/complexes. There is actually a far more elegant solution I use currently which enables complete support for Flash Remoting and AJAX calls to be made via a cluster of proxies even [...] |
|
| 7.13.07 | How To Convert Apache SSL Certificate To Use With IIS | category: UNIX |
|
1 comm |
Disclaimer: I figured this out from other sites and other’s hard work. Not only that but another classic case for how much we take advantage of the amazing functionality of OpenSSL. |
|
| 4.3.07 | mod_proxy and internet explorer problems | category: DHTML, UNIX |
|
2 comm |
If you have seen this error appear in your Apache logs: |
|
| 3.19.07 | Problems With Clustered Flash Remoting Through Apache mod_proxy | category: Flash Development, UNIX |
|
0 comm |
The scenario is having an externally accessible Apache 2.2.4 server providing a clustered proxy for Flash Remoting. The problem I encountered every time I tried to access http://www.myhost.com/_api/flashservices/gateway/ it would access the appropriate clustered proxy node - but that node would immediately send back a 302:Location Redirect which would resolve to a private-network IP address [...] |
|
| 1.24.07 | Canon Network Camera Control Protocol Hack - VB-C50i Control Port Communication | category: UNIX |
|
5 comm |
UPDATE 10/10/2007 - Put together a very simple Coldfusion script that can control a camera by connecting directly to the cam, taking control of it, and sending binary control data. Here’s the example source: |
|
| 1.22.07 | Live Streaming of a Webcam Feed from CANON VB-C10/C50 From a Relay Proxy Server | category: UNIX |
|
22 comm |
UPDATE 10/01/2007 found out that if the input from the cam is 6FPS and the output to SWF via FFSERVER is 4FPS - there’s no lag in camera controls. The scripts below have been changed to pull the MJPEG images from the camera at 6FPS and keep the flash SWF output as 4FPS. |
|
| 11.8.06 | Webalizer shell script that handles clustered logs | category: UNIX |
|
1 comm |
This shell script utilizes barebones webalizer config files in /etc/webalizer/{NAME}.conf where {NAME} is the value of the somewhat standard hostname-access_log.1.gz with Linux log rotation. |
|