Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:misc [2024-08-03 Sat wk31 09:41] – [pbcopy pbpaste] baumkp | home_server:home_server_setup:other_services:misc [2025-08-10 Sun wk32 17:11] (current) – [dmesg] baumkp | ||
---|---|---|---|
Line 4: | Line 4: | ||
=====dmesg==== | =====dmesg==== | ||
'' | '' | ||
+ | '' | ||
+ | *emerg - system is unusable | ||
+ | *alert - action must be taken immediately | ||
+ | *crit - critical conditions | ||
+ | *err - error conditions | ||
+ | *warn - warning conditions | ||
+ | *notice - normal but significant condition | ||
+ | *info - informational | ||
+ | *debug - debug-level messages | ||
+ | |||
+ | |||
=====systemd===== | =====systemd===== | ||
*Systemctl related commands: | *Systemctl related commands: | ||
Line 195: | Line 206: | ||
Once you're comfortable with using grep to find simple strings as seen above, it can do far more complex tasks. These include but are not limited to: case-insensitive use, more complex patterns (including full regular expressions), | Once you're comfortable with using grep to find simple strings as seen above, it can do far more complex tasks. These include but are not limited to: case-insensitive use, more complex patterns (including full regular expressions), | ||
+ | ====netstat==== | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
+ | *'' | ||
=====Sed replaces strings===== | =====Sed replaces strings===== | ||
Line 270: | Line 291: | ||
*'' | *'' | ||
+ | '' | ||
=====pbcopy pbpaste===== | =====pbcopy pbpaste===== | ||
Also see [[https:// | Also see [[https:// |