launchctl limit maxfiles
ulimit -a
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
################################################################################ | |
######################## STUBBY YAML CONFIG FILE ############################### | |
################################################################################ | |
# This is a yaml version of the stubby configuration file (it replaces the | |
# json based stubby.conf file used in earlier versions of getdns/stubby). | |
# | |
# For more information see | |
# https://dnsprivacy.org/wiki/display/DP/Configuring+Stubby | |
# | |
# This format does not fully support all yaml features - the restrictions are: |
I hereby claim:
- I am omata on github.
- I am omatat (https://keybase.io/omatat) on keybase.
- I have a public key ASA0pXXS-Ae4LtShRk5oQltnzsVsBDitWpmOw5IcedLC2Ao
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
def validate_ip_helper(address = ""): | |
""" | |
Valida que la dirección IP dada sea correcta. | |
Parámetro: address: Dirección IP en el formato 'xxx.xxx.xxx.xxx' a validar. | |
La función retorna un valor lógico (bool) como se describe a contnuación: | |
Respuesta: True: Si la dirección es correcta. | |
False: Si la dirección es incorrecta. | |
""" |