|
|
@ -5,6 +5,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) |
|
|
|
|
|
+ [Linux Users](https://git.laurelcountycorrections.org/) |
|
|
+ [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows) |
|
|
+ [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) |
|
|
+ [Data Recovery](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#data-recovery) |
|
|
|
|
|
|
|
|
@ -91,6 +92,17 @@ 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` |
|
|
|
|
|
|
|
|
|
|
|
# Linux Users |
|
|
|
|
|
|
|
|
|
|
|
## Delete User |
|
|
|
|
|
`sudo deluser username` |
|
|
|
|
|
|
|
|
|
|
|
## Add User with Specific UID |
|
|
|
|
|
`sudo adduser -u UIDNUMBER username` |
|
|
|
|
|
|
|
|
|
|
|
## Add user to specific Group |
|
|
|
|
|
`sudo usermod -aG GROUP USERNAME` |
|
|
|
|
|
|
|
|
# Windows |
|
|
# Windows |
|
|
|
|
|
|
|
|
## List usernames on machine |
|
|
## List usernames on machine |
|
|
|