Skip to content

Instantly share code, notes, and snippets.

View ashirviskas's full-sized avatar
😺

Matas Minelga ashirviskas

😺
View GitHub Profile
@ashirviskas
ashirviskas / docker.md
Created April 6, 2024 12:40 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@ashirviskas
ashirviskas / submit_urls.py
Last active May 14, 2021 13:54 — forked from bdesham/submit_urls.py
Takes a sitemap file and submits each URL to the Wayback Machine
#!/usr/bin/env python3
# Takes a sitemap file [1] and submits each URL to the Wayback Machine [2].
#
# Usage: python3 submit_urls.py sitemap.xml
#
# The script will contact the Wayback Machine for each URL in turn and request
# that it be saved [3]. The script prints (to standard output) the HTTP status
# code received from the Wayback Machine for each URL. The output looks like
# this: