Skip to content

Instantly share code, notes, and snippets.

View MinmoTech's full-sized avatar
:octocat:
Beep Boop, working correctly

MinmoTech MinmoTech

:octocat:
Beep Boop, working correctly
  • Migaku
View GitHub Profile
@MinmoTech
MinmoTech / main.py
Created July 18, 2019 18:14
Python game test
import random
def rand_x():
return random.randint(0, 9)
def rand_y():
return random.randint(0, 39)
@MinmoTech
MinmoTech / install.txt
Last active November 30, 2021 15:33
Arch Install Guide
#check network
wifi-menu
ip link
ping archlinux.org
# ensure proper system clock
timedatectl set-ntp true
# list partitions
lsblk
@MinmoTech
MinmoTech / Portainer quick.PNG
Last active October 23, 2018 13:31
dockstarter config
Portainer quick.PNG