Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
| /* | |
| * | |
| * / --------------------------------[ NUIM CS141 Java Revision ]------------------------------- \ | |
| * || Designed to easily revise everything covered in CS141 by just reading through this code. || | |
| * || Comments accompany almost every line of code to explain its purpose. || | |
| * || Some theory we need to know are included in the bottom... || | |
| * \ ------------------------------------------------------------------------------------------- / | |
| * | |
| * | |
| * ____ _ __ ____ __ |
| (.venv) ravik@STING:~/src_git/karaoke_extractor$ karaoke-extract "superman.flac" --outdir outputs | |
| Using device for Demucs: cpu | |
| Temp workspace: /tmp/karaoke_extract_3um718ro | |
| 1) Converting input -> WAV via ffmpeg... | |
| >> /usr/bin/ffmpeg -y -vn -i /home/ravik/src_git/karaoke_extractor/superman.flac -ac 2 -ar 44100 /tmp/karaoke_extract_3um718ro/superman.wav | |
| ffmpeg version 7.1.2 Copyright (c) 2000-2025 the FFmpeg developers | |
| built with gcc 15 (GCC) | |
| configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wno-error=incompatible-pointer-types -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasy |