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

Tag: OSX

bash – using functions
AP DS Scripting TECH

bash – using functions

~~ April 25, 2020

1234567#FUNCTIONS myFunction() {   echo "—— $@ ——-" } # MAIN myFunction "WLAN USB CARD DRIVER"

BashLinuxOSXTerminal
OSX system volume (sound) GET / SET via Terminal / bash
AP DS SS TECH

OSX system volume (sound) GET / SET via Terminal / bash

~~ March 6, 2020

Source: Coderwall.com Manipulate the volume settings on an OSX machine via command line: Get volume # Echos a number from 0 to 100osascript -e ‘output volume of (get volume settings)’ … Read More

AppleScriptAudioBashOSXsoundTerminalVolume
TimeMachine cheat sheet *REVISITED 2020
DS TECH

TimeMachine cheat sheet *REVISITED 2020

~~ January 21, 2020

*Easy view table with Sample Output start & stop tmutil startbackup tmutil stopbackup local snapshots tmutil disablelocal tmutil enablelocal exclusions tmutil addexclusion PATH (e.g. ~/TEMP) ** will be sticky (follows … Read More

OSXTimeMachine
Apple Mail – create folder and sub-folder structure
DS TECH VS

Apple Mail – create folder and sub-folder structure

~~ January 7, 2020

Apple Mail gives errors while trying to make a FOLDER and a SUB-FOLDER consecutively. 1. Folder __AAAA__TEST__ is created on the “On My Mac” root. 2. Right-click, to create a … Read More

AppleMailOSX
OSX: Set any password via terminal
AP TECH

OSX: Set any password via terminal

a p December 25, 2019

To change minimum password length to 1 pwpolicy getaccountpolicies > temp.xml nano temp.xml Erase until first string is <?xml version=”1.0″ encoding=”UTF-8″?> Find string <string>policyAttributePassword matches '^$|.{1,}+'</string> Replace {4,} with {1,} … Read More

BashOSXpasswordsTerminal
Aperture (OSX) to run on Catalina using Retroactive
DS TECH VS

Aperture (OSX) to run on Catalina using Retroactive

~~ December 24, 2019

Aperture will not function beyond OSX Mojave (10.14.6) due to its use of a few 32-bit libraries. Retroactive – solves this by a work around, disabling the features that make … Read More

32bit64bitApertureOSXOSX-CatalinaPhoto
bash OSX: hours on a computer, list reboots
DS TECH VS

bash OSX: hours on a computer, list reboots

~~ December 21, 2019

Hours on a system: 1ac -p Last reboot: 1who -b List of LAST events: 1last SOURCE: OkeyGeek

BashOSXrebootTerminaltime
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 – awk with colored output
DS TECH

bash – awk with colored output

~~ November 29, 2019

Coloring text in columns of output of awk. 12echo "line 1 line 2" | awk ‘/line/ {print "\033[32m" $1 "\033[31m" $2 }’ results in: line1 line2 Color is given by … Read More

awkBashLinuxOSX
bash: for – looping to repeat commands
DS TECH

bash: for – looping to repeat commands

~~ November 27, 2019

A one liner to repeat a task/process N number of times. Perform 5 times: 1for n in {1..5}; do <command>; done</command> Add a function to .bashrc / .bash_profile: 1234567function run() … Read More

BashCodeSnippetforLinuxloopOSX

Posts navigation

Previous 1 2 3 … 11 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.