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> |
- Travian Info Tool @z:travian
- villages * fields ===== URLs ===== ^ Subject ^ ID ^ URL ^ | Player | uid | /travian/info?w={world}&uid={id} | | Ally | aid | /travian/info?w={world}&aid={id} | | Village | vid | /travian/info?w={world}&vid={id} | | Field | fid | /travian/info?w={world}&fid=
- How To Create a Moveable VM with VirtualBox @blog:2010
- }.xml" ${VBOX} -q storagectl "${VM_NAME}" --name "IDE Controller" --add ide ${VBOX} -q createhd --filename "${VM_DIR}/${VM_NAME}.vmdk" --size "${DISK_SIZE... VBOX} -q storageattach "${VM_NAME}" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive ... VBOX} -q storageattach "${VM_NAME}" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive
- 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
- Memory Usage of a Solaris Container (Zone) @blog:2010
- idlist'' Report only processes or LWPs whose zone ID is in the given list. Each zone ID can be specified as either a zone name or a numerical zone ID. See [[http://docs.oracle.com/cd/E19253-01/816-51
- idea @tag
- ====== idea ====== ===== Pages ===== {{topic>idea&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/idea}}
- Project Idea: WikiTable @blog:2009
- :date created = 2009-04-27 13:30~~ ====== Project Idea: WikiTable ====== I'm using wikis a lot but ev... l and simple so that it can easily ported to different languages. {{tag>idea project wiki wikitable}}
- 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
- Formatting Syntax @wiki
- l haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javasc
- ReLAX @blog:2009
- cepts of LAX and ReLAX: * The most fascinating idea is the building of an API with shell-scripts. I
- 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>