Skip to content

Instantly share code, notes, and snippets.

View TheIndra55's full-sized avatar

Indra TheIndra55

View GitHub Profile
@kittenswolf
kittenswolf / analyzer.py
Last active June 10, 2021 04:03
discord data analyzer
# -*- coding: utf-8 -*-
import pprint
import operator
import os
import csv
import json
print("written by: kittenswolf#8723")
@blha303
blha303 / docs.md
Last active April 20, 2021 12:10
Life Is Strange stats server investigation
@kennwhite
kennwhite / Install_Alpine_Linux_3.3_on_VirtualBox_OSX.md
Last active June 21, 2023 15:05
Howto: Install Alpine Linux 3.3 on VirtualBox OSX

Howto: Install Alpine Linux 3.3 on VirtualBox OSX

  • Latest Standard ISO version x86_64 is recommended (http://alpinelinux.org/downloads/)
  • Create new VM ("Linux 2.6 / 3.x / 4.x (64-bit)")
  • 1 CPU w/ 512BM RAM and 1 GB default (VDI) disk is more than sufficient
  • Default networking (NAT)
  • Boot and add Alpine ISO as attached virtual install media
  • Default root password is blank (though note - ssh PermitRootLogin defaults to disallow blank passwords and: prohibit-password; switch to yes for Host ssh)
  • Run setup-alpine
  • Defaults are fine, but you do want "sys" disk setup to sda, y to confirm