Fulltext results:
- 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 -
- MySQL: Create User @info:mysql:user
- te User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User a... == ''{db}'' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOU... f8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database
- idea @tag
- ====== idea ====== ===== Pages ===== {{topic>idea&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/idea}}
- fstyp @info:solaris
- 9cb9c5fb-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
- Project Idea: WikiTable @blog:2009
- :date created = 2009-04-27 13:30~~ ====== Project Idea: WikiTable ====== I'm using wikis a lot but eve... ll and simple so that it can easily ported to different languages. {{tag>idea project wiki wikitable}}
- Debug Server Certificate from Client @info:cryptography:openssl
- E58D96C10DEC47A071B3 Key-Arg : None PSK identity: None PSK identity hint: None SRP username: None TLS session ticket lifetime hint: 30
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- --name <name> [--add ide|sata|scsi|floppy|sas]
- ReLAX @blog:2009
- cepts of LAX and ReLAX: * The most fascinating idea is the building of an API with shell-scripts. I
- MySQL: Change Password @info:mysql:user
- r. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code>