By gill, 22 August, 2010

? 10:00:41:20:00:32
ranchero 40:61:86:e9:81:d6
fairlane 00:16:E6:D6:84:86
jetfire 04:4B:80:80:80:03
wview 00:50:43:01:C7:D3
ionian 00:10:C6:80:5D:26
valiant 00:18:E7:17:DC:F0
Hornet 00:1A:92:7C:0C:1C
dorian 00:0D:4B:05:02:36
tempest 48:5B:39:02:5D:F9
spyder 00:24:23:18:13:BD

By gill, 27 August, 2010

http://www.zoneminder.com/wiki/index.php/Documentation#Filtering_Events
%EI% Id of the event
%EN% Name of the event
%EC% Cause of the event
%ED% Event description
%ET% Time of the event
%EL% Length of the event
%EF% Number of frames in the event
%EFA% Number of alarm frames in the event
%EST% Total score of the event
%ESA% Average score of the event
%ESM% Maximum score of the event
%EP% Path to the event
%EPS% Path to the event stream
%EPI% Path to the event images

By gill, 4 May, 2010

The first crash was DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x000000D1. The
error was in VIDEOPRT.SYS. Search turns up nothing specific, but an upgrade of video drivers may be the answer.
The second crash was a STOP 0x0000008E in WIN32K.SYS. Search turns up this: http://support.microsoft.com/kb/834450
The third crash is DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x0000000A
The fourth crash is again DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x000000D1 VIDEOPRT.SYS.
Another STOP 0x0000008E!!!

By gill, 25 February, 2010

I have a spelling checker
It came with my PC.
It plane lee marks four my revue
Miss steaks aye can knot sea.

Eye ran this poem threw it,
Your sure reel glad two no.
Its vary polished in it's weigh,
My checker tolled me sew.

A checker is a bless sing,
It freeze yew lodes of thyme.
It helps me right awl stiles two reed,
And aides me when aye rime.

To rite with care is quite a feet
Of witch won should be proud.
And wee mussed dew the best wee can,
Sew flaws are knot aloud.

And now bee cause my spelling
Is checked with such grate flare,

By gill, 16 February, 2010

Install vnc server and xinetd

yum -y install vnc-server xinetd

Configure xinetd:

chkconfig xinetd on

Create /etc/xinetd.d/xvncserver

service vnc-640x480x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc
  server_args = -inetd -query localhost -once -geometry 640x480 -depth 8 -SecurityTypes none
}

service vnc-800x600x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc