This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
def rand_x(): | |
return random.randint(0, 9) | |
def rand_y(): | |
return random.randint(0, 39) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#check network | |
wifi-menu | |
ip link | |
ping archlinux.org | |
# ensure proper system clock | |
timedatectl set-ntp true | |
# list partitions | |
lsblk |
NewerOlder