-
I'd also like to have a download link.
2009-04-07 20:36:08 UTC in OpenSSH for Windows
-
noah.org appears to be gone. Does this mean pexpect is dead?.
2009-03-30 18:36:46 UTC in Pexpect - Pure Python Expect-like module
-
It would be nice if Bandwidth monitor could monitor an IP/socket to see how much bandwidth it is using. Or, even better, how much it is using in relation to the total. Thanks - Great program!
2008-11-19 23:05:11 UTC in FreeMeter Bandwidth Monitor For Windows
-
I am using 1.1a4 and have also found that the "spam" button does not work. However, manually moving the message to the spam folder appears to work - the Spam score changes after moving it to the spam folder.
2008-08-21 15:51:40 UTC in SpamBayes anti-spam
-
Can't SSH to Cisco IOS-XR (CRS). Connection immediately dies. Telnet works fine.
2008-06-26 17:55:28 UTC in Poderosa
-
On ipplan/admin/install.php, the "Go" button does not seem to work. The browser just says "waiting." I did login as admin. I appear to be stuck; I am unable to get any further. Any advise would be greatly appreciated. My apologies if this question has been asked before, I did not see it.
2008-01-04 15:42:39 UTC in IPplan IP address management system
-
FileZ Download link on nosleep website is bad.
2007-12-01 16:03:37 UTC in Nosleep Software Open Source (Inactive)
-
One last correction. Make the backup file contain your key:
# This file is dynamically written by the WiKID server
# manual changes to this file will be overwritten almost immediately
key = "enter_your_key_here"
accounting file = /opt/WiKID/log/tacacs.accounting.log
#End of generated config file.
2007-10-01 22:02:36 UTC in WiKID Strong Authentication System
-
Here we go. Make an empty file in the same dir called backup and cron this:
*/10 * * * * /usr/bin/find /opt/WiKID/private/tacacs* -type f -mmin +10 -exec cp /opt/WiKID/private/backup {} \;
The login will be valid for 10-20 minutes. Unless somebody logs in, in which case it will be sooner - this apparently makes it erase any out of date entries. This should fix the problem.
2007-10-01 17:57:53 UTC in WiKID Strong Authentication System
-
Hum... no bad idea. Remove the tacacs.conf file, and tacacs won't run, so everything is default authentication. I'll have to think about it some more. Something like: (if !exists tacacs.conf, then cp tacacs.bak tacacs.conf)
2007-09-28 22:59:44 UTC in WiKID Strong Authentication System