|
|
|
@ -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 |
|
|
|
|