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>,
- 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-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
- 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
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ay] | setcredentials <username> ... -encodedlun <lun>] [--username <username>] [--password <password>] [--in... --image <path to program> --username <name> [--passwo
- 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
- 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,
- base-exec-superuser @z:relax:api:base
- c-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... sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the following proper
- 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>
- 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
- 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
- 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
- Memory Usage of a Solaris Container (Zone) @blog:2010
- is eating up my RAM? So, here are the commands I used. ===== Part 1: Find the Zone ===== To see the ... ess(es) in the Zone ===== To see which processes use the most RAM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone... ' Sort output lines (that is, processes, lwps, or users) by key in descending order. Only one key can b
- jps - Java Virtual Machine Process Status Tool @info:java
- ommand. ''jps'' lists all ''java'' Processes of a user. You can find the man page at [[http://java.sun.... s </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.j... 051 Jps -m 51299 jEdit 4.2/jedit.jar 51610 Main --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> Java VM par