Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`