CISSP CPE Requirements

For certification cycles that began on or prior to December 1, 2014

CPE Type Annual Req. 3-Year Total
Group A 20 80
Group A or B N/A 40
Total Required 20 120

For certification cycles that began on or after January 1, 2015

CPE Type Annual Req. 3-Year Total
Group A 30 90
Group A or B 10 30
Total Required 40 120

 

Common Junos Commands

  • show version
  • show version detail
  • show chassis hardware
  • show chassis hardware detail
  • configure
  • show configuration
  • commit confirmed
  • request system snapshot
  • rollback
  • file list detail /config
  • file list detail /var/db/config
  • show interfaces terse
  • show interfaces
  • show interfaces interface-name
  • show interfaces detail
  • show interfaces detail interface-name
  • show interfaces extensive
  • show interfaces extensive interface-name
  • show route
  • show route inet.0
  • show route inet.6l
  • show route detail
  • show route protocol
  • show route forwarding-table
  • show rip neighbor
  • show isis interface
  • show isis adjacency
  • show ospf interface
  • show ospf neighbor
  • show bgp neighbor
  • show bgp summary
  • show route protocol bgp
  • show Ethernet-switching interfaces
  • show vlans
  • show virtual-chassis status
  • show spanning-tree bridge
  • show spanning-tree interface
  • show log messages
  • show system uptime

10 Common Linux Commands

  • ls (list)
  • cd (change directory)
  • mv (move)
  • man (manual)
  • mkdir (make directory)
  • rmdir (remove directory)
  • touch (make file)
  • rm (remove)
  • locate (find)
  • clear (clear)

Emacs List of Shortcuts

C-h C-h : help
C-g : quit
C-x b : switch buffers
C-x right : right-cycle through buffers
C-x left : left-cycle through buffers
C-x k : kill buffer

C-x 0 : close the active window

C-x 1 : close all windows except the active window
C-x 2 : split the active window vertically into two horizontal windows
C-x 3 : split the active window horizontally into two vertical windows
C-x o : change active window to next window

C-x C-f : open file

C-x C-s : save file
C-x C-w : save file as

C-space : set region mark

C-w : kill region
C-k : kill region between point and end of current line
M-w : kill region without deleting
C-y : yank region from kill ring
M-y : move to previous item in the kill ring
M-Y : move to next item in the kill ring

C-_ : undo

C-s : search forwards
C-r : search backwards
M-% : query replace (‘space’ to replace, ‘n’ to skip, ‘!’ to replace all)
M-q : wrap text

C-left : move one word left

C-right : move one word right
C-up : move one paragraph up
C-down : move one paragraph down
home : move to the beginning of the line
end : move to the end of the line
page up : move up a page
page down : move down a page
M- : move to end of buffer