Fulltext results:
- base-ssh-login @z:relax:api:base
- Logs into a remote host using ssh. This can be used to open a remote sesssion, but ususally it's used by other methods (especially [[base-exec-user]]) to... sitory. From this, the following properties are used: * ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repos
- base-exec-superuser @z:relax:api:base
- cutes a command as a given user. Command is executed using ssh if the user is not on localhost. Before... ecuting the command, the privileges will be elevated. This privilege elevation method is defined by $RIGHT_ELEVATION in the service configuration and can ... sitory. From this, the following properties are used: * ''RIGHT_ELEVATION'': Method to evelate the
- base-exec-user @z:relax:api:base
- cutes a command as a given user. Command is executed using ssh if the user is not on localhost. =====... sitory. From this, the following properties are used: * ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repos... HOST'' (optional): If ''REMOTE_HOST'' is not defined, ''HOST_REF'' must be present. * ''REMOTE_USE
- CloudTable @z:cloudtable
- ~~META:date created = 2010-02-02 18:04~~ ====== CloudTable ====== ===== Big Picture ===== This concept-image shows the currently planned architecture. {{:z:cloudtable:big_picture_draft_... bles and applications. Also the users will be stored here. The data store stores the "payload" data. These two are separated to enable usage of diffentent databases or even t
- Travian Map Download Script @z:travian
- ymap} echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> ===== update.sh ===== <code sql> #! /bi... SQL__ echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> {{tag>travian shell script download map
- base @z:relax:api:base
- he ''base'' module implements the basic methods used by the other modules. ===== Methods ===== {{ind
- base-ssh-umount @z:relax:api:base
- ==== Unmounts a remote share which had been mounted using sshfs/fuse (sftp). ===== Usage ===== ba
- host-user-list @z:relax:api:host
- xample ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" ) </code>
- host-user-tab @z:relax:api:host
- Lists the users on a given host as a colon separated table. ===== Usage ===== host-user-tab HOST
- base-repo-get-service @z:relax:api:base
- ns the service definition. This is usually evaluated in a shell script by the ''eval'' command. =====
- base-net-load-url @z:relax:api:base
- === Returns the contents of the resource referenced by the URL. ===== Examples ===== <code bash> ba