Skip to content

Instantly share code, notes, and snippets.

View SomethingGeneric's full-sized avatar
🙃
hrrrg

Matt C SomethingGeneric

🙃
hrrrg
View GitHub Profile
import asyncio
from playwright.async_api import async_playwright
import getpass
async def main():
async with async_playwright() as p:
browser = await p.chromium.launch(headless=False)
page = await browser.new_page()
@SomethingGeneric
SomethingGeneric / citrine.chroot.log
Created October 10, 2021 20:40
Guy Incognito citrine logs
Pick a time zone (Format: America/New_York , Europe/London, etc) : ♠ Set TZ to /usr/share/zoneinfo/America/Chicago
♠ Syncing hardware offset
Do you need more locales than just en_US? (y/N) : MORE=n
♠ Generating selected locales.
Generating locales...
en_US.UTF-8... done
Generation complete.
♠ en_US was set as system primary.
@SomethingGeneric
SomethingGeneric / postfix-dovecot-ubuntu14.04.sh
Created April 19, 2021 14:46 — forked from haisum/postfix-dovecot-ubuntu14.04.sh
Automated bash script to setup dovecot postfix mysql email server on ubuntu 14.04
#!/usr/bin/env bash
#####
# Script to install postfix
#####
DOMAIN="example.com"
EMAIL="haisum@example.com"
PASSWORD="example.com1*"