Skip to content

Instantly share code, notes, and snippets.

View Nikro's full-sized avatar
🏠
Working from home

Nagailic Sergiu (Nikro) Nikro

🏠
Working from home
View GitHub Profile
@Nikro
Nikro / cmake-3.26.3-arm32v7.tar.gz
Last active May 17, 2023 07:33
Arm32v1 / Armv7hl - cmake 3.26.3 (built on Fedora)
This file has been truncated, but you can view the full file.
@Nikro
Nikro / dns-update.sh
Created April 11, 2021 16:28
Dynamic DNS with Cloudflare
#!/usr/bin/python3
import requests
import ipaddress
import json
# Get these from cloudflare - check the blog article @ https://nikro.me/
token=""
zone=""
entry="cloud.nikro.me"
entry_id=""