Cloudflare dynamic dns with python
Here is some Python 3 code for changing a dns record with the Cloudflare V4 api. It is mostly intended as an example, so I tried to keep it as Continue Reading →
Here is some Python 3 code for changing a dns record with the Cloudflare V4 api. It is mostly intended as an example, so I tried to keep it as Continue Reading →
First, install the needed components: Create nginx config for the new website: Add the following, change atleast server_name and root lines to match your setup: Save file and close your Continue Reading →
I have a small python program for adding magnet urls to transmission on my server when i click them. Here is how i made chrome call my python app: Open Continue Reading →
A simple example on using threads in Python:
I am a bit strange, sometimes i enjoy looking through kernel source code, not that i understand very much but anyway.. I picked some random code from each of openbsd, Continue Reading →
Murmur is an open source voice chat server. I made a python script to move inactive users to an afk channel, not much code but still a good example on Continue Reading →