Fulltext results:
- Android Apps @info:android
- * [[https://play.google.com/store/apps/details?id=com.google.zxing.client.android|Barcode Scanner]]... * [[https://play.google.com/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDrive Lite]]... * [[https://play.google.com/store/apps/details?id=com.dg.gtd.android.lite|DGT GTD & To-do List]]
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- showvminfo <uuid>|<name> --log <idx> registervm <filename> unre... g on|off] [--plugcpu <id>] [--unplugcpu <id>] [--cpuexecutioncap <1-10... password>] | plugcpu <id> | unplugcpu <id> |
- fstyp @info:solaris
- 25194213536263558 vdev_tree: type: 'disk' id: 0 guid: 9425194213536263558 path: '/dev/dsk/c7d0s0' devid: 'id1,cmdk@AVBOX_HARDDISK=VB9cb9c5fb-995c3829/a' phys_path: '/pci@0,0/pci-ide@1,1/ide@0/cmdk@0,0:a' whole_disk: 0 metaslab_array: 23 metaslab_shift: 27 ashift: 9
- Debug Server Certificate from Client @info:cryptography:openssl
- GjQK3g70QotdA6voBUF4V6a4Rs NjbloyTi/igBkLzX3Q+5K05IdwVpr95XMLHo+xoD9jxbUx6hAUlocnPWMytDqTcy Ug+uJ1YxMG... pher : ECDHE-RSA-AES256-GCM-SHA384 Session-ID: 9B356D595A9E2F7330136DB12E1CE20CCFAC3490563E358B9A5C833B46552A67 Session-ID-ctx: Master-Key: C9BFCE43302AD337656D867BC6D... E58D96C10DEC47A071B3 Key-Arg : None PSK identity: None PSK identity hint: None SRP u
- MySQL: Create User @info:mysql:user
- te User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User ... == ''{db}'' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HO... f8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin databas
- Compare a Key with its Certificate @info:cryptography:openssl
- oes to "[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Private Key Matches a Certi
- Command Line Tools Used in My Scripts @info:script
- http://dvdauthor.sourceforge.net/|dvdauthor]] * id3ren * mkisofs * mpgtx * mplex * vcdimager
- MySQL: Change Password @info:mysql:user
- r. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code>