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

Apache on OSX – start, stop, restart
DS TECH

Apache on OSX – start, stop, restart

~~ January 29, 2019

Source: GARRON.ME 123sudo /usr/sbin/apachectl start sudo /usr/sbin/apachectl stop sudo /usr/sbin/apachectl restart  

ApacheOSXTerminal
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
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 – >> ~/.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
BASH – faster navigation
DS SS TECH

BASH – faster navigation

~~ December 9, 2018

CTRL – A  ::  JUMP TO THE START OF THE CURRENT LINE CTRL – E  ::  JUMP TO THE END OF THE CURRENT LINE CTRL – U  ::  CLEAR (part … Read More

BashLinuxOSXTerminal
BASH y/n select – on user input
DS TECH

BASH y/n select – on user input

~~ October 28, 2018

1234567echo "Do you wish to install this program?" select yn in "Yes" "No"; do case $yn in Yes ) make install; break;; No ) exit;; esac done source:stackoverflow

BashCodeSnippetTerminal
AS DS TECH

OSX Spotlight reset

~~ May 6, 2018

Source: StackExchange 1234sudo mdutil -i off / sudo rm -rf /.Spotlight* sudo mdutil -i on / sudo mdutil -E / 1 – turn indexing off 2 – delete Spotlight folder … Read More

IndexOSXRebuildIndexSearchSpotlightTerminal
homebrew: Error: Xcode alone is not sufficient on..
DS TECH

homebrew: Error: Xcode alone is not sufficient on..

~~ April 7, 2018

Error occurs while: > brew install XYZ 1<span class="typ">Error</span><span class="pun">:</span> <span class="typ">Xcode</span><span class="pln"> alone </span><span class="kwd">is</span> <span class="kwd">not</span><span class="pln"> sufficient on……</span> Force re-install CommandLineTools (deleting the previous version prior) 12sudo … Read More

brewCommandLineToolshomebrewInstallationOSXTerminal
DNS OSX – flush DNS cache
DS TECH

DNS OSX – flush DNS cache

~~ February 10, 2018

1dscacheutil -flushcache; sudo killall -HUP mDNSReponder

DNSdscacheutilOSXTerminal

Posts navigation

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