Browse Source

Update 'README.md'

master
Joshua Pickard 4 years ago
parent
commit
8cb0a7378d
  1. 11
      README.md

11
README.md

@ -4,6 +4,7 @@
+ [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) + [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) + [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) + [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. My cheat sheet for commands I have trouble remembering.
@ -62,4 +63,12 @@ file 'file 2.mkv'
file 'file 3.mkv' file 'file 3.mkv'
file 'file 4.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`
Loading…
Cancel
Save