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

OSX kill programs via terminal
DS TECH

OSX kill programs via terminal

~~ January 10, 2017

get the process id of the application 1ps -A | grep [name of program to close] kill the application 1kill -9 [process id] check process to ensure its gone 1rerun: … Read More

OSXTerminal
OS-X Install – “application can’t be verified” error
DS TECH

OS-X Install – “application can’t be verified” error

~~ December 25, 2016

During OS-X Install (El Capitan or OTHER) “This copy of the Install OS X El Capitan application can’t be verified. It may have been corrupted or tampered with during downloading”. Open … Read More

dateInstallationOSXOSX-ElCapitanTerminal
Mac DMG -> ISO (in ubuntu)
DS TECH

Mac DMG -> ISO (in ubuntu)

~~ November 27, 2016

Install dmg2img sudo apt-get install dmg2img convert (converts the DMG) dmg2img image.dmg Alterntively: dmg2img image.dmg ~/Desktop/image.iso rename the file mv image.img image.iso

ISOLinuxOSXUbuntu
Eclipse IDE – OSX Install – error Java JVM incompatible version – cannot install.
AP DS TECH

Eclipse IDE – OSX Install – error Java JVM incompatible version – cannot install.

~~ October 20, 2016

IF Running the ECLIPSE INSTALLER – a dialog is presented: Incompatible JVM “Version 1.6.x of the JVM is not suitable for this product. Version 1.7.0 or greater is required” Check … Read More

EclipseIDEJavaOSX
PyCharm OSX – Git – path to Git executable is not valid
DS TECH

PyCharm OSX – Git – path to Git executable is not valid

~~ October 10, 2016

Error: Can’t start Git: /usr/bin/git Probably the path to Git executable is not valid. RUN: 1sudo git –version on command line. It will ask you to agree to the git … Read More

gitOSXPyCharm
OSX – Open Current FOLDER / LOCATION in terminal (ala Linux)
DS TECH

OSX – Open Current FOLDER / LOCATION in terminal (ala Linux)

~~ May 3, 2016

System Preferences >> >> Keyboard >> >> Shortcuts >> >> Services >> >> [x] New Terminal at Folder – Enable and set keyboard shortcut. Linux typical: CTRL+ALT+T

KeyboardShortcutsOSXTerminal
SMB Mount – Ubuntu Client – OSX Server
DS TECH

SMB Mount – Ubuntu Client – OSX Server

~~ April 6, 2016

1. Install cifs sudo apt-get install cifs-util 2. edit /etc/fstab //Server/mount/point(/folder) /local/mount/point cifs credentials=/home/(username)/.smbcredentials,uid=(501),iocharset=utf8,nounix,noperm,rw,sec=ntlmssp 0 0 Make sure to change all items above in (parens) to match your config 3. … Read More

FileSharingLinuxOSXSambaUbuntu
DS TECH

OSX – get UID list

~~ April 6, 2016

Get the unique user id list in OSX. dscl . list /Users UniqueID

OSXTerminalUserID
Producing high CPU load
DS TECH

Producing high CPU load

~~ April 5, 2016

Source: http://superuser.com/questions/443406/how-can-i-produce-high-cpu-load-on-a-linux-server#443409 This loads four cores as 100%: for i in 1 2 3 4; do while : ; do : ; done & done Stop the above with: for … Read More

BashCPUloadiostatLinuxOSXTerminal
OS-X – file system check – fsck in Single User (teminal) mode
DS MS TECH

OS-X – file system check – fsck in Single User (teminal) mode

~~ March 30, 2016

Boot the computer, as soon as you heat the chime, hold down both the COMMAND and S keys. Terminal like interface will appear, wait until the boot process completes and … Read More

FileSystemOSXTerminalTroubleshooting
ffmpeg 3.0 – ProRes conversion
DS TECH

ffmpeg 3.0 – ProRes conversion

~~ March 22, 2016

./ffmpeg -i input-path-to-file -vcodec prores -profile 0 # 0 = proxy, 1 = LT …etc output-path-to-file-name.extension # match format! Resources: http://ffmpeg.org/ffmpeg-all.html#ProRes

ffmpegLinuxOSXVideo
What version of Python is running ?
DS TECH

What version of Python is running ?

~~ February 9, 2016

Two things to check: 1. Version # In the Python Console: import sys print (sys.version) Sample output: 3.5.0 (v3.5.0:374f501f4567, Sep 12 2015, 11:00:19) [GCC 4.2.1 (Apple Inc. build 5666) (dot … Read More

LinuxOSXPythonVersionCheck

Posts navigation

Previous 1 … 6 7 8 … 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.