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 Chriss Miller 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: hnd
  • Order by date
  1. hnd

    Get File size?

    Use fstat See help Pages hnd hasso55@yahoo.com
  2. hnd

    Is the Triple DES Unbreakable?

    Never heard of that. But I don't trust into NSA and therefore into US-Cryptography. I prefer IDEA. hnd hasso55@yahoo.com
  3. hnd

    Why shouldn't a colon (:) be used in a secure password?

    I think it is no security reason, but in UNIX i think in the File /etc/password and /etc/shadow the colon may be used as a seperator. Perhaps you are missunderstanding something. hnd hasso55@yahoo.com
  4. hnd

    disallowing sending of data via web mail

    The really only thing is to Monitor ALL activities of your staff. Even blocking Internet ports does not prevent a user from downloading a Tool which could Transfer Data to Port 80 of an arbitrary server, Which has been prepared for this purpose. But be careful that you do not violate the...
  5. hnd

    free trojan scanner?

    What I am doing is running Trojancheck. It does not scan. but it reports Activities like Modifying registry, *.ini files and modifying the Autostart. I think it is pretty reliable. But a Virusscan is most important, because most Trojans are detected by that way. But Never forget to keep the...
  6. hnd

    Shutdownaware.exe

    This process was found on a Windows98 system. Does anybody know what it does? Thank you. hnd hasso55@yahoo.com
  7. hnd

    sqrt syntax

    Daniel Bingo! The library must be linked. hnd hasso55@yahoo.com
  8. hnd

    Booting Problem with Windows XP

    Thank you, it seems that it depends on NAV. It reports a fault on NAV. It tries to restart the system and it hungs. hnd hasso55@yahoo.com
  9. hnd

    Booting Problem with Windows XP

    A friend of mine living about 800 km away from me has since today a severe problem. His XP Workstation hangs during booting. You see some activity on the Hard disk and no more. A Virus ist pretty unlikely, because he is running his Virusscanner permanent and he keeps his definitions up to date...
  10. hnd

    TCP/IP subnetting help plz

    Only one thing: In IP-Adressing following Adresses are not allowed: 1. All bits are set to 1, because this would be the Broadcast address of the Subnet. 2. All host bits set 0, because this Adress is equal to the Netmask. This disallows host-part 0 and 8191. Therefore you have 8190 addresses...
  11. hnd

    What is TCP/IP?

    If you are interested in TCP/IP from the programmers view then read the book from Stevens "Unix Network Programming" If gives you a lot of features in Networking with TCP/IP. hnd hasso55@yahoo.com
  12. hnd

    Microsoft Access database

    Install the ODBC (or Native) Driver Connect the program to the Database, Use the class TTable and that is it. But one thing: If you are working in a networked environment, don't use Access. It is very slow under that conditions. hnd hasso55@yahoo.com
  13. hnd

    sqrt syntax

    #include <math.h> .... double a,b; ... a=123.0 b=sqrt(a); .... hnd hasso55@yahoo.com
  14. hnd

    how to calculate very large primes

    I have read abbout algorithms to create Large Prime numbers. It was described in Garfinkels Book on PGP. I don't have it available in the Moment but i will have a look in that. hnd hasso55@yahoo.com
  15. hnd

    Is a firewall on the Internet access point enough?

    If your Firewall works similar a Proxy Server (Is there an other Way?) then this firewall on the Internet Entry Point should be enough. But if your Server is connected to the Internet via the same Adapter like the local Network then you could get Problems. hnd hasso55@yahoo.com
  16. hnd

    What file extensions can I use that won't trigger virus software?

    look thread83-422405 hnd hasso55@yahoo.com
  17. hnd

    Port scanning

    Port 110 is used for POP3 Service. If you a running a Mailserver it is ok. to be open. hnd hasso55@yahoo.com
  18. hnd

    Best Home Computer Security package?

    What i could additional recommend is a Registry Check, wich enforces all autostart entries in Registry, and initialsation files. If something changes it gives you a message. A know in Germany the Product Trojancheck. hnd hasso55@yahoo.com
  19. hnd

    what is URL/ud/14916?

    What i can tell you: The first Adress belongs to Digital-Island. Only the ports 80 - 83 are open to the Internet. It seems that is a regular PC. perhaps somebody of the students had started a Chat program osr something like that. hnd hasso55@yahoo.com
  20. hnd

    too many connections

    The reason for this activity, may be trivial such as self uptdating some programs or even very dangerous because of a Trojan horse is working or something like that. I can not really tell you something about the true reason from here. But what i can tell you: Surfing without a firewall and...

Part and Inventory Search

Back
Top