1
0

vlmcsdmulti.1.dos.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. VLMCSDMULTI(1) KMS Activation Manual VLMCSDMULTI(1)
  2. NAME
  3. vlmcsdmulti - a multi-call binary containing vlmcs(1) and vlmcsd(8)
  4. SYNOPSIS
  5. vlmcsdmulti vlmcs [ options ] [ hostname|ip-address[:port] ] [ options
  6. ] | vlmcsd [ options ]
  7. DESCRIPTION
  8. vlmcsdmulti is a multi-call binary that contains vlmcs(1) and vlmcsd(8)
  9. in a single binary. Since both programs share a lot of code and data,
  10. the combined binary is significantly smaller than the sum of both
  11. files.
  12. vlmcsdmulti should not be called directly. Instead you may want to cre‐
  13. ate symbolic links named vlmcs and vlmcsd which point to vlmcsdmulti.
  14. You then use these links to call the respective program. You may how‐
  15. ever call vlmcsdmulti followed by a complete command line of either
  16. vlmcs(1) or vlmcsd(8).
  17. Creating symbolic links in unixoid operating systems
  18. cd to the directory containing vlmcsdmulti and type
  19. ln -s vlmcsdmulti vlmcsd
  20. ln -s vlmcsdmulti vlmcs
  21. You may use a destination directory, e.g.
  22. ln -s vlmcsdmulti /usr/local/sbin/vlmcsd
  23. ln -s vlmcsdmulti /usr/local/bin/vlmcs
  24. Ensure that vlmcsdmulti has execute permissions. You can do that by
  25. typing "chmod 755 vlmcsdmulti". See chmod(1) for details.
  26. Creating symbolic links in Windows (Vista and higher only)
  27. cd to the directory containing vlmcsdmulti and type
  28. mklink vlmcsd.exe vlmcsdmulti.exe
  29. mklink vlmcs.exe vlmcsdmulti.exe
  30. You may use a destination directory, e.g.
  31. mklink C:\tools\vlmcsd.exe vlmcsdmulti.exe
  32. mklink C:\tools\vlmcs.exe vlmcsdmulti.exe
  33. Memory considerations
  34. While you definitely save disk space by using vlmcsdmulti you will need
  35. more RAM when you run vlmcsdmulti as a daemon (KMS server) instead of
  36. vlmcsd. You should consider running vlmcsdmulti via an internet super‐
  37. server like inetd(8) or xinetd(8).
  38. BUGS
  39. vlmcsdmulti has the same bugs as vlmcs(1) and vlmcsd(8).
  40. AUTHOR
  41. Written by Hotbird64
  42. CREDITS
  43. Thanks to CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, nos‐
  44. ferati87, qad, vityan666, ...
  45. SEE ALSO
  46. vlmcs(1), vlmcsd(8), vlmcsd(7)
  47. Hotbird64 February 2015 VLMCSDMULTI(1)