Skip to content

Instantly share code, notes, and snippets.

View argrento's full-sized avatar
🍺
Working from home

Kirill Snezhko argrento

🍺
Working from home
View GitHub Profile
@h0bbel
h0bbel / sources.list
Last active June 29, 2024 11:13
/etc/apt/sources.list for Ubuntu 18.04.1 LTS Bionic Beaver
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import base64
import binascii
import getpass
import logging
import pprint
import re
import textwrap