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
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd"> | |
| <command> | |
| <check> | |
| <domain:check | |
| xmlns:domain="https://epp.tld.ee/schema/domain-eis-1.0.xsd"> | |
| <domain:name>tld.ee</domain:name> | |
| </domain:check> | |
| </check> | |
| <clTRID>QueryNO-1337</clTRID> |
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
| pane külma vette (0,5l) | |
| *10-15 nelgi "tera", | |
| *pool pöialt ingevrijuurt viilutad õhukesteks liistakateks | |
| *siis kaneelikoor - murrad tükkideks | |
| kui keema hakkab, siis mingi ~10 mintsa keedad täie pasaga. | |
| siis tuli maha, riisud välja kogu selle tahke olluses ning kallad mingi umbes samapalju või natuke vähem rummi juurde (300ml+) | |
| siis paned mett mingi kulbitäie (palju) näiteks ( nelgi/sidruni maitse "peitmiseks ) | |
| nii , et oleks ikka mõnusalt magus ja siis pigistad ühe sidruni mahla sinna sisse ja jood kuumalt | |
| Peale seda keerad magama, joove/uni ja tervis garanteeritud. |
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
| wget https://ftp.postgresql.org/pub/source/v9.4.6/postgresql-9.4.7.tar.bz2 | |
| apt-get install libreadline-dev | |
| export CFLAGS=-I/opt/sensu/embedded/include | |
| export LDFAGS=-L/opt/sensu/embedded/lib | |
| ./configure --prefix /opt/sensu/embedded --with-openssl | |
| make | |
| make install |
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
| #!/bin/bash | |
| # update crls for nginx | |
| WGET="wget --quiet" | |
| pushd /etc/nginx/sk/crl | |
| $WGET https://sk.ee/crls/juur/crl.crl | |
| $WGET https://sk.ee/crls/eeccrca/eeccrca.crl | |
| $WGET https://sk.ee/crls/esteid/esteid2007.crl | |
| $WGET https://sk.ee/repository/crls/esteid2011.crl | |
| openssl crl -in esteid2007.crl -out esteid2007.crl -inform DER | |
| openssl crl -in crl.crl -out crl.crl -inform DER |
NewerOlder