Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farishijazi/commands
here I keep all my useful linux commands for setup and for managing files and folders
https://github.com/farishijazi/commands
Last synced: about 2 months ago
JSON representation
here I keep all my useful linux commands for setup and for managing files and folders
- Host: GitHub
- URL: https://github.com/farishijazi/commands
- Owner: FarisHijazi
- Created: 2021-10-25T10:15:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T14:37:20.000Z (3 months ago)
- Last Synced: 2024-10-15T01:23:22.053Z (2 months ago)
- Language: Python
- Size: 166 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Handy commands](https://github.com/FarisHijazi/handy-commands)
Here are the commands that I save because I'll likely use them later. Also includes some of my linux-setup commands.
## Index
- [linux-setup.md](linux-setup.md): Includes most of the commands I run on a fresh linux install
- [ffmpeg-audio.md](ffmpeg-audio.md): parallel processing of files (with `tqdm` progress bars!), useful for creating Machine Learning datasets. The examples are using `ffmpeg` but you can replace this with any other command
- [handy-commandline.md](handy-commandline.md): random command line stuff like hashing directories or anything I'll be using more than once
- scripts/test_gpu.py: this will check if GPUs are recognized by PyTorch. Quick run: `curl https://raw.githubusercontent.com/FarisHijazi/commands/master/scripts/test_gpu.py | python`