| Page | Description | Tags |
|
Home of dd_rescue is <http://www.garloff.de/kurt/linux/ddrescue/>
dd_rescue is your friend if you have to recover data from a crased harddrive. This tool will … |
tools,
backup,
rescue |
|
Create a diff to be used to patch a file ..,
Create the diff
diff -c nrpe.cfg nrpe.cfg.new > nrpe.cfg.patch
Patch it on a different machine:
patch < nr… |
tools |
|
to revert the search use -v:
grep -v 'pattern' file
extract config lines omitting remarks (#) and empty lines:
grep -v '^#' file.conf | grep -v '^$'
p… |
tools |
|
The Mutt Mail User Agent
keyboard shortcuts
t - tag (mark) a message
T - tag messages with regex
; - tag prefix, run next command with tagged messages
b - … |
tools |