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: Terminal

AWS cli download/upload from MacOS
4 AP DS TECH VS

AWS cli download/upload from MacOS

~~ January 11, 2024

3 easy steps to download from an S3 bucket via commandline: 123brew install awscli # (mac) **install homebrew if needed** aws configure [add access_key_id and secure_access_key when prompted] aws s3 … Read More

awsBashCommandLineToolsTerminal
MacOS (upto Ventura checked) QuickLook preview for .srt .vtt and other subtitle files.
4 AP DS STICKIES TECH VS

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

~~ October 21, 2023

QuickLook is great – when it works… photos, some audio, some video, some documents…. what about the rest? There are many plugins available, but since MacOS 12 (Monterey) – they … Read More

BashFinderOSXQuickLooksrtSubtitlesTerminalvtt
OSX jpg resize in terminal
DS TECH

OSX jpg resize in terminal

~~ June 1, 2022

Batch resize images in terminal.  In example below 640 indicates the max width of resulting images. 1sips -Z 640 *.jpg source: https://lifehacker.com/batch-resize-images-quickly-in-the-os-x-terminal-5962420

BashCommandLineToolsImagesOSXTerminal
ffmpeg strip header
AP DS TECH

ffmpeg strip header

~~ January 29, 2021

Strips 13 seconds from the start. 1ffmpeg -ss 00:00:13 -i input.mp4 -acodec copy -vcodec copy output.mp4

ffmpegTerminalVideo
Amazon Web Services – CLI client OSX
DS TECH

Amazon Web Services – CLI client OSX

~~ July 19, 2020

AWS command line interface user guide can be found here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html   Installing for OSX in cli:   12curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target /   **The … Read More

amazonS3awsBashOSXTerminal
Install OSX Command Line Tools without using the GUI
4 AP DS SS TECH

Install OSX Command Line Tools without using the GUI

~~ July 16, 2020

Running xcode-select –install will trigger the standard gui interface confirming download, etc.  So trying this over an ssh connection will note be possible. StackExchange to the rescue!   12345678touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress; … Read More

BashCommandLineToolsOSXTerminal
bash – OSX Mac Processor CPU Details
DS TECH

bash – OSX Mac Processor CPU Details

~~ May 3, 2020

1sysctl -n machdep.cpu.brand_string   Source: OSX Daily

BashCPUOSXTerminal
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
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
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 – 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

Posts navigation

1 2 … 5 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.