I hereby claim:
- I am robvermeer on github.
- I am robvermeer (https://keybase.io/robvermeer) on keybase.
- I have a public key ASAn-PqzBHSumlSakAF56ULmkRzHjtyr8-zemwbDfdZO0Qo
To claim this, I am signing this object:
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
| javascript:void function() { | |
| var issue_body = document.getElementsByName('issue[body]'); | |
| var pull_request_body = document.getElementsByName('pull_request[body]'); | |
| if (typeof issue_body[0] != 'undefined' || typeof pull_request_body[0] != 'undefined') { | |
| body = typeof pull_request_body[0] != 'undefined' ? pull_request_body[0] : issue_body[0]; | |
| if (body.value.trim() == '') { | |
| var branchBtn = document.querySelector('.commit-ref.head-ref').querySelector('.css-truncate-target'); | |
| var currentBranch = document.getElementsByClassName('current-branch'); |
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
| INSTALL DENYHOSTS | |
| sudo rpm -Uvh http://mirror.metrocast.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm | |
| sudo yum install denyhosts | |
| vi /etc/hosts.allow | |
| # Allow own IP | |
| # sshd: 12.34.45.678 | |
| /etc/init.d/denyhosts restart | |
| vi /etc/denyhosts.conf | |
| # Configure | |
| /etc/init.d/denyhosts restart |