A list of movies that has hacking as a major theme.
Special shoutout to everyone in #infosec on zatech.slack.com for contributing to the list
- Hackers
- Wargames
| # duti settings file | |
| # src: https://gist.github.com/apfelchips/0073cb3e8d186115f590d318998c1025 | |
| # mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/duti/" && curl -L "https://git.io/JRtzH" -o "${XDG_CONFIG_HOME:-$HOME/.config}/duti/default.duti" | |
| # duti-apply wrapper: alias duti-apply='duti -v "${XDG_CONFIG_HOME:-$HOME/.config}/duti"' | |
| ## duti documentation http://duti.org/documentation.html | |
| ## see also: https://github.com/Lord-Kamina/SwiftDefaultApps#readme | |
| # List of MIME Types: |
| -- Found at: | |
| -- http://www.if-not-true-then-false.com/2009/postgresql-psql-psqlrc-tips-and-tricks/ | |
| -- http://opensourcedbms.com/dbms/psqlrc-psql-startup-file-for-postgres/ | |
| \set QUIET ON | |
| \pset pager always | |
| \pset null 'NULL' |