SlashHelperProgramsInBin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<h3>backup-blocks</h3> | <h3>backup-blocks</h3> | ||
<pre> | |||
Usage: backup-blocks [OPTIONS] | |||
Populate the backup_blocks table. Will delete existing data | |||
and insert the data from the blocks table. | |||
-h Help (this message) | |||
-v Version | |||
-u Virtual user (default is "slash") | |||
</pre> | |||
<h3>bitchslap</h3> | <h3>bitchslap</h3> | ||
<pre> | |||
bitchslap [OPTIONS] ... [UIDs] | |||
SHORT PROGRAM DESCRIPTION | |||
Main options: | |||
-h Help (this message) | |||
-v Version | |||
-u Virtual user (default is "slash") | |||
-f Force slap. | |||
[UIDs] Space separated list of IDs to slap. | |||
(reduces peoples Karma, modpoints, etc.) | |||
</pre> | |||
<h3>chkuser</h3> | <h3>chkuser</h3> | ||
usage: | |||
chkuser [ nickname | email ] | |||
Prints users data | |||
<h3>install-plugin</h3> | <h3>install-plugin</h3> |
Revision as of 06:51, 22 February 2014
Provided Administrative Helper Programs in slash/bin
What they are and what they do.
/usr/local/slash/bin
backup-blocks
Usage: backup-blocks [OPTIONS] Populate the backup_blocks table. Will delete existing data and insert the data from the blocks table. -h Help (this message) -v Version -u Virtual user (default is "slash")
bitchslap
bitchslap [OPTIONS] ... [UIDs] SHORT PROGRAM DESCRIPTION Main options: -h Help (this message) -v Version -u Virtual user (default is "slash") -f Force slap. [UIDs] Space separated list of IDs to slap. (reduces peoples Karma, modpoints, etc.)
chkuser
usage:
chkuser [ nickname | email ]
Prints users data
install-plugin
install-slashsite
This is the main install program for slash. It gets input as to what your sitename is, what theme, plugins, etc. It should only be run once. You must uninstall before running it again.