From bcf44d6a1b385839962d893cb15c89684cff6f9d Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Thu, 11 Aug 2022 12:36:31 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f3e1472..c2ea9e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ + [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) + [NFS](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#mount-nfs-share-nfs-common-or-nfs-utils) + [Merge Video](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#merge-video-files-with-ffmpeg) ++ [Hylafax](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#hylafax) + [Linux Users](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#linux-users) + [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows) + [Data Recovery](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#data-recovery) @@ -92,6 +93,17 @@ file 'file 4.mkv' ``` `ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` +# Hylafax + +## Send a Fax +`sendfax -n -d 8643605 test` // where test is a text document with content + +## Remove a fax from queue +`faxrm jobid` + +## Watch fax status +`watch -n 2 faxstat -s` + # Linux Users ## Delete User