Skip to content

Instantly share code, notes, and snippets.

@SvenVD
SvenVD / systemd_service_hardening.md
Created July 15, 2023 22:01 — forked from ageis/systemd_service_hardening.md
Options for hardening systemd service units

security and hardening options for systemd service units

A common and reliable pattern in service unit files is thus:

NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
DevicePolicy=closed
ProtectSystem=strict
@SvenVD
SvenVD / RIR Delegations.md
Created May 9, 2023 22:38 — forked from Aimeast/RIR Delegations.md
RIR Delegations

http://www-public.it-sudparis.eu/~maigron/RIR_Stats/index.html

RIR Delegations

These pages provide statistics on IP addresses and ASN numbers delegated by RIRs to each country in their geographic area. Delegation details for each country are also available.

These statistics are generated automatically from the RIRs delegation files available via FTP:

ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-extended-latest ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-extended-latest

@SvenVD
SvenVD / a.md
Created January 17, 2023 23:38 — forked from gyng/a.md
Awair Grafana dashboard

https://i.imgur.com/mPgtdla.png

@SvenVD
SvenVD / display1.yml
Last active December 30, 2021 21:52
display1.yml
#THIS IS A YAML FILE, INDENTATION IS IMPORTANT. ALSO DO NOT USE TABS FOR INDENTATION, BUT USE SPACES
#Note force_coordinates is only available starting from rpisurv version 2.1.9
#Note2 Example is with image urls but you can do the same with camera streams,
#you can also use both image url and camera streams on one screen
#This is an example how to configure example layout 1 on a monitor with resolution 1920x1080
essentials:
screens:
- camera_streams:
#THIS IS A YAML FILE, INDENTATION IS IMPORTANT. ALSO DO NOT USE TABS FOR INDENTATION, BUT USE SPACES
essentials:
screens:
- camera_streams:
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/cam/realmonitor?channel=1&subtype=1"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/videoMain"
- url: "http://<ip or dnsname>:<port>/suffix"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/play1.sdp"
duration: 54
#THIS IS A YAML FILE, INDENTATION IS IMPORTANT. ALSO DO NOT USE TABS FOR INDENTATION, BUT USE SPACES
essentials:
screens:
- camera_streams:
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/cam/realmonitor?channel=1&subtype=1"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/videoMain"
- url: "http://<ip or dnsname>:<port>/suffix"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/play1.sdp"