I am submitting the inital stable version of a pagerduty module that will allow a developer the following functionality:
/users
- add users
- update users
- remove users
/teams
- add teams
| #! /usr/bin/env bash | |
| # | |
| # This requires ParrotOS Security Mate | |
| # It produces a tailored setup for i3 (see proj ct README for details) | |
| # | |
| ###--------------------------------Global Declarations--------------------------------------### | |
| # Some of these may already be installed, if so they will not be re-installed or upgraded. |
| #! /bin/env bash | |
| # Description: | |
| # Going to a browser and playing cut and paste games can be time consuming and break the flow | |
| # of a penetration. Searchsploit is a great tool that acts as a cli interface with exploit-db. | |
| # You can search for exploits in much the same way as you can on the site. This is a bare | |
| # bones script that will take either a cve or exploit id and open up a browser tab directly to | |
| # the exploit given or search results given a cve. | |
| # | |
| # License: MIT |
| " Caffeintaed Engineering | |
| " .vimrc version 0.0.1 | |
| " | |
| " | |
| " Dependencies | |
| " | |
| " apt install build-essential cmake python3-dev pandoc xdotool | |
| " pip3 install pynvim git+git://github.com/powerline/powerline | |
| " | |
| " |
| #!/usr/bin/env bash | |
| # | |
| # parrot-upgrade | |
| # | |
| # DESCRIPTION: | |
| # Upgrade a parrotOS system to the latest rolling release using sane defaults | |
| # | |
| # OUTPUT: | |
| # plain text | |
| # |
| # tested with Python >=3.6 | |
| import urllib.request | |
| def check_url(url): | |
| ret = urllib.request.urlopen(url) | |
| if ret.code == 200: | |
| c = True | |
| else: | |
| c = False |
| # SF Laptop Brewfile | |
| # | |
| # Not included: | |
| # OmniGraffle | |
| # Git-Tower | |
| # oh-my-zsh | |
| # Capto | |
| # Transmit | |
| # MacTex | |
| # OmniFocus |
I hereby claim:
To claim this, I am signing this object:
.gitlab-vi.yml
production:
script:
- hugo --cacheDir $HOME/cache
- sudo cp -R public/* /var/www/html/
- sudo chown -R root:root /var/www/html/
only:
- master
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Version: Keybase OpenPGP v2.0.58 | |
| Comment: https://keybase.io/mattyjones | |
| xsFNBFgOrJcBEADakmC6GH6I97BLINIV7zHjp9pNj8KDVXVua1bIeA/JCBeWizTG | |
| JhYDtF6z2j1IrEsn5FlYA5rf66HLX+xg1z/PkCg9fp2VIaoHddgaGbZtLCJWsCCh | |
| 2KEhcPcqGMqmyV86seeFvpOe9/I61M5bQ2Q0Jcm46J4CZseI5r+VECzlUKS6ECwn | |
| A+yKMfNKnQaQsnoVuacO51FYxChMLSuKE0ExnhnObMBgc9OT6vGegEH1caBCATWp | |
| jw23w90mjOiUht2XI2WODPiJ3+erNb/wBDbrzWOIMV39EapyeQZ5bGlioTFcL5W0 | |
| L2LDtGgzg40VMmDx4kajJBmfbMQ4t/ji/XBdINY0zSQHRwmiRHV6nLS65OrKiLgt |