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
Monday, May 19, 2025

Category: TECH

Ruby 2.6 on OSX 10.11+ via Homebrew
DS TECH

Ruby 2.6 on OSX 10.11+ via Homebrew

~~ January 21, 2019

OLDER VERSION (e.g. 2.0 or less) has issues with expired certificates, and GEMS stop working. GEM INSTALL XXXXX cannot connect. Quick & Dirty solution – if you do not depend … Read More

DevelopmenthomebrewOSXRuby
Video Transcoding – scripts @ Github
DS TECH

Video Transcoding – scripts @ Github

~~ January 21, 2019

transcode-video detect-crop convert-video query-handbrake-log 1234567891011brew install ruby gem install video_transcoding # ** THE FOLLOWING ARE REQUIRED ** brew install handbrake brew install ffmpeg brew install mkvtoolnix brew install mp4v2 # … Read More

BashLinuxOSXRubyTerminalTranscodingVideo
screen -r // Using screen to handle disconnected ssh sessions
DS TECH

screen -r // Using screen to handle disconnected ssh sessions

~~ January 19, 2019

Before ssh, first initiate a “screen” session, ssh from there, then disconnect from the “screen window” – change locations, reconnect, all will be intact.  Similar behavior in OSX and Linux, … Read More

BashLinuxOSXscreenTerminal
OSX review login items via bash+applescript
DS TECH

OSX review login items via bash+applescript

~~ January 10, 2019

**Works for the CURRENT user. Get a LIST of current Login Items: osascript -e ‘tell application “System Events” to get the name of every login item’ DELETE a “named” Login … Read More

AppleScriptBashOSXTerminal
OSX – Use LaunchAgent in place of Login Items for all system users
DS TECH

OSX – Use LaunchAgent in place of Login Items for all system users

~~ January 10, 2019

Example with TEXTEDIT. Drop the following into “com.myAgentName.plist” in /Library/LaunchAgents/ 1  <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”> <plist version=”1.0″> <dict> <key>Label</key> <string>com.myAgentName</string> <key>ProgramArguments</key> <array> <string>/Applications/TextEdit.app/Contents/MacOS/TextEdit</string> </array> … Read More

LaunchAgentsLogin ItemsOSX
Homebrew OSX & some basic packages
AS DS TECH VS

Homebrew OSX & some basic packages

~~ December 20, 2018

A simple homebrew setup for casual users: OPEN THE TERMINAL APPLICATION  (  …   /Applications/Utilities/Terminal.app  ) $>  nano brew_start.sh **** COPY the script below, and PASTE into the Terminal window running … Read More

homebrew
FFmpeg brew install w/ font support
DS TECH

FFmpeg brew install w/ font support

~~ December 20, 2018

if you don’t add the “–with-freetype” you will not be able to do a text overlay. Otherwise, download the binary. 1brew install ffmpeg –with-freetype

ffmpegfontshomebrew
ssh with keys on OSX
DS TECH

ssh with keys on OSX

~~ December 20, 2018

source: virtualDennis 1cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat – &gt;&gt; ~/.ssh/authorized_keys" If you do not have :  ~/.ssh/id_rsa.pub  then you have not generated keys on your machine. 1ssh-keygen -t DON’T … Read More

keysOSXrsasshTerminal
SET YOUR: ssh config  FOR FASTER: ssh & scp
DS TECH VS

SET YOUR: ssh config FOR FASTER: ssh & scp

~~ December 19, 2018

source: stackexchange for faster SSH & SCP : Edit:  ~/.ssh/config   (or create it) 1234Host happy   Hostname my.remote.server.com   User bob   Port 12345 Then: 1ssh happy or 12scp happy:~/tmp/myfiles … Read More

BashLinuxOSXscpsshTerminal
Ubuntu – get the currently installed version info
DS TECH

Ubuntu – get the currently installed version info

~~ December 17, 2018

1  lsb_release -a  

TerminalUbuntu
NGINX config update for PHP7.2 from 7.0 upgrade
DS TECH

NGINX config update for PHP7.2 from 7.0 upgrade

~~ December 17, 2018

After upgrading to 18.04LTS, discovered the following in LEMP stack serving: /etc/nginx/site needs to be updated in the even of PHP7.2 upgrade from 7.0 This is the case for Ubuntu … Read More

nginxphpUbuntuWordPress
FileMaker Pro – COPY conditional formatting
DS TECH

FileMaker Pro – COPY conditional formatting

~~ December 16, 2018

SOURCE: https://community.filemaker.com/thread/133161 Title Copying and pasting conditional formatting Post **There is no “official way” in FileMaker Pro to copy and paste conditional formatting from one object to another. SOLUTION: 1.  e.g. … Read More

ConditionalFormattingFileMakerPro

Posts navigation

Previous 1 … 8 9 10 … 25 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.