Skip to content

Instantly share code, notes, and snippets.

View bdno86's full-sized avatar

Bryan Onel bdno86

View GitHub Profile
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active April 8, 2025 13:14
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@eykd
eykd / pycon_2014.md
Last active August 29, 2015 13:59
PyCon 2014 notes

Friday, April 11

DNS

  • Lynn Root
  • roguelynn.com
  • roguelynn-spy.herokuapp.com

Use scapy python library for sniffing network traffic. Chrome does one DNS request for each autocomplete guess. Interesting.

@katychuang
katychuang / remove_brew-mongo_osx.sh
Last active August 3, 2024 16:45
remove mongodb that was installed via brew
#!/usr/bin/env sh
# first check to see if mongo service is running. you can't delete any files until the service stops so perform a quick check.
launchctl list | grep mongo
# NOTE: the pipe | symbol means the commands on the right performs on the output from the left
# grep is a string search utility. `grep mongo` means search for the substring mongo
# use the unload command to end the mongo service. this is required to 'unlock' before removing the service.
# first look for the file to delete
MONGO_SERVICE_FILE=$(ls ~/Library/LaunchAgents/*mongodb*)
@chrisdempsey
chrisdempsey / Bookmarks
Last active March 23, 2020 06:05
Useful bookmarks.
- MODX Addons/Extras
- PHP Libraries + Classes
- jQuery Plugins
- Web Services
- Bootstrap Resources
- Web Tools - Online
- Web Resources
- Javascript Resources, Plugins + Libraries
- Graphic Resources
- Fonts