Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: demoniac
  • Order by date
  1. demoniac

    Levenshtein String Distance

    Hi Tessa, Sure thing. Here is the C function as it stands now. I'm open to any suggestions you have. This is the best version of the function we've gotten so far. Runs much much faster the original implementation we had that used a dynamically sized matrix from the vector class in c++...
  2. demoniac

    Levenshtein String Distance

    Hi Tessa, The best definition I've found is this webpage here: http://www.merriampark.com/ld.htm That defines exactly what the Levenshtein String Distance algorithm is and also gives examples of it in three different languages. At the bottom of the page are links to examples in even more...
  3. demoniac

    Levenshtein String Distance

    Hi all, Rather off the wall question...but has anybody ever written a levenshtein string distance (also known as edit distance) function in asm? I thought I'd at least ask before potentially reinvinting the wheel. :) Thanks, rich
  4. demoniac

    Winbind 'Exceeding 200 client connections...'

    That is, by far, the fastest response I've ever gotten. Thank you. I guess my next question is if you know how to do it? Are you referring towards something configurable in the smb.conf? Or would this be an OS level sysctl? Thank you, Rich
  5. demoniac

    Winbind 'Exceeding 200 client connections...'

    Hi All, I'm trying to convert one of our Windows file servers over to a FreeBSD/Samba file server. I'm running FreeBSD 5.4 with Samba 3.0.14a installed from the ports tree. I'm working out the initial kinks that I've been having. (Had to raise the sysctl's kern.maxfiles and...
  6. demoniac

    Force Mapping between mailbox/account

    Hello... I'm in the process of migrating from exchange 5.5 to 2000 and haven't had any problems yet. The only snag I've hit is I have this one account that will not map to it's old 5.5 mailbox. I've read this can happen if this user is listed as the primary account on multiple mailboxes...
  7. demoniac

    Setting up NAT

    I thought with the wildcard mask set like that it would only allow 10.0.0.1 through 10.0.0.100 to be nat'd? Here's the configuration as I have it : Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime ! logging buffered 4096 debugging ! ...
  8. demoniac

    Setting up NAT

    I don't think this applies to me since I'm doing the NAT before the end point of the IPSEC tunnel. So the packet's going out and is translated from an RFC 1918 address to a public address. The public address is the allowed address through the tunnel, which is still before the endpoint. The...
  9. demoniac

    Setting up NAT

    Hello. I just finished setting up a site to site VPN with another company. However we're only allowing a single IP to pass through the tunnel so I need to setup an overloaded NAT to be able to let all the computers necessary pass through. My setup is a bit strange. We have a frame relay so...
  10. demoniac

    disable VPDN on PIX

    You can "undo" anything you've done in your configuration by repeating the command with a "no" in front of it. For this you might just try 'no vpdn outside' Hope that helps,
  11. demoniac

    Win98 can't connect to win2k over vpn

    Hello, We have a rather strange problem here where I work. We're running a standard windows 2000 VPN server which works just fine. When a windows 98 user connects to the VPN they can access everything fine except for our windows 2000 machines. When they try to access those they get prompted...
  12. demoniac

    Outside to Inside IP Translation

    Hello, I'm trying to setup an IP translation on our Cisco 2621 router but I'm running into some trouble. Basically what I want is the equivalent of the 'static' command on the PIX. If somebody on the internet goes to the IP say 209.54.150.85, I want that to translate on the router to...
  13. demoniac

    Routing problem

    ahhh, dammit. You know, that would make things about 500 times easier if it could too. Oh well, thanks for the fast answer. :)
  14. demoniac

    Routing problem

    I'm having some routing problems with my PIX. I have two routes setup in the PIX : inside 10.0.10.0 255.255.255.0 10.0.0.90 inside 10.0.11.0 255.255.255.0 10.0.0.90 inside 10.0.0.0 255.255.248.0 10.0.0.16 (default) And it works. If I am inside the firewall I can ping 10.0.11.1, 10.0.10.1...
  15. demoniac

    Block outbound email to certain domains?

    Does anybody know how to block outbound email to certain domains, like hotmail? I already have the inbound blocked just by adding @hotmail.com into the message filtering. But I need to block outbound now and I'm not finding a way to do it... When I ran out of ideas I tried making a host file...
  16. demoniac

    Finding machine's current username

    I'm working on updating our domain, trying to step away from all our servers using a single logon account. I think I have most of them changed but I need to be sure before I disable the old account. What I'm looking for is a way to list all the machines that are currently logged onto our...
  17. demoniac

    "Find" in internet explorer

    Hello. I'm trying to get internet explorer to do some things for me through excel VBA. I've gotten IE to open and navigate to where I want to go... But now I need to be able to "Find" something on that page, then copy it to the clipboard. Any ideas? Thanks, Rich
  18. demoniac

    Certain users emails are a day late

    Actually I'm having the same problem. I can tell you what the problem is for me, and I'm trying to find a way to fix it right now. We have 2 mail servers. say MAIL1 and MAIL2. The president is on MAIL2 and somebody from MAIL1 sends him a message. Our problem happens when something gets...
  19. demoniac

    Force a workstation reboot

    There may be a screensaver out there that can reboot your computer. I know I have seen ones that will log it off the network. Which if that's all you really want to achieve those would work great (it's called logoff.scr).
  20. demoniac

    Problem with attachments

    The only other thing I could think of would be that outlook express is blocking the attachment. But I believe when it does that there is a message box that says it blocked a potentially dangerous attachment.

Part and Inventory Search

Back
Top