Skip to content

Instantly share code, notes, and snippets.

View Defirence's full-sized avatar

DEADBEEFx0 Defirence

View GitHub Profile
@Defirence
Defirence / sources.list
Last active February 27, 2022 07:37 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://mirror.wiru.co.za/ubuntu/ focal main restricted universe multiverse
deb-src http://mirror.wiru.co.za/ubuntu/ focal main restricted universe multiverse
deb http://mirror.wiru.co.za/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirror.wiru.co.za/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirror.wiru.co.za/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirror.wiru.co.za/ubuntu/ focal-security main restricted universe multiverse
deb http://mirror.wiru.co.za/ubuntu/ focal-backports main restricted universe multiverse
@Reedbeta
Reedbeta / nested-lists.md
Last active April 26, 2022 13:28
Nested lists markdown
  • Item 1

  • Item 2

  • Item 3
    second line

    • Item 3a
    • Item 3b
    • Item 3c

    Item 3 continue

@ishad0w
ishad0w / sources.list
Created April 30, 2020 16:55
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
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
@paolocarrasco
paolocarrasco / README.md
Last active May 3, 2024 15:20
How to understand the `gpg failed to sign the data` problem in git

Problem

You have installed GPG, then tried to commit and suddenly you see this error message after it:

error: gpg failed to sign the data
fatal: failed to write commit object

Debug

@heyalexej
heyalexej / pytz-time-zones.py
Created November 16, 2016 09:14
list of pytz time zones
>>> import pytz
>>>
>>> for tz in pytz.all_timezones:
... print tz
...
...
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
Africa/Algiers