- Update
package.json, setversionto a prerelease version, e.g.2.0.0-rc1,3.1.5-rc4, ... - Run
npm packto create package - Run
npm publish <package>.tgz --tag nextto publish the package under thenexttag - Run
npm install --save package@nextto install prerelease package
To use media keys on the Ducky One 2 Skyline, you must record a macro to bind the media function to a hotkey combination, i.e. Fn plus some key.
Important: In the instructions below, "Press X+Y+Z" means press and hold key X, press and hold key Y, press and hold key Z in that order, and then release all three.
As an example, to bind Fn+PgUp to the play/pause media function:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Check a single password interactively. | |
| # Usage: ruby pwned-interactive.rb | |
| require 'io/console' | |
| require 'open-uri' | |
| require 'digest' | |
| puts "The 5-character prefix of the password's SHA-1 hash will be sent." | |
| puts "For details, see https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/" | |
| print 'Password (hidden): ' |
OlderNewer