VirtualTam's bookmarks
85 bookmarks found
-
The X-Windows Disaster – Don Hopkins
2018-09-10 -
RabbitMQ - Password Hashing
2018-08-28 - https://www.rabbitmq.com/passwords.html
- https://stackoverflow.com/questions/41306350/how-to-generate-password-hash-for-rabbitmq-management-http-api
- https://gist.github.com/christianclinton/faa1aef119a0919aeb2e
- https://stackoverflow.com/questions/9594125/salt-and-hash-a-password-in-python
- https://docs.python.org/3/library/hashlib.html
- https://docs.python.org/3/library/base64.html
-
-
NPM, Yarn and private repositories
2018-06-08 Hosting private repositories and using them in CI/CD:
- https://docs.npmjs.com/private-modules/intro
- https://docs.npmjs.com/private-modules/ci-server-config
- https://docs.npmjs.com/private-modules/docker-and-private-modules
Threads:
- https://stackoverflow.com/questions/45191189/nexus-manager-npm-401-unauthorized
- https://stackoverflow.com/questions/40845598/how-do-i-use-multiple-npm-registries-in-yarn
- https://github.com/yarnpkg/yarn/issues/606
- https://github.com/yarnpkg/yarn/pull/839
- https://github.com/yarnpkg/yarn/pull/871
- https://github.com/yarnpkg/yarn/issues/4451
- https://github.com/yarnpkg/yarn/issues/4862
- https://github.com/npm/npm/issues/16528
Articles:
node-sass binaries:
- https://github.com/sass/node-sass#binary-configuration-parameters
- https://github.com/sass/node-sass/releases
- https://github.com/sass/node-sass/issues/1466
- https://github.com/sass/node-sass/issues/1554
- https://github.com/sass/node-sass/issues/1635
- https://github.com/sass/node-sass/issues/1991
- https://github.com/sass/node-sass/issues/2115
- https://github.com/sass/node-sass/issues/2361
- https://stackoverflow.com/questions/40178767/is-it-possible-to-install-node-sass-without-downloading-from-github-during-the-p
-
How to Setup FileBeat with Basic Auth for LogStash Output? - Filebeat - Discuss the Elastic Stack
2018-01-12 - https://github.com/logstash-plugins/logstash-input-beats/issues/8
- https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html
- https://www.elastic.co/guide/en/beats/filebeat/master/config-filebeat-logstash.html
- https://www.elastic.co/guide/en/beats/filebeat/current/configuring-ssl-logstash.html
- https://www.gilesorr.com/blog/elkbeats-beats-secure.html
- https://discuss.elastic.co/t/beats-logstash-security-use-of-security-token-to-authenticate-clients/104981/4
- https://stackoverflow.com/questions/40341664/how-to-configure-logstash-and-filebeat-ssl-communication
-
Playing HTTP Tricks with Nginx | Elastic
2017-10-09 The X-Pack plugin comes with a subscription plan and a 30-day trial license:
- https://www.elastic.co/subscriptions
- https://www.elastic.co/guide/en/x-pack/current/license-expiration.html
- https://discuss.elastic.co/t/after-x-pack-license-expiration/78072/7
Once the license has expired, a number of features become unavailable, among which is user management (authentication, authorization).
-
-
LDAP - OpenLDAP or 389 DS? : linuxadmin
2017-09-20