Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

48 total results found

Windows

Command line tips and tricks

Test IP and port connection Test-NetConnection <IP> -port <port>

Geopeitus

Stuff

18650 vs 3x AAA   18650 (VTC5) Eneloop AAA x3 Eneloop AAA Nominal voltage 3.6 V 3.6 V (1.2 x3) 1.2 V Nominal capacity 2500 mAh 2250 750mAh Weight ~45 g ~35 g ~12 g Energy capacity 9 Wh 8.1 Wh 0.9 Wh Energy per gra...

Maple tapping

Stuff

tüvi vähemalt 25cm diameeter lõuna poole 1m kõrgusele 0.8-1cm auk 4-5cm sügavale kerge nurga all Kask panna jooksma siis, kui vahtrast enam ei jookse.kerge nurga all spile plastikust

OpenStreetMaps

Stuff

https://garmin.bbbike.org/?sw_lng=21.633&sw_lat=57.462&ne_lng=28.333&ne_lat=59.783&format=garmin-leisure.zip&coords=22.542%2C57.817%7C23.225%2C57.728%7C25.248%2C57.82%7C26.414%2C57.477%7C27.272%2C57.462%7C27.552%2C57.516%7C28.053%2C57.828%7C27.656%2C58.225%7C2...

Process memory usage

Stuff

https://stackoverflow.com/questions/22261452/finding-memory-usage-of-a-process-in-linux https://stackoverflow.com/questions/131303/how-can-i-measure-the-actual-memory-usage-of-an-application-or-process # sudo ./ps_mem.py -S -p 130609 Private + Shared = ...

Squid

Stuff

# Games order # How many wons did Seong Ji-hun win in gambling? 4560000 # What day is player no. 456th birthday? April 26 # What year did the first Squid Game take place? 1988 # What did Seong Ji-hun give his daughter for her birthday? lighte...

101

X-Road

ee-test/GOV/70007446/hksos/ambulanceResourcesV2/v1 keskkond/asutuse-tüüp/reg-kood/alamsüsteem/teenuse-nimi/teenuse-ver

Attachment(s) / Manused

X-Road

soapi manust pole kunagi salvestatud,ainult soap body, või rest body soap manus ei ela mitte kusagil seda ei salvestata, ja pole kunagi salvestatud. See on by design nii ,et soapi manusest jääb vaid hash signatuuri sees 🙂 kui turvik saadab sõnumi, siis võib ...

Errors

X-Road

Server.ClientProxy.SslAuthenticationFailedService provider did not send correct authentication certificate Klient annab teada et teenuse turvikuga ei õnnestu handshake teha sest ei tule teenusepakkuja poolt auth serti Server.ServerProxy.ServiceFailed.HttpErr...

Force restore conf backup

X-Road

X-Road 7 force restore conf backup Meant to be used on uninitialized ss and not in cluster From old ss - take conf backup - get UID from(UID is for ex. ee-dev/GOV/70009770/tehik_dev) cat /etc/xroad/gpghome/openpgp-revocs.d/<-SOME-NUMBERS->.rev | gre...

Increasing open files limit

X-Road

Increasing xroad-proxy open file limits w/o host restart (temporary solution) prlimit --pid <xroad-proxy-PID> --nofile=10000:30000 Increasing xroad-proxy open file limits su - xroad prlimit --pid <xroad-proxy-PID> /etc/security/limits.conf xroad so...

Links

X-Road

X-tee kataloog - https://x-tee.ee/catalogue Info - https://abi.ria.ee NIIS Github - https://github.com/nordic-institute/X-Road RIA Github X-Road scripts - https://github.com/ria-ee/X-Road-scripts Päringuid testimiseks - https://abi.ria.ee/xtee/et/turvaserv...

Messagelog Database info

X-Road

https://moodle.ria.ee/mod/page/view.php?id=694 psql -h 127.0.0.1 -U messagelog <password from /etc/xroad/db.properties> Kui palju kirjeid on tabelis select count( *) from logrecord; Milline on kõige vanem sõnumilogi kirje baasis select to_timestamp(min( t...

MISP2

X-Road

If base package is upgraded, port 8080 conf will be defaulted Uncomment port 8080 in /var/lib/tomcat8/conf/server.xml Remote database upgrade psql -h <database-ip> -p <database-port> -U postgres -d misp2db -f insert_xslt.sql When was MISP2 upgraded to newe...

Op-mon to use one IP and daemon within a cluster

X-Road

1) make sure, slave nodes -> master node can connect over port 2080 2) on master node, add to /etc/xroad/conf.d/local.ini [op-monitor] host = <master-internal-IP> 3) on master node service xroad-proxy restart 4) on slave nodes service xroad-proxy re...

REST examples

X-Road

listMethods curl -X GET -H "accept: application/json" -H "X-Road-Client: ee-dev/GOV/70008799/pohak" "http://10.0.13.90/r1/ee-dev/GOV/70008799/pohak/listMethods" | json_pp HTTPS with cert and key curl --cert nextcloud.bgp.12.berylia.org_cert.crt --key nextc...

rm -rf

X-Road

apt purge --remove -y xroad-addon-hwtokens xroad-addon-messagelog xroad-addon-metaservices xroad-addon-opmonitoring xroad-addon-proxymonitor xroad-addon-wsdlvalidator xroad-base xroad-confclient xroad-database-local xroad-monitor ...

Testpäring

X-Road

<?xml version="1.0" encoding="utf-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xroad="http://x-road.eu/xsd/xroad.xsd" xmlns:id="http://x-road.eu/xsd/identifiers"> <SOAP-ENV:Header> ...

Timeouts

X-Road

client-httpclient-timeout default=0The maximum time (SO_TIMEOUT, in milliseconds) that connections from a service consuming security server to a service providing security server are allowed to wait for a response before the consumer end httpclient gives up. V...

Tips & Tricks

X-Road

When was xroad-securityserver package last upgraded ls -t /var/log/dpkg* | xargs zgrep "upgrade xroad-securityserver" Editing keyconf On master node, stop xroad-signer process Edit keyconf On master node, start xroad-signer process Restart xr...