Skip to main content

Recently Updated Pages

Attachment(s) / Manused

X-Road

soapi manust pole kunagi salvestatud,ainult soap body, või rest body soap manus ei ela mitte kus...

Updated 1 year ago by Admin

101

X-Road

ee-test/GOV/70007446/hksos/ambulanceResourcesV2/v1 keskkond/asutuse-tüüp/reg-kood/alamsüsteem/te...

Updated 1 year ago by Admin

Windows

Command line tips and tricks

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

Updated 1 year ago by Admin

Vagrant

Command line tips and tricks

Basic commands vagrant up vagrant provision vagrant destroy vagrant ssh vagrant status Ex...

Updated 1 year ago by Admin

ssh, bash, vim configs

Command line tips and tricks

SSH # disable host key check Host * StrictHostKeyChecking no ServerAliveInterval 30 ...

Updated 1 year ago by Admin

SQL

Command line tips and tricks

PSQL get version psql -h <IP/DNS> -U <user> -d <database> -c 'SELECT VERSION()' PSQL test conne...

Updated 1 year ago by Admin

Skype

Command line tips and tricks

List all members & roles in a chat /showmembers Make chat history visible to everyone /set opt...

Updated 1 year ago by Admin

Resolve / DNS

Command line tips and tricks

Ubuntu 22 resolvectl status Ubuntu 18 systemd-resolve --status

Updated 1 year ago by Admin

Pkcs11-tool

Command line tips and tricks

Install pkcs11-tool apt install opensc Get hsm info pkcs11-tool --module /opt/...

Updated 1 year ago by Admin

OpenSSL

Command line tips and tricks

Get sha256 fingerprint of cert openssl x509 -noout -sha256 -fingerprint -in <file> Utf8 output ...

Updated 1 year ago by Admin

Network

Command line tips and tricks

Newer Debian resolvectl status service systemd-resolved restart Older Debian systemd-resolve ...

Updated 1 year ago by Admin

Mounting

Command line tips and tricks

Get info of the disk(s) fdisk -l ls -l /dev/disk/by-uuid/ Manual USB mount mount /dev/sdb1 /m...

Updated 1 year ago by Admin

macOS software setup

Command line tips and tricks

Install first docker - https://docs.docker.com/docker-for-mac/install/ iterm2 - https://ite...

Updated 1 year ago by Admin

macOS / OS X

Command line tips and tricks

Mac install sshpass brew tap esolitos/ipa brew install sshpass Vagrant bash completion brew i...

Updated 1 year ago by Admin

IPtables

Command line tips and tricks

# src(me) -> dest iptables -A OUTPUT -p tcp --match multiport --dports 80,443 -d 10.11.12.55 -...

Updated 1 year ago by Admin

Git

Command line tips and tricks

Push commits to another branch git push origin <branch with new changes>:<branch you are pushing...

Updated 1 year ago by Admin

Docker

Command line tips and tricks

Read compose logs docker-compose logs -f --tail=100 Volume in dir - ./name:/name # For macOS ...

Updated 1 year ago by Admin

Bash tools

Command line tips and tricks

Awk First and third column from file, seperated by spacesawk -F " " '{print $1,$3'} result.txt ...

Updated 1 year ago by Admin