Skip to content

Instantly share code, notes, and snippets.

View rti's full-sized avatar
:octocat:

Robert Timm rti

:octocat:
View GitHub Profile
@Th3Whit3Wolf
Th3Whit3Wolf / arch_sec_install.sh
Last active November 11, 2025 03:09
Install arch on btrfs(w/ swapfile) on luks with rEFInd bootloader
#!/bin/bash
# 0 - SSH
# This isn't necessary but if you ssh into the computer all the other steps are copy and paste
# Set a password for root
passwd
# Get network access
iwctl
"""
@netj
netj / mysqlToJson.py
Last active August 11, 2021 23:11 — forked from quickbreach/mysqlToJson.py
Convert mysqldump to JSON, optional upload to elastic
import re
import csv
import json
import sys
import requests
from requests.auth import HTTPBasicAuth
import hashlib
'''
Usage: 'python3 mysqlToJson.py <targetFile.sql>