Skip to content

Instantly share code, notes, and snippets.

View tomay3000's full-sized avatar

Youcef Kouchkar tomay3000

View GitHub Profile
@tomay3000
tomay3000 / mac_changer.py
Created January 4, 2021 18:01 — forked from Racv/mac_changer.py
A python script to change mac address
#!/usr/bin/env python
import subprocess
import optparse
import re
def get_args():
parser = optparse.OptionParser()
parser.add_option("-i", "--interface", dest="interface", help="Interface whose mac has to be changed")
@tomay3000
tomay3000 / sublime_text_patch.md
Created January 25, 2019 21:07 — forked from deyixtan/sublime_text_patch.md
Sublime Text Patching Guide

Automated Patching

Download slt.py python script (supports multiple build) from this repository.

Usage

python slt.py <"sublime_text file path">


Manual Patching