Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- suppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== C... 03:04.0@02:01.0] [--pcidetach 03:04.0] [--ioapi... |off] [--accelerate2dvideo on|off] [--firmware
- localeadm @info:solaris
- ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of bash or ks
- 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
- 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
- Cryptography @info:cryptography
- ====== Cryptography ====== This guide tries to easily describe the terms used in cryptography. As all ... yself, but I'm happy if someone else finds it helpful too. {{indexmenu>.}} {{tag>cryptography guide}}
- Command Line Tools Used in My Scripts @info:script
- re always installed are not listed. ===== Audio/Video ===== * cdda2wav * cdrecord * cdrdao * ... * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}}
- 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
- OpenSSL @info:cryptography:openssl
- ====== OpenSSL ====== {{indexmenu>.}} {{tag>cryptography howto guide openssl security}}
- Shadows @info:webdesign:css
- iv></html> ==== Inset Shadow ==== The shadow inside the box: box-shadow: 1px 4px 8px #888888 inset
- DynDNS Updates without a Client @info:script
- dates without a Client ====== My new hosting provide Strato offers DynDNS. I was searching for a DynDN
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- he //fragment size// is the logical block size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes
- MySQL: Change Password @info:mysql:user
- r. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code>