- ⌘command
- ⌥option/alt
- ←left arrow
- →right arrow
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| # | |
| # Copy of https://gist.githubusercontent.com/arichika/b1a1413b554734ae964f/raw/e657ad2dc4ddab60750d26e87add61f9b988d887/ConvertLetsPemToPfx.sh | |
| # | |
| pemsdir='/etc/letsencrypt/archive' # default search PEMs | |
| pfxspath='/share/letsencrypt/archive' # dest of the PFXs | |
| passfile='/share/letsencrypt/pass.txt' # password to be applied to the PFX file | |
| for cnvifull in `find "${pemsdir}" -name 'cert*.pem' -o -name '*chain*.pem'` | 
$ sudo docker ps
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                    NAMES
26137efa979f        mysql               "docker-entrypoint..."   8 months ago        Up 10 minutes       0.0.0.0:3306->3306/tcp   container-mysql
$ sudo docker exec container-mysql mysqld --version`
mysqld  Ver 5.7.15 for Linux on x86_64 (MySQL Community Server (GPL))
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Some options that may or may not be applicable to you | |
| [user] | |
| name = Zach Olivare | |
| email = [email protected] | |
| [push] | |
| default = upstream | |
| [core] | |
| autocrlf = input # Force replacing CRLF line endings with LF | |
| ignorecase = false | |
| # editor = code --wait | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | From: http://redteams.net/bookshelf/ | |
| Techie | |
| Unauthorised Access: Physical Penetration Testing For IT Security Teams by Wil Allsopp. | |
| Social Engineering: The Art of Human Hacking by Christopher Hadnagy | |
| Practical Lock Picking: A Physical Penetration Tester's Training Guide by Deviant Ollam | |
| The Art of Deception: Controlling the Human Element of Security by Kevin Mitnick | |
| Hacking: The Art of Exploitation by Jon Erickson and Hacking Exposed by Stuart McClure and others. | |
| Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning by Fyodor | |
| The Shellcoder's Handbook: Discovering and Exploiting Security Holes by several authors | 
Key Points from NoSQL Distilled Modeling Data for NoSQL Document Databases https://www.youtube.com/watch?v=-o_VGpJP-Q0
This presentation was recorded at GOTO Aarhus 2012
Martin Fowler - Author, Speaker, Consultant & General Loud-mouth on Software Development
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Revert changes to modified files. | |
| git reset --hard | |
| # Remove all untracked files and directories. (`-f` is `force`, `-d` is `remove directories`) | |
| git clean -fd | 
We install certutil and pk12util if necessary:
sudo apt install libnss3-tools
On Linux, Chromium uses the NSS Shared DB. Check if you have the ~/.pki/nssdb directory:
ls $HOME/.pki/nssdb