Pour obtenir la liste des commandes disponibles saisir help dans l'interpréteur de commande.
# help alert <message> - Send an alert to everyone alert-user <first> <last> <message> - Send an alert to a user backup - Persist objects to the database now bypass permissions <true / false> - Bypass permission checks change region <region name> - Change current console region clear assets - Clear the asset cache command-script <script> - Run a command script from file config get [<section>] [<key>] - Synonym for config show config save <path> - Save current configuration to a file at the given path config set <section> <key> <value> - Set a config option. In most cases this is not useful since changed parameters are not dynamically reloaded. Neither do c hanged parameters persist - you will have to change a config file manually and r estart. config show [<section>] [<key>] - Show config information create region ["region name"] <region_file.ini> - Create a new region. create user [<first> [<last> [<pass> [<email>]]]] - Create a new user debug packet <level> - Turn on packet debugging debug permissions <true / false> - Enable permissions debugging debug scene <cripting> <collisions> <physics> - Turn on scene debugging delete asset <ID> - Delete asset from database delete-region <name> - Delete a region from disk edit scale <name> <x> <y> <z> - Change the scale of a named prim estate - Execute subcommand for plugin 'estate' export-map [<path>] - Save an image of the world map force permissions <true / false> - Force permissions on or off force update - Force the update of all objects on clients Go on/off emergency monitoring mode - Go on/off emergency monitoring mode help [<command>] - Get general command list or more detailed help on a specific command help estate - Get help on plugin command 'estate' help land - Get help on plugin command 'land' help terrain - Get help on plugin command 'terrain' help tree - Get help on plugin command 'tree' help windlight - Get help on plugin command 'windlight' kick user <first> <last> [message] - Kick a user off the simulator kill uuid <UUID> - Kill an object by UUID land - Execute subcommand for plugin 'land' link-mapping [<x> <y>] - Set local coordinate to map HG regions to link-region <Xloc> <Yloc> <ServerURI> [<RemoteRegionName>] - Link a HyperGrid Re gion. Examples for <ServerURI>: http://grid.net:8002/ or http://example.org/path /foo.php load iar [-m|--merge] <first> <last> <inventory path> <password> [<IAR path>] - Load user inventory archive (IAR). load oar [--merge] [--skip-assets] [<OAR path>] - Load a region's data from an O AR archive. load xml [-newIDs [<x> <y> <z>]] - Load a region's data from XML format load xml2 - Load a region's data from XML2 format login disable - Disable simulator logins login enable - Enable simulator logins login level <level> - Set the minimum user level to log in login reset - Reset the login level to allow all users login status - Show login status login text <text> - Set the text users will see on login modules list - List modules modules load <name> - Load a module modules unload <name> - Unload a module monitor report - Returns a variety of statistics about the current region and/or simulator quit - Quit the application region restart abort [<message>] - Restart the region region restart bluebox <message> <time> ... - Restart the region region restart notice <message> <time> ... - Restart the region reload estate - Reload the estate data remove-region <name> - Remove a region from this simulator reset user password [<first> [<last> [<password>]]] - Reset a user password restart - Restart all sims in this instance save iar [--p|-profile=<url>] <first> <last> <inventory path> <password> [<IAR p ath>] [--v|-verbose] - Save user inventory archive (IAR). save oar [-p|--profile=<url>] [<OAR path>] - Save a region's data to an OAR arch ive. save prims xml2 [<prim name> <file name>] - Save named prim to XML2 save xml - Save a region's data in XML format save xml2 - Save a region's data in XML2 format set log level <level> - Set the console logging level set region flags <Region name> <flags> - Set database flags for region set terrain heights <corner> <min> <max> [<x>] [<y>] - Sets the terrain texture heights on corner #<corner> to <min>/<max>, if <x> or <y> are specified, it will only set it on regions with a matching coordinate. Specify -1 in <x> or <y> to wildcard that coordinate. Corner # SW = 0, NW = 1, SE = 2, NE = 3. set terrain texture <number> <uuid> [<x>] [<y>] - Sets the terrain <number> to < uuid>, if <x> or <y> are specified, it will only set it on regions with a matchi ng coordinate. Specify -1 in <x> or <y> to wildcard that coordinate. show caps - Shows all registered capabilities show circuits - Show agent circuit data show connections - Show connection data show digest <ID> - Show asset digest show http-handlers - Show all registered http handlers show hyperlinks - List the HG regions show info - Show general information about the server show modules - Show module data show neighbours - Shows the local regions' neighbours show pending-objects - Show # of objects on the pending queues of all scene view ers show queues [full] - Show queue data for each client show ratings - Show rating data show region <Region name> - Show details on a region show regions - Show region data show stats - Show statistics show threads - Show thread status show throttles [full] - Show throttle settings for each client and for the serve r overall show uptime - Show server uptime show users [full] - Show user data for users currently on the region show version - Show server version shutdown - Quit the application sun - Usage: sun [param] [value] - Get or Update Sun module paramater terrain - Execute subcommand for plugin 'terrain' tree - Execute subcommand for plugin 'tree' unlink-region <local name> - Unlink a hypergrid region windlight - Execute subcommand for plugin 'windlight'
alert - send alert to a designated user or all users.
config get Startup physics
Sous Ubuntu (Gutsy 7.10) utilisation de mysqldump et de SOURCE pour créer et restaurer une sauvegarde de la base de donnée opensim.
1. From a bash prompt: mysqldump -u root -p –opt opensim > /home/opensim/Desktop/opensim.sql 2. From a bash prompt: Password: *
Cela crée le fichier opensim.sql
1. From a mysql prompt: DROP DATABASE opensim; 2. From a mysql prompt: CREATE DATABASE opensim; 3. From a mysql prompt: USE opensim; 3. From a mysql prompt: SOURCE /home/opensim/Desktop/opensim.sql
Cette méthode permet aussi la migration de la base de donnée sur un autre serveur.
Moo is your bash-buddy that makes administation bit easier. Currently it has the following features: