Web Survey Tools
Friday, October 14, 2005, 03:14 PM -
ClicK to see brief survey & results
I'm working with phpESP and igal to create a web survey of some pictures from Port Aransas that I took last year. Our district committee completed a community survey last spring using phpESP.
[ 2 comments ] ( 13 views ) | [ 0 trackbacks ] | permalink |




( 3 / 499 )Blog Log
Friday, October 14, 2005, 07:53 AM -
I'm grepping the log for the header image file name minus my workstation entries to identify hits in this script. I have also used grep -c to make a crude counter. By counting just the header image I've managed to omit most of the log entries from the numerous web robots (mainly ask, msn, google). See Link on side bar "Blog Log" I'm running it as a cronjob every few minutes for now. This is crude programming, I'm sure, but I like rough bash scripting with fair results: -Leif
[leif@king bin]$ cat onotes.sh
grep onotes /var/log/httpd/access_log :grep -v king >~/bin/file-ON
echo "<html><br><b>" > ~/web/blog/onotes-log.html
echo "blog.paisd.net log file `date -u`" >> ~/web/blog/onotes-log.html
echo "</b><br><pre>" >> ~/web/blog/onotes-log.html
cat ~/bin/file-ON:cut -d " " -f1 >> ~/web/blog/onotes-log.html
sleep 1
I noticed the pipe displays as a colon on sphpblog. I dunno.... -LJ
[ 1 comment ] ( 10 views ) | [ 0 trackbacks ] | permalink |




( 3 / 483 )DWEIC Meets today at 3:30
Wednesday, October 12, 2005, 02:14 PM -

[ 1 comment ] ( 4 views ) | [ 0 trackbacks ] | permalink |




( 3 / 472 )Dorado Services
Tuesday, October 11, 2005, 07:49 AM -
Faculty Mail Server
---ClamAV---
Virus database reloads:
Now protecting against 40511 viruses: 1 Time(s)
Now protecting against 40515 viruses: 1 Time(s)
Now protecting against 40523 viruses: 1 Time(s)
This one is probably generated from my iptables script:
12 Time(s): MASQUERADE: Route sent us somewhere else.
Sendmail Log Shows Chinese Spammmer Cracks -bah!!
Relaying denied:
From 61-217-111-89.dynamic.hinet.net [61.217.111.89] to
support@microsoft.com: 1 Time(s)
From NK219-91-91-95.adsl.dynamic.apol.com.tw [219.91.91.95] to
pp168@so-net.net.tw: 1 Time(s)
From [211.190.205.120] to china9988@21cn.com: 1 Time(s)
Total: 3
Client quit before communicating:
192.65.141.127 : 1 Time(s)
66.148.74.24 : 1 Time(s)
[ 2 comments ] ( 6 views ) | [ 0 trackbacks ] | permalink |




( 3 / 488 )libcrypto
Monday, October 10, 2005, 08:33 AM -
Which FC4 RPM holds libcrypto?
[root@redfish leif]# rpm -Uvh pine-4.63-1.i386.rpm
error: Failed dependencies:
libcrypto.so.4 is needed by pine-4.63-1.i386
libldap.so.2 is needed by pine-4.63-1.i386
libssl.so.4 is needed by pine-4.63-1.i386
[root@redfish leif]# rpm -qa:grep ssl
mod_ssl-2.0.54-10
openssl-0.9.7f-7
[root@redfish leif]# rpm -qa:grep crypto
crypto-utils-2.2-5
Or Where is the correct yum repo/
[root@redfish leif]# yum install pine
Setting up Install Process
Setting up repositories
http://mirror.netglobalis.net/pub/fedora/core/updates/4/i386/
repodata/repomd.xml:
[Errno 4] IOError: HTTP Error 404: Date: Mon, 10 Oct 2005 13:42:07 GMT
Server:
Content-Length: 315
Connection: close
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
updates-released 100% :=========================: 951 B 00:00
extras 100% :=========================: 1.1 kB 00:00
base 100% :=========================: 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: pine
Nothing to do
[ 1 comment ] ( 18 views ) | [ 0 trackbacks ] | permalink |




( 3 / 502 )Webcast on Thursday
Monday, October 10, 2005, 07:31 AM -
From: Leif Johnson <leif@paisd.net>
To: Port A McKeevers
Subject: Webcast Thursday Evening
GM:
You could display this webcast from your teacher workstation via the LCD
projector. I think your PC meets the specs. We will have to install and test
the Envivio Plug-in from the link. We could also do this in the Olsen
Library. Let me know where and I'll ask Jeff to test the software.
Outreach Lecture Series...
Webcast
[ 1 comment ] ( 4 views ) | [ 0 trackbacks ] | permalink |




( 2.9 / 471 )Kingfish Server
Wednesday, October 5, 2005, 03:30 PM -
Most the servers on our LAN are named after fish. I guess it's because of our geography. Here's a picture of King(fish) that runs this blog -alias blog.paisd.net (Linux Fedora Core 3)
[ 1 comment ] ( 8 views ) | [ 0 trackbacks ] | permalink |




( 3 / 497 )IMAPD Dragging
Wednesday, October 5, 2005, 07:58 AM -
I sent this to Jeff this morning
Date: Wed, 5 Oct 2005 08:25:58 -0500 (CDT)
From: Leif Johnson <leif@paisd.net>
To: Jeff Moss <jeff@paisd.net>
Cc: Marilyn Cook <mjcook@paisd.net>
Subject: MJCOOK
Jeff:
There was a drag on MJCOOK's email. The maillog error was one of those
IMAPD "commandline end of stream" errors we saw with Duke last year. I
tried logging in from home (USAWide Net) and again from here this morning
and got the same drag and error. I logged in as her on the server,
examined file and directory permissions and finally ran pine. After that
the error seems to have disappeared. I guess her mailbox was corrupted by
the overload or perhaps I caused the corruption when trying to tidy things
up. Anyway it appears to be fixed now. Ms. Cook was concerned that all
web was slow on her PC. Perhaps you could take a look sometime today.
-Thanks.
Sincerely,
-Leif Johnson
Port Aransas ISD
100 Station St
Port Aransas Tx 78373
[ add comment ] | [ 0 trackbacks ] | permalink |




( 3 / 485 )CLamAV Update
Tuesday, October 4, 2005, 06:20 PM -
I updated both squirrelmail and clamAV this afternoon:
SquirrelMail version 1.4.6 [CVS]-0.cvs20050812.1.fc3
[root@dorado mjcook]# yum upgrade squirrelmail
Setting up Upgrade Process
Setting up Repositories:
crash-hat 100% :=======: 951 B 00:00
base 100% :=========: 1.1 kB 00:00
updates-released 100% :=====: 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% :======: 20 kB 00:00
MD Read : ############### 83/83
crash-hat : ############### 83/83
base : ############### 2622/2622
primary.xml.gz 100% :===: 388 kB 00:02
MD Read : ############ 1020/1020
updates-re: ############ 1020/1020
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for squirrelmail to pack into transaction set.
squirrelmail-1.4.6-0.cvs2 100% :========: 162 kB 00:01
---> Package squirrelmail.noarch 0:1.4.6-0.cvs20050812.1.fc3 set to be updated
--> Running transaction check
Dependencies Resolved
Transaction Listing:
Update: squirrelmail.noarch 0:1.4.6-0.cvs20050812.1.fc3 - updates-released
Total download size: 2.9 M
Is this ok [y/N]: y
And I love fresh clams
Oct 4 18:23:42 dorado freshclam[4218]: ClamAV update process started at Tue Oct 4 18:23:42 2005
Oct 4 18:23:42 dorado freshclam: freshclam startup succeeded
Oct 4 18:23:42 dorado freshclam[4218]: main.cvd is up to date (version: 34, sigs: 39625, f-level: 5, builder: tkojm)
Oct 4 18:23:42 dorado freshclam[4218]: daily.cvd is up to date (version: 1110, sigs: 819, f-level: 6, builder: ccordes)
Oct 4 18:23:42 dorado freshclam[4218]: --------blah, blah
[ 2 comments ] ( 4 views ) | [ 0 trackbacks ] | permalink |




( 3 / 470 )Star Chart Crash at ESC12
Tuesday, October 4, 2005, 02:56 PM -
Date: Tue, 4 Oct 2005 14:30:13 -0500
From: Trudy LeDoux <tledoux@esc12.net>
To: texastechplan@region12.net, esctechplan@region12.net, techcontacts@esc12.net
Subject: STaR Chart Closing Temporarily
Due to severe technical difficulties with submittal of the Teacher STaR Chart, Teacher STaR
Chart submittal is being discouraged for the time being. Although we expect the issues to be
resolved in a timely manner, there is no way of providing a definite date for the system to be
repaired. Please accept our apologies for this delay. You'll be notified as soon as issues are
resolved.
Trudy LeDoux
Texas Technology Planning Coordinator
tledoux@esc12.net
-------------------------------------------------------------
This list is maintained by the Technology Planning and E-Rate Support Center of Texas located at
http://tpesc.esc12.net.
[ 2 comments ] ( 16 views ) | [ 0 trackbacks ] | permalink |




( 3 / 440 )Reid Release
Monday, October 3, 2005, 07:56 PM -
My ex-student Reid Beeman released a cd last week.
Here's a link on the greensix server to an "ogg" file I ripped on Friday:
Beeman's Release 5760826K via an adsl line in Ft. Worth. (sorry Wayne). If there is a bandwidth problem I'll have to whacK the file compadres.
-enjoy while you can. -Leif
[ 1 comment ] ( 5 views ) | [ 0 trackbacks ] | permalink |




( 3 / 443 )Learning Gimp
Monday, October 3, 2005, 03:45 PM -
They laughed at these so I posted them too.
A few more Gimp editted pictures of me.

[ add comment ] | [ 0 trackbacks ] | permalink |




( 3.1 / 439 )Back Next








