OpenBSD
|
Packages, firmwares, sources, installation sets,
documention and distfile mirrors
- Packages
Packages for 7.8/amd64 and 7.9/amd64 are provided,
you may set it as your repository by editing
/etc/installurl to the following:
http://mirror.cloud9p.org/pub/OpenBSD
- Packages are signed with signify(8),
thus they can't be tempered by 3rd parties.
Use of HTTPS is suggested nonetheless, if you have cloud9p's CA trusted.
For other architectures, you may use ports tree.
- Firmwares
You may install or update them by running the following on a OpenBSD machine:
$ doas fw_update -p http://mirror.cloud9p.org/pub/OpenBSD/fw/
- Sources
- Installation sets
- Documention
Mirrors of OpenBSD project sites
- distfiles
We have a distfile mirror, which is used for building
the ports tree, you may set it by setting SITE_OPENBSD
in /etc/mk.conf:
SITE_OPENBSD=http://mirror.cloud9p.org/pub/OpenBSD/distfiles/
|
GNU Emacs
|
Mirror of emacs wiki, MELPA and ELPA
- Emacs wiki
- ELPA and MELPA (packages)
In ~/.emacs.d/init.el, append the following:
(setq package-archives
'(("elpa" . "https://mirror.cloud9p.org/pub/emacs/elpa/")
("melpa" . "https://mirror.cloud9p.org/pub/emacs/snapshots/")))
To use stable branch of packages in MELPA, replace it with the following:
(setq package-archives
'(("elpa" . "https://mirror.cloud9p.org/pub/emacs/elpa/")
("melpa-stable" . "https://mirror.cloud9p.org/pub/emacs/releases/")))
|
Termux
|
Binary packages for aarch64
- Packages
edit $PREFIX/etc/apt/sources.list:
deb http://mirror.cloud9p.org/pub/termux/termux-main stable main
for X11 and root repositories,
edit $PREFIX/etc/apt/sources.list.d/x11.list and
$PREFIX/etc/apt/sources.list.d/root.list:
respectively:
deb http://mirror.cloud9p.org/pub/termux/termux-x11 x11 main
deb http://mirror.cloud9p.org/pub/termux/termux-root root stable
|
FreeBSD
|
We used to have FreeBSD mirrors for 14.3,
but removed due to lack of interest and difficulties in maintance.
|
Archlinux
|
Archlinux mirror
- Packages
edit /etc/pacman.d/mirrorlist and append the following:
Server = http://mirror.cloud9p.org/pub/archlinux/$repo/os/$arch
- ISO and Images
- Wiki
|
Kiwix
|
See archive.cloud9p.org
|