Skip to content

Instantly share code, notes, and snippets.

View jacilynh's full-sized avatar
:octocat:
Be here now.

Jaci Hayden jacilynh

:octocat:
Be here now.
View GitHub Profile
@deanrather
deanrather / Keyboard Shortcuts.md
Last active October 10, 2017 00:47
Keyboard Shortcuts (Sublime, Gmail, Chrome, Bash)

Sublime Text

ctrl+shift          Search for command
    reindent        Reindent Selection
    sort            Sort Lines
    space           Convert indentation to spaces
ctrl+p              Jump to file ( `:<n>` jump to line)
ctrl+;              Jump to keyword in file
ctrl+k,b            Hide/show Sidebar

alt+shift+ Split window into views

@blackfalcon
blackfalcon / git-feature-workflow.md
Last active June 2, 2025 19:19
Git basics - a general workflow

Git-workflow vs feature branching

When working with Git, there are two prevailing workflows are Git workflow and feature branches. IMHO, being more of a subscriber to continuous integration, I feel that the feature branch workflow is better suited, and the focus of this article.

If you are new to Git and Git-workflows, I suggest reading the atlassian.com Git Workflow article in addition to this as there is more detail there than presented here.

I admit, using Bash in the command line with the standard configuration leaves a bit to be desired when it comes to awareness of state. A tool that I suggest using follows these instructions on setting up GIT Bash autocompletion. This tool will assist you to better visualize the state of a branc

@tracypholmes
tracypholmes / FullUbuntuLearn.md
Last active September 7, 2017 00:45
Live USB + Learn Setup

Setting up your Linux drive

Creating a Bootable USB

The USB drive we're about to create a full bootable version of the Linux operating system. Go here to create the usb: http://www.everydaylinuxuser.com/2015/11/how-to-install-ubuntu-linux-alongside.html

This drive is set up so that you can boot up your computer to run Linux right off of this drive without having to change your current operating system. This drive will not modify your current Windows or Mac installation.

First off, shut your computer down and plug in the USB drive. Now we're going to tell the computer to boot from the USB rather than the hard drive.

anonymous
anonymous / Piper Pa 22 Owners Manual.md
Created July 12, 2017 15:45
Piper Pa 22 Owners Manual

Piper Pa 22 Owners Manual==============================>>> DOWNLOAD <<<==============================Piper Pa 22 Owners ManualHydro Electric Power Comm. How is to make sure that this piper pa 22 owners manual will not displayed in your bookshelves? Sign in to view orders. Snow blower manufacturers covered include Aircap Snow Champ, Atlas, Bolens, Craftsman, Crary with any type of Deutz Allis, Ford, Gilson, John Deere, Lawn Boy, bobcat Compact Track Loader. Piper Pa 22 Owners Manual

@EdOverflow
EdOverflow / github_bugbountyhunting.md
Last active July 15, 2025 12:45
My tips for finding security issues in GitHub projects.

GitHub for Bug Bounty Hunters

GitHub repositories can disclose all sorts of potentially valuable information for bug bounty hunters. The targets do not always have to be open source for there to be issues. Organization members and their open source projects can sometimes accidentally expose information that could be used against the target company. in this article I will give you a brief overview that should help you get started targeting GitHub repositories for vulnerabilities and for general recon.

Mass Cloning

You can just do your research on github.com, but I would suggest cloning all the target's repositories so that you can run your tests locally. I would highly recommend @mazen160's GitHubCloner. Just run the script and you should be good to go.

$ python githubcloner.py --org organization -o /tmp/output
@jacilynh
jacilynh / Keyboard Shortcuts.md
Created October 10, 2017 00:47 — forked from deanrather/Keyboard Shortcuts.md
Keyboard Shortcuts (Sublime, Gmail, Chrome, Bash)

Sublime Text

ctrl+shift          Search for command
    reindent        Reindent Selection
    sort            Sort Lines
    space           Convert indentation to spaces
ctrl+p              Jump to file ( `:<n>` jump to line)
ctrl+;              Jump to keyword in file
ctrl+k,b            Hide/show Sidebar

alt+shift+ Split window into views