• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป pass
Trace:

pass
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (3)
  • info:cryptography (2)
  • info:android (1)
  • info:prog (1)
  • info:script (1)
  • info:sysadmin (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • MySQL: Change Password

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
29 Hits, Last modified: 12 years ago
[--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--long|-l] ... ip<1-N> <ip> [--natdnspassdomain<1-N> on|off] [-... s|empty> [--teleporterpassword <password>] [--te
MySQL: Change Password @info:mysql:user
8 Hits, Last modified: 12 years ago
====== 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
5 Hits, Last modified: 13 years ago
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
4 Hits, Last modified: 10 years ago
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... ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql sql}}
Convert a Key @info:cryptography:openssl
4 Hits, Last modified: 7 years ago
e jks -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
root login with bash @info:script
3 Hits, Last modified: 13 years ago
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
Compare a Key with its Certificate @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
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
Android Apps @info:android
2 Hits, Last modified: 13 years ago
y.google.com/store/apps/details?id=com.android.keepass|KeePassDroid]] * [[https://play.google.com/store/apps/details?id=de.softxperience.android.noteeveryth
Firefox Extensions @info:prog:firefox
2 Hits, Last modified: 12 years ago
]] * [[https://addons.mozilla.org/firefox/addon/password-exporter/|Password Exporter]] {{tag>mozilla firefox extension add-on}}
WiFi Config QR-Code
2 Hits, Last modified: 10 years ago
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
1 Hits, Last modified: 10 years ago
these settings: <code> PubkeyAuthentication yes PasswordAuthentication no </code> If you changed the

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki