Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chrislee35 on github.
  • I am chrislee35 (https://keybase.io/chrislee35) on keybase.
  • I have a public key ASDIB9ya6wR10gkezlHkYzessl-i1iGSJztkqyWhrNg8Wwo

To claim this, I am signing this object:

@chrislee35
chrislee35 / .aliases
Created March 30, 2018 01:53
mac bash aliases
alias shred="gshred -u -f"
alias ls='ls -F -G'
alias ipsort='sort -nt. -k 1,1 -k 2,2 -k 3,3 -k 4,4'
alias ipusort='sort -unt. -k 1,1 -k 2,2 -k 3,3 -k 4,4'
alias rot13='tr "[A-Za-z]" "[N-ZA-Mn-za-m]"'
alias downcase='tr "[A-Z]" "[a-z]"'
alias upcase='tr "[a-z]" "[A-Z]"'
alias base64e='openssl base64 -e'
alias base64d='openssl base64 -d'
alias delta="perl -e '\$t=0;while(<>){chomp;\$t2=\$_;printf \"%0.6f\\n\", \$t2-\$t if \$t;\$t=\$t2;}'"
@chrislee35
chrislee35 / tplink_ac5400_client.py
Last active July 12, 2025 14:02
TP-Link AC4500 (ArcherC4500X) Login Script in Python