Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Simple script to analyse your PostgreSQL database configuration, and give tuning advice
-
Calculate the number of nuclear reactors needed for the energy wasted by cryptocurrency mining
Perl 8
-
-
Forked from major/MySQLTuner-perl
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
-
17 contributions in the last year
Contribution activity
December 2020
November 2020
Created a pull request in jjethwa/rundeck that received 1 comment
escape & in jdbc url options
When passing JDBC options in url, for example …/rundeck?serverTimezone=UTC&sslMode=DISABLED, the & is interpreted as the replacement character by sed.
Created an issue in hashicorp/terraform-provider-helm that received 2 comments
set JSON with type=string
Terraform Version and Provider Version
Terraform v0.12.29
+ provider.helm v1.3.2
Provider Version
+ provider.helm v1.3.2
Affected Resource(s)
he…