Egrep Cheat Sheet

  



Helped during my OSCP lab days. Contribute to slyth11907/Cheatsheets development by creating an account on GitHub. Recently I’ve had to do extensive work with Dell PowerEdge servers, and specifically Dell’s that use the LSI MegaRAID controllers. Anyone who has ever had to work with the LSI RAID controllers knows that the MegaCLI provided by LSI is the most cryptic command line utility in existence. MegaCli is available for Linux, DOS, Windows,. Recently I’ve had to do extensive work with Dell PowerEdge servers, and specifically Dell’s that use the LSI MegaRAID controllers. Anyone who has ever had to work with the LSI RAID controllers knows that the MegaCLI provided by LSI is the most cryptic command line utility in existence. MegaCli is available for Linux, DOS, Windows,.

  1. Egrep Cheat Sheet Fortnite
  2. Linux Grep Command Cheat Sheet
  3. Egrep Cheat Sheet
  4. Egrep Cheat Sheet 2020

Cheat sheet based off the Udemy cysa+ course from Jason Dion – video 75 as i’m sure i’ll end up looking for it at some point in the future.

REGEX:

[] – Match a single instance of a chracter from a range such as a-z A-Z 0-9 or for all [a-zA-Z0-9]

Egrep cheat sheet 5e

[s] – Match whitespace

[d] – Match a digit

+ – Match one or more occurrences e.g. d+-

*- Match zero or more occurrences e.g. d*

Wireless adapters for mac. ? – Match one or none occureences e.g. d?

{} – Match the number of times within the braces e.g. d{3} finds 3 digits in a row or d{7-10} matches 7,8,9 or 10 digits in a row

| – OR

^ – Only search at the start of a line

$ – Only search at the end of a line

GREP:

Egrep Cheat Sheet Fortnite

-F = search for a literal value, can use “” instead of -F Mac os for oracle vm virtualbox.

-r = recursive

-i = Ignore case sensitivity

-v = Find things which do not match

-w = Treat search strings as words (instead of parts of words)

-c = Show count of matches Backup slim plus for mac.

-l = Return names of files containing matches

-L = Return names of files without matches

The OpenManage command line interface allows you to check the state of your hardware and do hardware settings.
Below commands are quick reference for Dell server, you can always use 'omhelp omreport' commands to show help manual of 'omreport'.

1. System component properties.

  • System logs
  • OS
  • Summary of all system components(Including major components versions)
  • Version report for all updateable components.
(Including BIOS,OS and controller versions)

2. Chassis component properties.

  • Power (Check power peak stats and threshold)
  • Check power capacity
  • Power health status
  • Fans
  • Memory
  • NICs
  • CPUs

Linux Grep Command Cheat Sheet

  • Temperatures
Egrep
  • Voltage

Egrep Cheat Sheet

  • Battery of CMOS

3. Display storage component properties.

  • Physical Disk Status
  • Logical Disk Status
  • Controller Status
  • Controller Battery
  • Controller Connecter Status

4. Controller Battery related

  • Generate controller log
  • Check Manufacture Name

Egrep Cheat Sheet 2020

  • Check remaining&full capacity