Fulltext results:
- Formatting Syntax @wiki
- e. This page contains all possible syntax you may use when editing the pages. Simply have a look at the... it this page". If you want to try something, just use the [[playground:playground|playground]] page. Th... u can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>,
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ioncap <1-100>] [--rtcuseutc on|off] [--monitor... 1-N> auto|<mac>] [--mouse ps2|usb|usbtablet [--... icon on|off] [--vrdereusecon on|off] [--vrdevid... <uuid>|<name> pause|resume|reset|poweroff|savestate|
- MySQL: Create User @info:mysql:user
- ====== MySQL: Create User ====== ==== Create User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Database ==== * Usually, ''{u
- base-exec-user @z:relax:api:base
- ====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER'': A key of an user def
- DokuWiki @wiki
- iki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] soft... e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The... hentication connectors]] make DokuWiki especially useful in the enterprise context and the large number... its vibrant community allow for a broad range of use cases beyond a traditional wiki. Read the [[doku
- base-exec-superuser @z:relax:api:base
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. Before executing the command, the pri... or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user def
- 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 remotely execute a command. ===== Usage ===== ... SERVICE [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this,
- MySQL: Change Password @info:mysql:user
- * Replace ''{passwd}'' with the password of the user. * Replace ''{user}'' with the name of the user. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code>
- Generate a Test Key @info:cryptography:openssl
- tkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[ht... stead of a certificate request. This is typically used to generate a test certificate or a self signed ... s specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openss... ays|-days 365]]'': when the -x509 option is being used this specifies the number of days to certify the
- MySQL: Remove User @info:mysql:user
- ====== MySQL: Remove User ====== ==== Remove User ==== <code sql> DROP USER '{user}'@'%'; </code> ==== Remove User and Database ==== * Usually, {user} == {db} <code sql> DR
- Oracle: List Accounts with Objects @info:oracle
- counts with Objects ====== To list all accounts (users) the objects (like tables), you can query them ... unts, you can query them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_USER
- How To Create a Moveable VM with VirtualBox @blog:2010
- VirtualBox ====== VirtualBox works good when you use the same VMs all the time. It organizes the disk ... ve to be careful when creating the disk image and use the button to select the directory for the disk i... two settings which you may want to change if you use the script. The ''VBOX='' setting contains the fu... e are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZ
- Welcome to your new DokuWiki @wiki
- iki:syntax|syntax page]]. You might also want to use a sidebar. To create it, just edit the [[:sidebar... onfiguration settings]] (be sure to login as superuser first). You may also want to see what [[doku>pl... ki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [
- host-user-list @z:relax:api:host
- ====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service def... /passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGN
- Travian Map Download Script @z:travian
- nload Script ====== This is my script(s) which I use to downoad the map.sql from Travian and import it... ==== config.inc ===== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_... sql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MYSQLDUMP="/srv/mysql/