This guide will help you host an APT repository on Github.
You need to install the following packages.
- reprepro
| #!/usr/bin/env python | |
| # Find the raw bitstring from a captured Flipper RAW .sub file. | |
| # Must provide the bitlength in ms, and the allowable error which can be tolerated. | |
| import re | |
| import sys | |
| import math | |
| filename = sys.argv[1] |
| javascript:(function() { | |
| let id = parseInt(location.pathname.match("([0-9]{1,5})")[0], 10); if (id === NaN) {return}; | |
| fetch("https://api.ageofempires.com/api/v1/mods/Download", {"credentials": "include", "headers": { "Content-Type": "application/json" }, "body": JSON.stringify({id, boolValue: true}), "method": "POST", "mode": "cors"}).then(r => r.json()).then(r => {location.href = r.value.downloadUrl}).catch(e => console.log(e)); | |
| })() |
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker volume ls -qf dangling=true | xargs -r docker volume rm
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |