Difference between revisions of "Learning Hub"

From Series Bible
Jump to: navigation, search
(Created page with "Category:Learning == IT / SQA == Category:SQA === 10/22/18 === ==== Copy Request/Response Headers for Andy ==== On network console in Chrome, you can: # Copy to...")
 
(IT / SQA)
Line 4: Line 4:
  
 
[[Category:SQA]]
 
[[Category:SQA]]
 +
 +
=== Nginx Logs ===
 +
 +
Powershell/Ubuntu SSH Client
 +
 +
* ssh username @IP
 +
* cd /var/log/nginx
 +
* ls
 +
** sudo cat error.log
 +
** sudo zcat zipped
 +
** sudo grep/zgrep 'error' filename
  
 
=== 10/22/18 ===
 
=== 10/22/18 ===

Revision as of 11:19, 22 October 2018


IT / SQA

Nginx Logs

Powershell/Ubuntu SSH Client

  • ssh username @IP
  • cd /var/log/nginx
  • ls
    • sudo cat error.log
    • sudo zcat zipped
    • sudo grep/zgrep 'error' filename

10/22/18

Copy Request/Response Headers for Andy

On network console in Chrome, you can:

  1. Copy to Powershell,
  2. add to notepad,
  3. save as .txt, and
  4. drop on the trello card for Andy

Look Up Error Messages on This Site

On compatibility issues, look up messages on https://caniuse.com/.