zsh does not do the mapping automatically, but you can use bindkey to do the mapping on your own. I have the following in my ~/.zshrc to get the keypad working: bindkey -s in-string out-string binds in-string to out-string. If in-string is typed out-string is pushed back and treated as input. The actual… Read more ›
Ejemplo para NGINX: Copiar la conf por defecto para luego editar Editar bookstyle.cnf, encontra [req] y descomentar la linea req_extensions = v3_reqluego encontrar el bloque [v3_req] y adicionar al finalsubjectAltName = @alt_names Adicionar un nuevo bloque, donde se especifique los… Read more ›
Tool para realizar un merge de APKs de un solo APK https://www.andnixsh.com/2020/06/sap-split-apks-packer-by-kirlif-windows.html
https://www.home-assistant.io/integrations/tuya/ https://medium.com/@ekfz.t/iot-development-practice-in-python-on-tuya-cloud-development-platform-59fd5eb18145 Admin: https://iot.tuya.com/cloud/basic?id=p1637549142794an9gyx&toptab=project Test: https://iot.tuya.com/cloud/explorer?id=p1637549142794an9gyx&groupId=group-controll&interfaceId=1374244593192673300 SDK PHP https://github.com/ifsale/tuyapiphp?ref=bestofphp.com https://bestofphp.com/repo/ifsale-tuyapiphp-php-rest-api SDK Python https://medium.com/@ekfz.t/iot-development-practice-in-python-on-tuya-cloud-development-platform-59fd5eb18145 https://developer.tuya.com/en/docs/iot/device-control-best-practice-java?id=Kat2uf0cwn9k9 https://github.com/tuya/tuya-connector-python
fuente: https://medium.com/@pendraggon87/short-primer-on-spf-dkim-and-dmarc-9827eb2f359d SPF Sender Policy Framework (SPF) is simply a DNS TXT record that lists the servers that are allowed to send mail for a specified domain. This allows recipients to determine if an email really is coming from who… Read more ›
https://neil-fox.github.io/Impacket-usage-&-detection/
https://social.msdn.microsoft.com/Forums/windows/en-US/44e47101-77fe-4c50-825c-588f4b5ea5f6/windows-batch-file-finding-a-substring-within-a-string?forum=winforms @echo off set Ms=x15 55 xx4*8 112.6 12 800 88.1 sssset Ss1=xx4*8 112.6 12 800 88.1 call set Replaced=%%Ms:%Ss1%=%% echo Ms: %Ms%echo Ss1: %Ss1%echo Replaced: %Replaced% If NOT “%Ms%”==”%Replaced%” ( echo Ms contains Ss1) else ( echo Ms does not contain Ss1) pause
La última versión freeware del netscan es la v6.2.1 con las funcionalidades no limitadas. Las versiones posteriores vienen como versión de prueba y para habilitar todas las funcionalidades tiene la opción de paga. ———————————————————————————————————- The latest freeware version is 6.2.1, and a direct… Read more ›