Archive for November 29th, 2024
Kassenärztliche Bundesvereinigung (KBV) – nach der zeitlichen Anpassung des Rollouts für die elektronische Patientenakte (ePA) soll das Bundesgesundheitsministerium die Sanktionen gegen Praxen ausgesetzt haben
Freitag, November 29th, 2024Wingsuit Flight – Schweiz Täschhorn 4.491m
Freitag, November 29th, 2024Linux command socket statistics ’ss‘ – is a CLI command used to show network statistics
Freitag, November 29th, 2024root@rpi-iot-jsho-rslsync-01:~# ss -tan
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
LISTEN 0 10 0.0.0.0:8888 0.0.0.0:*
LISTEN 0 10 0.0.0.0:56021 0.0.0.0:*
ESTAB 0 0 192.168.1.156:36264 192.168.1.197:20323
LISTEN 0 128 [::]:22 [::]:*
LISTEN 0 128 [::1]:631 [::]:*
LISTEN 0 10 [::]:56021 [::]:*
ESTAB 0 64 [2003:d4:c700:8600:7ad7:c5a2:dc46:ec6a]:22 [2003:d4:c700:8600:e9db:3fbb:e098:c1ee]:54365
ESTAB 0 0 [2003:d4:c700:8600:7ad7:c5a2:dc46:ec6a]:45472 [2604:4500:9:58::10]:4000
root@rpi-iot-jsho-rslsync-01:~#
Motorradreise Island – das große Finale #10
Freitag, November 29th, 2024Proxmox Virtual Environment (VE) 8.3.0 – use ’nconnect=<value>‚ to effortlessly increase NFS performance
Freitag, November 29th, 2024A Linux machine executes an NFS-over-TCP mount for one or more NFS shares from an individual NFS server the traditional behavior is that all those mounts share one TCP connection if they are using the same NFS protocol version in cases of high NFS work load at the client this connection sharing may result in lower performance or unnecessary bottlenecks to expand and manage NFS usage of TCP connections
’nconnect=<value>‘ should be set to a number from 1 to 16 (inclusive) this will set the number of TCP connection(s) which the client will form between itself and the NFS server to handle all NFS work for that version of the NFS protocol