Skip to content
  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts

Flash News

MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.

brew tools – details

Make LTC SMPTE Timecode Wav file

ProTools SHORTCUTS – keyboard shortcuts search tool

Rob’s TimeCode Calculator – is AMAZING!

OSX QuickLook – fix all those broken things…

REF.sound2picutre.com

  • 0
  • 4 WHO
    • AS
    • AN
    • AP
    • DN
    • DR
    • DS
    • MS
    • SS
    • VS
  • 文化
    • AudioVideo
      • música
      • Podcast
    • idioma
      • ES
      • JP
      • RU
    • literature
    • 写真撮影
      • Adams Ansel
      • Leibovitz Annie
      • Newton Helmut
  • REF
    • PT Shortcuts
Sunday, May 18, 2025

Category: AP

bash: process each line as result of command using IFS=
AP DS TECH

bash: process each line as result of command using IFS=

~~ December 20, 2019

Example processing output of grep 1234while read -r line ; do     echo "Processing $line"     # your code goes here done < <(grep xyz abc.txt) SOURCE: StackOverflow

BashIFSLinuxloopOSX
Apple Hardware  OSX Version compatibility Chart
AP DS SS TECH VS

Apple Hardware <=> OSX Version compatibility Chart

~~ December 9, 2019

SOURCE: EveryMac.com Table as of 2019-12-09.  Use link above for updated version if this is too old. **CURRENT = MOJAVE *** USE THE SEARCH BOX ON RIGHT TO FILTER RESULTS

AppleHardwareosOSX
bash – awk if then else snippet
AP DS

bash – awk if then else snippet

~~ November 30, 2019

A clear example of the if/then/else structure formatting in awk. 123456789$ awk ‘ BEGIN {     FS="," ; FORMAT="%-10s%-8s%s\n" ;     {printf FORMAT,"A","B","% age"} } {     … Read More

awkBashCodeSnippetifthenLinuxOSXTerminal
bash – du to get space used by directory
AP DS TECH VS

bash – du to get space used by directory

~~ November 27, 2019

123#get the human readable summary of disk space used by a directory du -sh /Path/to/directory

BashduLinuxOSXTerminal
bash – df to get space usage by volume
AP DS TECH

bash – df to get space usage by volume

~~ November 27, 2019

1234567891011#display current Volume in 1024-byte blocks df -k . #display ALL Volumes in megabytes df -m     #display /home Volume in gigabytes df -g /home   #display ALL Volumes … Read More

BashCodeSnippetdfLinuxOSXTerminal
bash – pass arguments with flags to script
AP DS TECH

bash – pass arguments with flags to script

~~ November 26, 2019

Pass arguments in any order, with ability to have some of the flags optional: 12345678910while getopts u:d:p:f: option do case "${option}" in u) USER=${OPTARG};; d) DATE=${OPTARG};; p) PRODUCT=${OPTARG};; f) FORMAT=${OPTARG};; … Read More

argumentsBashCodeSnippetflagsLinuxOSX
gotop – TOP rewritten in Go.
AP DS TECH

gotop – TOP rewritten in Go.

~~ November 12, 2019

Installation via Homebrew 12brew tap cjbassi/gotop brew install gotop https://github.com/cjbassi/gotop GOTOP

brewgohomebrewLinuxOSXTerminaltop
moreutils: the utilities package every UNIX/Linux/Mac OS developer should know
AP DS TECH

moreutils: the utilities package every UNIX/Linux/Mac OS developer should know

~~ October 29, 2019

SOURCE: CLEAN CODING Amazing additions to the cli toolset: combine – combine lines in two files using boolean operators AND NOT OR XOR ifdata – ifconfig with simple to parse … Read More

BashCommandLineToolsDevelopmentLinuxmoreutilsOSX
ProTools SHORTCUTS – FAT METERS
AP DS KG SS TECH VS

ProTools SHORTCUTS – FAT METERS

~~ September 12, 2019

PROTOOLS : MIXER – Get FAT METERS : CTRL + OPTION + COMMAND  +  CLICK on METERS     SOURCE: https://www.youtube.com/watch?v=Ixpubh6ALeE  

AudioKeyboardShortcutsmetersProTools
ProTools SHORTCUTS – EQ frequency isolate
AP DS KG SS TECH VS

ProTools SHORTCUTS – EQ frequency isolate

~~ September 12, 2019

PROTOOLS : EQ : ISOLATE FREQUENCY BAND : SHIFT + CTRL + DRAG     SOURCE: https://www.youtube.com/watch?v=Ixpubh6ALeE  

AudioeqfrequencyKeyboardShortcutsProTools
Make LTC SMPTE Timecode Wav file
AP DS KG SS STICKIES TECH VS

Make LTC SMPTE Timecode Wav file

~~ September 6, 2019

LINK FOR –>> Online tool for generating LTC WAV file !!!

AudioltcProToolsTimecodewav
bash NULL DEVICE – redirecting output & errors
AP DR DS SS TECH

bash NULL DEVICE – redirecting output & errors

~~ September 4, 2019

source simpleit.rocks descriptors: stdin: 0 stdout: 1 stderr: 2 1>/dev/null       ## Redirect OUTPUT (stdout) to null 2>/dev/null       ## Redirect ERRORS (stderr) to null &>/dev/null       ## Redirect OUTPUT and ERRORS (stdout … Read More

Bashnullredirect

Posts navigation

Previous 1 2 3 Next

Top 5

  • UniFi_AP_woodUbiquity UniFi AP – LED Color Pattern guide October 9, 2020 (129)
  • rEFInd-logoThemes for * rEFInd * Boot Manager July 1, 2015 (110)
  • WAV_fileMake LTC SMPTE Timecode Wav file September 6, 2019 (100)
  • aspera-logoAspera error code 05: Insufficient permissions September 15, 2016 (98)
  • lockstep_iconLockstep – LTC->MTC sync without hardware interfaces September 12, 2019 (84)
Proudly powered by WordPress | Theme: FreeNews | By ThemeSpiral.com.