access-token-create, atc Creates an Artifactory access token. By default an user-scoped token will be created, unless the --groups and/or --grant-admin options are specified.
build-add-dependencies, bad Adds dependencies from the local file-system to the build info.
build-add-git, bag Collect VCS details from git and add them to a build.
build-append, ba Append published build to the build info.
build-clean, bc This command is used to clean (remove) build info collected locally.
build-collect-env, bce Collect environment variables. Environment variables can be excluded using the build-publish command.
build-discard, bdi Discard builds by setting retention parameters.
build-docker-create, bdc Add a published docker image to the build-info.
build-promote, bpr This command is used to promote build in Artifactory.
Discover gists
NAME TITLE | |
abusiveexperiencereport.googleapis.com Abusive Experience Report API | |
acceleratedmobilepageurl.googleapis.com Accelerated Mobile Pages (AMP) URL API | |
accessapproval.googleapis.com Access Approval API | |
accesscontextmanager.googleapis.com Access Context Manager API | |
actions.googleapis.com Actions API | |
adexchangebuyer-json.googleapis.com Ad Exchange Buyer API | |
adexchangebuyer.googleapis.com Ad Exchange Buyer API II | |
adexchangeseller.googleapis.com Ad Exchange Seller API | |
adexperiencereport.googleapis.com Ad Experience Report API |
Below is a step‑by‑step guide to have your KDE Wallet (KWallet) automatically unlock when you log in via ly and then start Hyprland. In short, you’ll:
- Install the PAM module (
kwallet-pam
) and ensure your wallet password matches your user password - Hook PAM in ly’s login routine so it hands off your login password to KWallet
- Autostart the helper (
pam_kwallet_init
) in your Hyprland config so that the wallet actually opens
With these in place, applications like Dolphin or Brave should stop nagging you for the wallet password after you’ve already logged in.
Make sure you have the core KWallet components and the PAM integration module:
I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
Use ssh keys and define host aliases in ssh config file (each alias for an account).
Source: https://ios.gadgethacks.com/how-to/always-updated-list-ios-app-url-scheme-names-paths-for-shortcuts-0184033/
If you've ever customized your app icons or played around with Shortcuts (previously called Workflow), you probably know how important URL scheme names are. Nearly all iOS apps assign themselves one of these names, and you need to know them if you want to add custom icons to your home screen or create a Shortcuts workflow that opens an app on your iPhone up. Finding the URL scheme name, also known as a URI scheme, for a particular app is not easy. First, you have to download the IPA file for the app — a difficult task since the iTunes 12.7 update removed iOS apps from it. When you finally find the IPA, you have to turn it into a ZIP file, show the contents of the app package, then hunt for the specific PLIST file that contains the URL schemes. It's a lot of work.
This example