Tag: Command-Line
-
FFmpeg Commands Cheatsheet
[This Post will be getting updated whenever possible and necessary.] Below are a selection of commands that I have found most useful for my needs. A good rule of thumb is, if you don’t understand the sequence of commands in a line, better not run it. Start with the simpler ones in the beginning. Note: …Read more
-
Commonly Used Terminal Commands
[This Post will be getting updated whenever possible and necessary.] Brief Glossary: sudo: “SuperUserDo” requires a permitted user’s password and grants root (Administrator) privileges for a limited time.apt: “Advanced Package Tool” a command-line utility for managing packages (installing, updating, removing, etc).rm: “remove” can be used to delete a file from a specified location.dpkg: The “Debian …Read more


