• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » pass
Trace: • debian • Cleanup Packages • android • Command Line Audio • linux • Solaris • Solaris: List Devices • localeadm • Tags • Travian Map Download Script

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
Any namespace
  • Any namespace
  • info (11)
  • z (4)
  • tag (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • password
  • 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
Travian Map Download Script @z:travian
4 Hits, Last modified: 13 years ago
SER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_INST="travian" # set this to your database instance #... --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MYSQLDUMP="/srv/mysql/bin/mysqldump -u${DB_USER} -p${DB_PASS} ${DB_INST}" WGET="/usr/bin/wget -nv --output-doc
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
password @tag
3 Hits, Last modified: 12 years ago
====== password ====== ===== Pages ===== {{topic>password&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/password}}
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}}
base-net-load-url @z:relax:api:base
2 Hits, Last modified: 13 years ago
et-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-load-url ${PASSWORD_URL}) </code>
WiFi Config QR-Code @info
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
host-user-tab @z:relax:api:host
1 Hits, Last modified: 13 years ago
e definition in the repository. ===== Returns ===== Returns the contents of the ''/etc/passwd'' file.
host-user-list @z:relax:api:host
1 Hits, Last modified: 13 years ago
== Returns the first colum (login) of the ''/etc/passwd'' file. ===== Example ===== <code bash> users
SSH @info:sysadmin
1 Hits, Last modified: 10 years ago

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