Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile
@Aetherinox
Aetherinox / github_host_apt_repo.md
Last active October 8, 2023 10:37 — forked from ikbelkirasan/host_apt_repo_on_github.md
Github: Host Apt Repo

Host an APT repository on Github

This guide will help you host an APT repository on Github.

Prerequisites

You need to install the following packages.

  • reprepro
@Aetherinox
Aetherinox / tags_rename.sh
Last active October 8, 2023 10:36 — forked from rafael-neri/script.sh
Git
# Create new from old
git tag new old
# Remove old tag
git tag -d old
# Sync changes from old tag to remote
git push origin :refs/tags/old
# Send new tag to remote
@Aetherinox
Aetherinox / sources.list.md
Last active October 17, 2023 06:53
[ Ubuntu Full Source Repo List ] Ubuntu & ZorinOS v16.x 20.04 (Focal) && 22.04 (Jammy) && 23.04 (Lunar)
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 06:57
Ubuntu 20.04 LTS (Focal Fossa) Repo / Sources List (Complete)
deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted
deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe
deb http://us.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 06:57
Ubuntu 20.04 LTS (Focal Fossa) Repo / Sources List (Extras)
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 06:58
Ubuntu 22.04 LTS (Jammy Jellyfish) Repo / Sources List (Complete)
deb http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy universe
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 06:59
Ubuntu 22.04 LTS (Jammy Jellyfish) Repo / Sources List (Extras)
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:00
Ubuntu 23.04 (Lunar Lobster) Repo / Sources List (Complete)
deb http://us.archive.ubuntu.com/ubuntu lunar main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu lunar main restricted
deb http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu lunar universe
# deb-src http://us.archive.ubuntu.com/ubuntu lunar universe
deb http://us.archive.ubuntu.com/ubuntu lunar-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates universe
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:00
Ubuntu 23.04 (Lunar Lobster) Repo / Sources List (Extras)
deb http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:02
ZorinOS 16 (Ubuntu 20.04 LTS) (Focal Fossa) Repo / Sources List (Complete)
deb https://packages.zorinos.com/stable focal main
# deb-src https://packages.zorinos.com/stable focal main
deb https://packages.zorinos.com/patches focal main
# deb-src https://packages.zorinos.com/patches focal main
deb https://packages.zorinos.com/apps focal main
# deb-src https://packages.zorinos.com/apps focal main
deb https://packages.zorinos.com/drivers focal main restricted