I hereby claim:
- I am patvdleer on github.
- I am patvdleer (https://keybase.io/patvdleer) on keybase.
- I have a public key ASCRTBvSnT8IJIV_zEd6pTH2BkADPqeB7eTadlLn9bwBWwo
To claim this, I am signing this object:
| #!/bin/bash | |
| # BASED ON: | |
| # Purpose: Block all traffic from CHINA (CN). Use ISO code. # | |
| # See url for more info - http://www.cyberciti.biz/faq/?p=3402 | |
| # Author: nixCraft <www.cyberciti.biz> under GPL v.2.0+ | |
| # ------------------------------------------------------------------------------- | |
| # https://www.ipdeny.com/ipblocks/ | |
| # il israel | |
| # ru russia | |
| # by bellarus |
| sudo apt install -y \ | |
| nemo ncdu htop curl tmux \ | |
| ca-certificates \ | |
| build-essential \ | |
| openssh-server \ | |
| git git-lfs \ | |
| aptitude \ | |
| openconnect network-manager-openconnect-gnome network-manager-openconnect \ | |
| python3-gpg \ | |
| gramps \ |
I hereby claim:
To claim this, I am signing this object:
| import os | |
| import re | |
| import shutil | |
| import sys | |
| import requests | |
| try: | |
| import argparse | |
| except ImportError: | |
| sys.stderr.write("The Python module argparse is required") |
| <?php | |
| require_once 'abstract.php'; | |
| class X043_Shell_CMSFixer extends Mage_Shell_Abstract { | |
| public function getCollection() { | |
| return Mage::getModel('cms/block')->getCollection(); | |
| } | |