|
|
|
@ -4,6 +4,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) |
|
|
|
+ [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#Windows) |
|
|
|
|
|
|
|
My cheat sheet for commands I have trouble remembering. |
|
|
|
|
|
|
|
@ -62,4 +63,12 @@ file 'file 2.mkv' |
|
|
|
file 'file 3.mkv' |
|
|
|
file 'file 4.mkv' |
|
|
|
``` |
|
|
|
`ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` |
|
|
|
`ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` |
|
|
|
|
|
|
|
# Windows |
|
|
|
|
|
|
|
## List usernames on machine |
|
|
|
`net user` |
|
|
|
|
|
|
|
## Change user password |
|
|
|
`net user username newpassword` |