Skip to content

jimsander/jds-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jds-env

(07.08.22) -

5 years gone by (02.15.17) - Common aliases and shell things that I use to setup my env. Honestly, I've not touched this in 2 years... time to refresh

Tools List / Cheat Sheet

Security

  • pwgen - pw generation : interactive(tty) and script(non-tty)

testing

API Development

  • chalice
  • flask
  • python
  • swagger
  • virtualenv

Apps

Used Daily for security and

  • Authy
  • Lastpass

Container

  • docker
  • kubernetes (don't laugh, this page hadn't been updated since 2017 when this was added)
  • openvz

Doc

  • grip - python github markdown preview @ http://localhost:6419
    • PRO: Cool! auto-refreshes as source is updated
    • CON: Uses Github API Rate limiting, have to be sparse on refreshing the browser

Sample:

    [jimsander@workHorse jds-env] # grip README.md
       * Running on http://localhost:6419/ (Press CTRL+C to quit)

demo1

Git

Json

    # curl -s https://api.userinfo.io/userinfos?ip_address=`curl -s ` | jq '@text "Not My Address folks \(.ip_address)"'
    "Not My Address folks 162.250.11.13"
    # curl -s https://api.userinfo.io/userinfos?ip_address=`curl icanhazip.com` |  gron
      json = {};
      json.city = {};
      json.city.code = "67123";
      json.city.name = "Potwin";
      json.continent = {};
      json.continent.code = "NA";
      json.continent.name = "North America";
      . . .

    # curl -s https://api.userinfo.io/userinfos?ip_address=`curl -s icanhazip.com` | gron | grep Potwin
      json.city.name = "Potwin";
  • jq.node

Messaging

  • Signal - Encrypted messaging, includes disappearing messages
  • Slack - Great colalboration tool

Orchestration

Overiew

PRIVACY

If you think privacy is unimportant for you because you have nothing to hide, you might as well say free speech is unimportant for you because you have nothing useful to say. -- 2015, anonymous?

Browsers

  • Hoxx VPN (They save VPN)
  • Tor VPN

Mail / Messaing

  • Protonmail
  • Signal

Productivity Tools

  • Leechblock NG (Firefox)

Virtualization

  • VMWare
  • Virtualbox
  • vagrant
  • virtualenv

About

Common aliases and shell things that I use to setup my env.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published