GithubHelp home page GithubHelp logo

mccright / references Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 4.0 890 KB

Collection of reusable references

Home Page: https://mccright.github.io/references/

License: Other

cheatsheet checklist security-tools application-security vulnerability-assessment static-code-analysis sdr secure-coding

references's Introduction

references

Remember: If you're not paying for it, you're the product.
and "Things can be different..."

"However the future unfolds, it's not something to be predicted, like the passage of a comet. It's something we build." by Robert Kunzig - behind a National Geographic paywall
"The fact that there are pressures and costs does not absolve people of their moral responsibility. The primary custodian of one's actions is oneself." Noam Chomsky Tue, 3 Apr 2018 - quoted by Timothy Holborn
"A lie is a fiction made up to take away someone else's power." Elizabeth Mitchell, Guernica Magazine. Essay/Lit World/Politics, January 15, 2021

Collection of reusable references
Hosted at: https://mccright.github.io/references/

Back to the References

A recent study linked higher levels of phubbing to [partner] dissatisfaction, and a 2022 study found it can lead to feelings of distrust and ostracism. One study found that those who phub a lot are more likely to be phubbed themselves, creating a kind of ripple effect. https://www.nytimes.com/2023/07/27/well/family/phubbing-phone-snubbing-relationship.html

Cheat Sheets

First and foremost: a couple git cheat sheets

Just get started...
git remote -v (view the full addresses of your configured remotes)
cd into your new project directory
git init (builds a .git directory that contains all the metadata and repository history)
git add . (instructs Git to begin tracking all files within and beneath the current directory)
git commit –m'This is the first commit' (creates the permanent history of all files, with the -m option supplying a message alongside the history marker)

  • or install Joel Parker Henderson's GitAlias and do the same more efficiently.

Rename your old github repo 'master' branch to 'main'...

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Tell Me About

Awesome-Awesome

Browse

Sears catalog of Linux software -- Awesome Linux Software https://github.com/luongvo209/Awesome-Linux-Software

Manage Your Privacy

Software Vulnerability Detection Resources

Architecture Risk Analysis

Web Application Vulnerability Analysis and Pen Testing

Pen testing Linux distros

BPF Tools

Explore your Live Linux Kernel Image - Berkeley Packet Filters & eBPF

Online Scanners

General Secure Programming

PHP

Python

Markdown

JavaScript

Crypto

Regex

DOS/Windows Shell

Information Sources for your Security Investigations

A starter list of information sources for your security investigations & integrations:
(Thank you https://github.com/cloudtracer/ThreatPinchLookup)

Math and Statistics

Text to Speech

Random Cheat Sheets

Several Tech Company Research & Security Blogs

Respect software author's license decisions

Various public documents, whitepapers and articles about APT campaigns

Verify those shortened URLs

Find the code you need

Then copy & morph

Risk Management Frameworks

Stay Informed

(in no particular order - and thank you Joe Fleischman for the starter set)

Software Defined Radio (SDR)

Temporary list for new work tools

Bash Shell

Misinformation / Disinformation are Rampant -- Check Those 'Facts'

This is a subset of the longer list at: https://ifcncodeofprinciples.poynter.org/signatories

Development Environment on a Mac

There is probably some free training for that...

Quantum Computing Resources

Here are some resources to learn more about this topic:

Temporary list for work tools or other resources requiring more follow-up

Other

Projects associated with Novel Corona Virus - COVID-19

See: https://github.com/mccright/rand-notes/blob/master/Novel-Corona-Virus-COVID-19.md

WIKI-like platforms for easy sharing (On your private, safe network)

Broadly Reusable Advice

One, a robot may not injure a human being, or, through inaction, allow a human being to come to harm. Two, a robot must obey the orders given it by human beings except where such orders would conflict with the First Law. Three, a robot must protect its own existence as long as such protection does not conflict with the First or Second Laws. [Isaac Asimov introduced these in his 1942 short story "Runaround" (included in the 1950 collection I, Robot) https://en.wikipedia.org/wiki/Three_Laws_of_Robotics]

references's People

Contributors

cyrilbois avatar mccright avatar pfg-matt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.