Fulltext results:
- Formatting Syntax @wiki
- e. This page contains all possible syntax you may use when editing the pages. Simply have a look at th... it this page". If you want to try something, just use the [[playground:playground|playground]] page. T... 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
- e Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <comma... s|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups showvminfo ... o|<mac>] [--mouse ps2|usb|usbtablet [--keyboar
- 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
- 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, ''
- 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... . If you try to carry a VM around with you on an USB stick or want to put it on an encrypted image, t... ve to be careful when creating the disk image and use the button to select the directory for the disk ... two settings which you may want to change if you use the script. The ''VBOX='' setting contains the f
- DokuWiki @wiki
- iki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] sof... e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. Th... hentication connectors]] make DokuWiki especially useful in the enterprise context and the large numbe... its vibrant community allow for a broad range of use cases beyond a traditional wiki. Read the [[dok
- 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 privileges will be elevated... be either ''pfexec'', ''su'' or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND *
- base-ssh-login @z:relax:api:base
- == base-ssh-login ====== 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. ====
- localeadm @info:solaris
- e and get a matching DVD or ISO image. If you're using an ISO image, you have to mount it (insert you... -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List Inst
- 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: * ''[[h... stead of a certificate request. This is typically used to generate a test certificate or a self signed... ified in the configuration file. Unless specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openssl.org/docs/ap
- 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>
- 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... om/j2se/1.5.0/docs/tooldocs/share/jps.html]]. I'm using it with the parameters ''-l'' (long listing) and ''-m'' (arguments) most of the time: /usr/java/bin/jps -lm Here are some more examples: ... s </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.
- Memory Usage of a Solaris Container (Zone) @blog:2010
- : date created = 2010-04-21 10:17~~ ====== Memory Usage of a Solaris Container (Zone) ====== Last wee... is eating up my RAM? So, here are the commands I used. ===== Part 1: Find the Zone ===== To see the memory usage of the running zones: <code bash> prstat -Z <... ess(es) in the Zone ===== To see which processes use the most RAM in the zone, use one of these comma
- 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 definition in the repository.