8000 Home · elprup/ppa-mirror Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
elprup edited this page Aug 31, 2019 · 2 revisions

Welcome to the ppa-mirror wiki!

debian official resources

https://wiki.debian.org/Packaging/Intro?action=show&redirect=IntroDebianPackaging

https://wiki.debian.org/DebianRepository/Setup

https://wiki.debian.org/SourcesList#Distribution

https://wiki.debian.org/DebianRepository/Format

https://www.debian.org/doc/debian-policy/

https://wiki.debian.org/Packaging

apt-get basic

https://askubuntu.com/questions/1012672/what-protocol-does-apt-get-use

https://unix.stackexchange.com/questions/377736/how-does-apt-get-really-work

bypass gpg check for apt https://unix.stackexchange.com/questions/198000/bypass-gpg-signature-checks-only-for-a-single-repository

other ways to make mirror (or use)

make mirror https://askubuntu.com/questions/551064/how-to-create-a-local-repository-using-apt-mirror-and-mirrorkit

https://www.digitalocean.com/community/tutorials/how-to-use-reprepro-for-a-secure-package-repository-on-ubuntu-14-04

https://garthwaite.org/reprepro-mirroring-a-ppa.html

https://askubuntu.com/questions/170348/how-to-create-a-local-apt-repository/315800#315800

https://www.howtoforge.com/local_debian_ubuntu_mirror

清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ https://github.com/tuna/tunasync

https://gist.github.com/hvnsweeting/0a70841e5152cbb24eec

https://www.systutorials.com/docs/linux/man/1-reprepro/

development realted

aria2 https://github.com/aria2/aria2

lzma backports https://pypi.org/project/backports.lzma/

sha256 https://docs.python.org/2/library/hashlib.html

sample python3.7 ppa http://ppa.launchpad.net/deadsnakes/ppa/ubuntu/dists/bionic/main/binary-amd64/

https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa

flask docs https://flask.palletsprojects.com/en/1.1.x/quickstart/#a-minimal-application

get file size https://stackoverflow.com/questions/6591931/getting-file-size-in-python

version compare https://stackoverflow.com/questions/11887762/how-do-i-compare-version-numbers-in-python

wget command with proxy https://stackoverflow.com/questions/11211705/how-to-set-proxy-for-wget

use proxy with requests https://stackoverflow.com/questions/8287628/proxies-with-python-requests-module

misc

proxy list https://proxy.coderbusy.com/

0