vlmcsdmulti.1.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!-- Creator : groff version 1.22.3 -->
  2. <!-- CreationDate: Fri Oct 21 03:17:10 2016 -->
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  4. "http://www.w3.org/TR/html4/loose.dtd">
  5. <html>
  6. <head>
  7. <meta name="generator" content="groff -Thtml, see www.gnu.org">
  8. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  9. <meta name="Content-Style" content="text/css">
  10. <style type="text/css">
  11. p { margin-top: 0; margin-bottom: 0; vertical-align: top }
  12. pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
  13. table { margin-top: 0; margin-bottom: 0; vertical-align: top }
  14. h1 { text-align: center }
  15. </style>
  16. <title>VLMCSDMULTI</title>
  17. </head>
  18. <body>
  19. <h1 align="center">VLMCSDMULTI</h1>
  20. <a href="#NAME">NAME</a><br>
  21. <a href="#SYNOPSIS">SYNOPSIS</a><br>
  22. <a href="#DESCRIPTION">DESCRIPTION</a><br>
  23. <a href="#BUGS">BUGS</a><br>
  24. <a href="#AUTHOR">AUTHOR</a><br>
  25. <a href="#CREDITS">CREDITS</a><br>
  26. <a href="#SEE ALSO">SEE ALSO</a><br>
  27. <hr>
  28. <h2>NAME
  29. <a name="NAME"></a>
  30. </h2>
  31. <p style="margin-left:11%; margin-top: 1em">vlmcsdmulti - a
  32. multi-call binary containing <b>vlmcs</b>(1) and
  33. <b>vlmcsd</b>(8)</p>
  34. <h2>SYNOPSIS
  35. <a name="SYNOPSIS"></a>
  36. </h2>
  37. <p style="margin-left:11%; margin-top: 1em"><b>vlmcsdmulti</b>
  38. vlmcs [ <i>options</i> ] [
  39. <i>hostname</i>|<i>ip-address</i>[:<i>port</i>] ] [
  40. <i>options</i> ] | vlmcsd [ <i>options</i> ]</p>
  41. <h2>DESCRIPTION
  42. <a name="DESCRIPTION"></a>
  43. </h2>
  44. <p style="margin-left:11%; margin-top: 1em"><b>vlmcsdmulti</b>
  45. is a multi-call binary that contains <b>vlmcs</b>(1) and
  46. <b>vlmcsd</b>(8) in a single binary. Since both programs
  47. share a lot of code and data, the combined binary is
  48. significantly smaller than the sum of both files.</p>
  49. <p style="margin-left:11%; margin-top: 1em"><b>vlmcsdmulti</b>
  50. should not be called directly. Instead you may want to
  51. create symbolic links named vlmcs and vlmcsd which point to
  52. <b>vlmcsdmulti</b>. You then use these links to call the
  53. respective program. You may however call <b>vlmcsdmulti</b>
  54. followed by a complete command line of either
  55. <b>vlmcs</b>(1) or <b>vlmcsd</b>(8).</p>
  56. <p style="margin-left:11%; margin-top: 1em"><b>Creating
  57. symbolic links in unixoid operating systems</b> <br>
  58. cd to the directory containing <b>vlmcsdmulti</b> and
  59. type</p>
  60. <p style="margin-left:11%; margin-top: 1em">ln -s
  61. vlmcsdmulti vlmcsd <br>
  62. ln -s vlmcsdmulti vlmcs</p>
  63. <p style="margin-left:11%; margin-top: 1em">You may use a
  64. destination directory, e.g.</p>
  65. <p style="margin-left:11%; margin-top: 1em">ln -s
  66. vlmcsdmulti /usr/local/sbin/vlmcsd <br>
  67. ln -s vlmcsdmulti /usr/local/bin/vlmcs</p>
  68. <p style="margin-left:11%; margin-top: 1em">Ensure that
  69. <b>vlmcsdmulti</b> has execute permissions. You can do that
  70. by typing &quot;chmod 755 vlmcsdmulti&quot;. See
  71. <b>chmod</b>(1) for details.</p>
  72. <p style="margin-left:11%; margin-top: 1em"><b>Creating
  73. symbolic links in Windows (Vista and higher only)</b> <br>
  74. cd to the directory containing <b>vlmcsdmulti</b> and
  75. type</p>
  76. <p style="margin-left:11%; margin-top: 1em">mklink
  77. vlmcsd.exe vlmcsdmulti.exe <br>
  78. mklink vlmcs.exe vlmcsdmulti.exe</p>
  79. <p style="margin-left:11%; margin-top: 1em">You may use a
  80. destination directory, e.g.</p>
  81. <p style="margin-left:11%; margin-top: 1em">mklink
  82. C:\tools\vlmcsd.exe vlmcsdmulti.exe <br>
  83. mklink C:\tools\vlmcs.exe vlmcsdmulti.exe</p>
  84. <p style="margin-left:11%; margin-top: 1em"><b>Memory
  85. considerations</b> <br>
  86. While you definitely save disk space by using
  87. <b>vlmcsdmulti</b> you will need more RAM when you run
  88. <b>vlmcsdmulti</b> as a daemon (KMS server) instead of
  89. vlmcsd. You should consider running <b>vlmcsdmulti</b> via
  90. an internet superserver like <b>inetd</b>(8) or
  91. <b>xinetd</b>(8).</p>
  92. <h2>BUGS
  93. <a name="BUGS"></a>
  94. </h2>
  95. <p style="margin-left:11%; margin-top: 1em"><b>vlmcsdmulti</b>
  96. has the same bugs as <b>vlmcs</b>(1) and
  97. <b>vlmcsd</b>(8).</p>
  98. <h2>AUTHOR
  99. <a name="AUTHOR"></a>
  100. </h2>
  101. <p style="margin-left:11%; margin-top: 1em">Written by
  102. Hotbird64</p>
  103. <h2>CREDITS
  104. <a name="CREDITS"></a>
  105. </h2>
  106. <p style="margin-left:11%; margin-top: 1em">Thanks to
  107. CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38,
  108. nosferati87, qad, vityan666, ...</p>
  109. <h2>SEE ALSO
  110. <a name="SEE ALSO"></a>
  111. </h2>
  112. <p style="margin-left:11%; margin-top: 1em"><b>vlmcs</b>(1)<b>,
  113. vlmcsd</b>(8)<b>, vlmcsd</b>(7)</p>
  114. <hr>
  115. </body>
  116. </html>