docker login -u admin https://docker-registry-default.apps1.ew1.aws.domain.local
or
#skopeo uses the password from this file ~/.docker/config.json
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
| avec * | |
| "_explanation": { | |
| "value": 1, | |
| "description": "max of:", | |
| "details": [ | |
| { | |
| "value": 1, | |
| "description": "verb:GET*, product of:", | |
| "details": [ | |
| { |
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
| import org.sonatype.nexus.repository.storage.StorageFacet; | |
| import org.sonatype.nexus.repository.storage.Query; | |
| import org.joda.time.DateTime; | |
| import org.joda.time.format.DateTimeFormat; | |
| def fmt = DateTimeFormat.forPattern('yyyy-MM-dd HH:mm:ss'); | |
| // Get a repository | |
| def repo = repository.repositoryManager.get('nuget-releases'); | |
| // Get a database transaction | |
| def tx = repo.facet(StorageFacet).txSupplier().get(); |
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
| ### REINIT | |
| DELETE oss | |
| PUT oss | |
| { | |
| "settings": { | |
| "number_of_shards": 1 | |
| }, | |
| "mappings": { | |
| "user": { | |
| "properties": { |
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
| import java.util.*; | |
| import java.io.*; | |
| import java.security.*; | |
| public class ChangePassword | |
| { | |
| private final static JKS j = new JKS(); | |
| public static void main(String[] args) throws Exception | |
| { |
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
| { | |
| "name": "Project", | |
| "version": "6.8.4", | |
| "dependencies": { | |
| "abbrev": { | |
| "version": "1.0.9", | |
| "from": "abbrev@>=1.0.0 <2.0.0", | |
| "resolved": "http://registry.mydomain.com/repository/npm-group/abbrev/-/abbrev-1.0.9.tgz" | |
| }, | |
| "accepts": { |
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
| npm info it worked if it ends with ok | |
| npm verb cli [ 'C:\\progs\\nodejs\\node.exe', | |
| npm verb cli 'C:\\Users\\nlassalle.ext\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', | |
| npm verb cli 'install', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb request uri http://registry.mydomain.com/repository/npm-group/bower | |
| npm verb request always-auth set; sending authorization | |
| npm info attempt registry request try #1 at 10:03:47 |
rsync (Everyone seems to like -z, but it is much slower for me)
- a: archive mode - rescursive, preserves owner, preserves permissions, preserves modification times, preserves group, copies symlinks as symlinks, preserves device files.
- H: preserves hard-links
- A: preserves ACLs
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
| # Create a new file in your home directory called .gtkrc-eclipse | |
| # call eclipse with this command: | |
| # Gtk2 forced: | |
| # export SWT_GTK3=0 | |
| # env GTK2_RC_FILES=/usr/share/themes/<YourTheme>/gtk-2.0/gtkrc:/home/<YourUser>/.gtkrc-eclipse '/path_to_eclipse/eclipse' | |
| # In your Eclipse directory find the file 'e4_default_gtk.css' | |
| # In this file there's a CSS class: |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| Google Material Design Color Palette for Android http://www.google.com/design/spec/style/color.html#color-ui-color-palette | |
| Spreadsheet used to create this reosurce - http://bit.ly/mdcolor_spreadsheet | |
| Link to this colors.xml resource file - http://bit.ly/mdcolorsxml | |
| Harshad Kale | |
| https://github.com/kalehv | |
| [email protected] |