Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--long|-l] ... [--teleporterpassword <password>] [--teleporterpa... ame> --passwordfile <file> | <password>
- MySQL: Change Password @info:mysql:user
- ====== MySQL: Change Password ====== * Replace ''{passwd}'' with the password of the user. * Replace ''{user}'' with the name of the user. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code> Or you can altern
- MySQL: Backup @info:mysql:database
- code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Databases indivi... e bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DA
- MySQL: Create User @info:mysql:user
- ode sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Database ==== ... ode sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNEC
- root login with bash @info:script
- enables me logging in with just: $ demo_root Password: # The ''Password'' prompt on the second line is from the ''su'', for the ''root'' password. {{tag>ssh solaris opensolaris bashrc script
- Convert a Key @info:cryptography:openssl
- -destalias testkey You can add ''-deststorepass PASSWORD'' to set the password on the command line. If you don't, keytool will ask you for a password. ===== Convert PEM to P12 ===== To convert
- Compare a Key with its Certificate @info:cryptography:openssl
- openssl rsa -noout -modulus -in server.key Enter pass phrase for server.key: Modulus=C8B04B9D50386C0B22... noout -modulus -in server.key | openssl md5 Enter pass phrase for server.key: (stdin)= 91cc0cf512b528689
- Firefox Extensions @info:prog:firefox
- ]] * [[https://addons.mozilla.org/firefox/addon/password-exporter/|Password Exporter]] {{tag>mozilla firefox extension add-on}}
- WiFi Config QR-Code
- in the qr-code: WIFI:S:<SSID>;T:<WPA|WEP|>;P:<password>;; If the network is hidden, then add ''H:true;'': WIFI:S:<SSID>;T:<WPA|WEP|>;P:<password>;H:true;; You can try it here: [[https://zxi
- SSH @info:sysadmin
- these settings: <code> PubkeyAuthentication yes PasswordAuthentication no </code> If you changed the