devops
- Sign up for GitHub or sign in to edit this page
Here are 4,046 public repositories matching this topic...
#6116 uses hardcoded maximum number of active processes (default actually).
it is configurable value, we could collect it and calculate system active processes usage % and warn user based on it.
some info from @apardyl
Yes, we can do that. We would probably also need to read /proc/sys/kernel/threads-max - pid_max is the max PID that can be assigned, threads-max is the actual limit of t
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Sep 20, 2019 - 730 commits
- 44 contributors
Right now when you get a password reset link, the page you end up on contains the reset token in the url.
Doing this causes a problem in which any page redirected to after this, and especially any third party assets being loaded leak this reset token via the Referer
header on the request.
While this isn't specifically a problem since the only things we embed are trusted vendors, in the c
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Sep 20, 2019 - 954 commits
- 11 contributors
- Gitea version (or commit ref): 1.9.2
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/api/swagger)
- No
- Not relevant
- Log gist:
Description
swagger returms an error if click "explore" with empty search arg
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Sep 20, 2019 - 988 commits
- 82 contributors
- Go
Jenkins automation server
-
Updated
Sep 20, 2019 - 28 commits
- 578 contributors
- Java
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
-
Updated
Sep 19, 2019 - 993 commits
- 85 contributors
- Go
The output of `oc new-build
I'm using OpenNTPD instead of the default ntp on my FreeBSD server - when lynis analyses the ntp settings it tries to query information with ntpq
which is (to my knowledge) is not possible with OpenNTPD.
Lynis will slow down as ntpq
takes a while fail.
OS: FreeBSD 10.4
Lynis: 2.6.1 (768446e4)
[ Lynis 2.6.1 ]
####################################################################
A collection of *nix Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
-
Updated
Sep 19, 2019 - 277 commits
- 21 contributors
Describe the Enhancement:
Currently, property aliases are not documented for chef/chef. (See this example of aliases.) Ideally, this gap in documentation should be fixed.
Describe the Need:
Property aliases may be something that users use, yet users are not able to cross-reference within the docs.
Current
This feature has been requested in the community.
Some of the OpenEBS users use OpenEBS orchestration, NDM and localpv provisioner only and would like to limit the number of components installed.
We need a limited version of the operator openebs-operator-1.1.0.yaml
file with bare-minimum localpv requirements that deploys only the below four components:
openebs/provisioner-localpv
openebs
2019 年成為 Web 開發人員的路線圖
-
Updated
Sep 19, 2019 - 166 commits
- 14 contributors
Flyway by Boxfuse • Database Migrations Made Easy.
-
Updated
Sep 19, 2019 - 2 commits
- 98 contributors
- Java
Coming from: aws ec2 describe-reserved-instances
Kubernetes clusters for the hobbyist.
-
Updated
Sep 19, 2019 - 48 commits
- 10 contributors
A curated list of Site Reliability and Production Engineering resources.
-
Updated
Sep 18, 2019 - 449 commits
- 31 contributors
SUMMARY
st2 fails to store a Key-Value in the datastore if there is a "/" in the key name. I am sorry if I missed anything in the docs, which says that you cannot store a key with "/" in it and please feel free to close this issue if that is the case. Thank you.
STACKSTORM VERSION
st2 3.1.0, on Python 2.7.5
OS, environment, install method:
CentOS/Docker, custom install.
Quick and Easy server testing/validation
-
Updated
Sep 19, 2019 - 338 commits
- 51 contributors
- Go
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
-
Updated
Sep 19, 2019 - 12 commits
- 121 contributors
- Groovy
Document TSURU_TOKEN
The environment TSURU_TOKEN allows to use tsuru cli without authentication via terminal and isn't well document
I think it might be worth added the 'certificates' if-condition to all of the collectors' property-builder scripts so that someone doesn't have to go in and manually add that block and the env variable in the Dockerfile. Will create a PR when I get a chance to.
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you
pip3 install requests-hawk
and then runhttp --help
hawk will not show as an auth type. If youpip3 install httpie-oauth
it will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/http
and now all the plugins wil