Olá pra você que está chegando agora.
Meu objetivo com esse gist é compartilhar informações úteis sobre o mundo das criptomoedas conforme for aprendendo mais sobre elas.
| # Select image from https://hub.docker.com/_/php/ | |
| image: php:7.1 | |
| before_script: | |
| # Install project dependencies | |
| - apt-get update | |
| - apt-get install git libmcrypt-dev libxml2-dev libcurl4-gnutls-dev -yqq | |
| - docker-php-ext-install -j$(nproc) curl mcrypt mbstring zip xml json | |
| # Install composer |
Olá pra você que está chegando agora.
Meu objetivo com esse gist é compartilhar informações úteis sobre o mundo das criptomoedas conforme for aprendendo mais sobre elas.
| apt-get update | |
| apt-get upgrade -y | |
| sudo apt-get install build-essential tcl -y | |
| curl -O http://download.redis.io/redis-stable.tar.gz | |
| tar xzvf redis-stable.tar.gz | |
| cd redis-stable | |
| make | |
| sudo make install |
| <?php | |
| return PhpCsFixer\Config::create() | |
| ->setRiskyAllowed(true) | |
| ->setRules([ | |
| '@PSR2' => true, | |
| 'array_syntax' => ['syntax' => 'short'], | |
| 'binary_operator_spaces' => | |
| [ | |
| 'align_equals' => true, |
| { | |
| "type": "compact", | |
| "dataSource": "dl_sbi_grp", | |
| "interval": "2016-01-01/2019-07-01", | |
| "tuningConfig" : { | |
| "type" : "index", | |
| "maxRowsInMemory": "200000", | |
| "maxRowsPerSegment": "5000000", | |
| "maxTotalRows": "20000000", | |
| "forceExtendableShardSpecs" : true |
| A_BASE=$HOME/.cache/gitlab-ci-pipeline-php | |
| # define specific cache directories | |
| A_CONFIG=$A_BASE/.config | |
| A_CACHE=$A_BASE/.cache | |
| A_LOCAL=$A_BASE/.local | |
| A_SSH=$HOME/.ssh | |
| A_COMPOSER=$A_BASE/.composer | |
| A_YARN=$A_BASE/.yarn |
| https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt | |
| https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt | |
| https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt | |
| https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt | |
| https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext | |
| https://phishing.army/download/phishing_army_blocklist_extended.txt | |
| https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt | |
| https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt | |
| https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/hosts | |
| https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/hosts |