VirtualTam's bookmarks

  1.  -e      Exit  immediately  if a pipeline (which may consist of a
     single simple command),  a subshell command enclosed in parentheses,
     or one of the commands executed as part of a command list enclosed by
     braces (see SHELL GRAMMAR above) exits with a non-zero  status. 
    
     -x      After expanding each simple command, for command, case
     command, select command, or arithmetic  for  command,  display
     the  expanded value of PS4, followed by the command and its
     expanded arguments or associated word list.
    
  2. iptables 2018-07-04

    Documentation:

    Articles:

    How-tos:

    Routing:

    RHEL Documentation:

  3. For scripting:

    1$ docker ps -aq
    

    E.g.:

    1$ docker stop $(docker ps -aq)