Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- info <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--delete] createvm ... -ostype <ostype>] [--register] [--basefolder <... [--uuid <uuid>] [--register] import <ovf/ova>
- Debug Server Certificate from Client @info:cryptography:openssl
- ord/O=COMODO CA Limited/CN=PositiveSSL CA 2 -----BEGIN CERTIFICATE----- MIIE+jCCA+KgAwIBAgIRAMcY2QMjFj... vZp8joMP1d5Qza5XMD2koDAgMBAAGj ggGnMIIBozAfBgNVHSMEGDAWgBSZ5EBfaxRePgXZ3dNjVPxiuPcArDAdBgNVHQ4E FgQUkp... gWgMAwGA1UdEwEB /wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMFAGA1UdIARJMEcw OwYLKwYBBAGyMQECAgcwL... GGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNv bTAnBgNVHREEIDAegg93d3cuYW5kdW5peC5uZXSCC2FuZHVuaXgubmV0MA0GCSqG SI
- Formatting Syntax @wiki
- pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sas... fig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig t... yed instead of executed. ===== RSS/ATOM Feed Aggregation ===== [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http
- base-exec-superuser @z:relax:api:base
- ocalhost. Before executing the command, the privileges will be elevated. This privilege elevation method is defined by $RIGHT_ELEVATION in the service con... ''RIGHT_ELEVATION'': Method to evelate the privileges. Can be ''pfexec'', ''su'' or ''sudo''. * A
- localeadm @info:solaris
- while. […] ----------------- The following regions are installed on maja on Donnerstag, 9. Sept... while. […] ----------------- The following regions are available to install from /mnt/Solaris_10... e, he_IL.UTF-8 ] Northern Africa (naf) [ ar, ar_EG.UTF-8 ] North America (nam) [ en_CA.ISO8859-1,
- IPS Repository Appliance @blog:2010
- xecute the following commands with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server ... her, use this command (again with apropiate privileges) and replace ''{IP}'' with the IP address. <co
- How To Create a Moveable VM with VirtualBox @blog:2010
- {VM_NAME}" --basefolder "${BASE_DIR}" ${VBOX} -q registervm "${VM_DIR}/${VM_NAME}.xml" ${VBOX} -q stor... /activate.${SCRIPT_EXT}" #! /bin/sh ${VBOX} -q registervm "${VM_DIR}/${VM_NAME}.xml" ${VBOX} -q modi... t: <code bash> #! /bin/sh /usr/bin/VBoxManage registervm "/local/temp-vm/temp-vm.xml" /usr/bin/VBox
- Travian Analyzer Bookmarklet @z:travian
- ==== Usage ===== * If you are viewing a player, eg. [[http://welt7.travian.de/spieler.php?uid=1]], t... allies. * If you mark some text on the website, eg. a name of a village and click on "Analyze", then
- Download a Server Certificate @info:cryptography:openssl
- n. Every chertificate ist wrapped between ''-----BEGIN CERTIFICATE-----'' and ''-----END CERTIFICATE--... ly need to copy the output from the first ''-----BEGIN CERTIFICATE-----'' to the first ''-----END CERT
- MySQL: Change Password @info:mysql:user
- {user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code> Or you can alternatively use the foll... WORD('{passwd}') WHERE User='{user}'; FLUSH PRIVILEGES; </code> {{tag>admin database mysql password s
- MySQL: Grant Permissions @info:mysql:permissions
- Grant Permissions ==== <code sql> GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@'%'; </code> {{tag>a
- MySQL: Create Database @info:mysql:database
- TE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@'%'; </code> {{tag>a
- MySQL: View Permissions @info:mysql:permissions
- ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>a
- Travian @z:travian
- at andunix.net. Here I will publish my projects regarding the browsergame "[[http://www.travian.com/|
- MySQL: Revoke Permissions @info:mysql:permissions
- voke Permissions ==== <code sql> REVOKE ALL PRIVILEGES ON `{db}` . * FROM '{user}'@'%'; </code> {{tag