X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-6.html;h=850938a309d5b17b8a7da9dbe6a9d20ac0090138;hb=8e862ce4b386889bc91c34ec788df0bd1a062c6c;hp=c4d5822dca7c7e78c2fb021ab867d83f9fbf63d9;hpb=0c1c82537e95268c2ef2b23b4e9ef317a0119b2d;p=spider.git diff --git a/html/adminmanual-6.html b/html/adminmanual-6.html index c4d5822d..850938a3 100644 --- a/html/adminmanual-6.html +++ b/html/adminmanual-6.html @@ -2,7 +2,7 @@ - The DXSpider Administration Manual v1.48: Information, files and useful programs + The DXSpider Administration Manual v1.49: Information, files and useful programs @@ -288,6 +288,7 @@ package CmdAlias; ) +

You can create aliases for commands at will. Beware though, these may not always turn out as you think. Care is needed and you need to test the results once you have set an alias. @@ -317,8 +318,10 @@ as the sysop. For example ... export 5467 /spider/perl/keps.in +

would export message number 5467 as a file called keps.in in the /spider/perl directory. +

Now login to a VT as sysop and cd /spider/perl. There is a command in the perl directory called convkeps.pl. All we need to do now is convert the file like so ... @@ -328,6 +331,7 @@ convert the file like so ... ./convkeps.pl keps.in +

Now go back to the cluster and issue the command ...

@@ -335,6 +339,7 @@ convert the file like so ... load/keps
+

That is it! the kepler data has been updated.

6.8 The QRZ callbook @@ -348,55 +353,6 @@ ID and password. You also at this point need to set $allow=1 to complete the setup. Many thanks to Fred Lloyd, the proprieter of qrz.com for allowing this access.

-

6.9 Scripts -

- -

The directory /spider/scripts is used for several things. Firstly it -contains a file called startup that can be used to call in any changes -to the cluster from the default settings on startup. Examples of this -include how many spots it is possible to get with the sh/dx command, -whether you want registration/passwords to be permanently on etc. An -example file is shown below and is included in the distribution as -startup.issue. -

-

-
-#
-# startup script example
-#
-# set maximum no of spots allowed to 100
-# set/var $Spot::maxspots = 1
-#
-# Set registration on
-# set/var $main::reqreg = 1
-#
-# Set passwords on
-# set/var $main::passwdreq = 1
-#
-
-
-

Secondly, it is used to store the login scripts for users. Currently -this can only be done by the sysop but it is envisaged that eventually -users will be able to set their own. An example is included in the -distibution but here is a further example. -

-

-
-#
-# G0FYD
-#
-blank +
-sh/wwv 3
-blank +
-sh/dx 
-blank +
-t g0jhc You abt?
-blank +
-
-
-

The lines in between commands can simply insert a blank line or a character -such as a + sign to make the output easier to read. -


Next Previous