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

Ubuntu HEADLESS screen resolution for VNC / TeamViewer
DS TECH

Ubuntu HEADLESS screen resolution for VNC / TeamViewer

~~ January 27, 2018

1234567xrandr –newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync xrandr –addmode VIRTUAL1 1920x1080_60.00 xrandr –output VIRTUAL1 –mode 1920x1080_60.00 xrandr –output LVDS1 –off Source:  https://askubuntu.com/questions/679135/how-do-i-set-new-screen-resolution-for-a-headless-server-using-teamviewer-10

LinuxScreenResolutionTeamViewerTerminalUbuntuVNCxrandr
OSX – UnPause application (when marked as PAUSED in the Force Quit Applications window)
DS TECH

OSX – UnPause application (when marked as PAUSED in the Force Quit Applications window)

~~ January 11, 2018

Unpause application in Mac OS X Find your paused app’s process ID (using either Activity Monitor or ps -ax | grep ) issue it the CONT signal using “kill” in … Read More

killOSXpsTerminal
wget https from AmazonS3
DS TECH

wget https from AmazonS3

~~ October 7, 2017

1  wget –no-check-certificate –no-proxy ‘https://s3.amazonaws.com/BUCKET/FOLDER/file.zip’  

amazonS3httpsTerminalwget
Get MAC hardware info from OS-X terminal (command line)
AP DS TECH

Get MAC hardware info from OS-X terminal (command line)

~~ June 14, 2017

Hardware Overview: 1system_profiler SPHardwareDataType | awk ‘/Serial/ {print $4}’ 1system_profiler SPHardwareDataType 1ioreg -l | grep IOPlatformSerialNumber Hard drive info: 1system_profiler SPSerialATADataType

AppleHardwarehardwareioregModelIdentifierOSXSerialNumbersystem_profilerTerminal
Linux Terminal – hardware drive info – Ubuntu
DS TECH

Linux Terminal – hardware drive info – Ubuntu

~~ May 13, 2017

Get drive Manufacturer,  Model number, serial number, etc..: If we are concerned with the first drive in the system (/sda): 1sudo hdparm -i /dev/sda To see what volumes exist: 1sudo … Read More

fdiskhardwarehdparmLinuxTerminalUbuntu
Linux Terminal – hardware sensor readout temp – Ubuntu
DS TECH

Linux Terminal – hardware sensor readout temp – Ubuntu

~~ May 13, 2017

Printing sensors info – using the ‘sensors’ command ! 1watch sensors **If Fahrenheit is preferred: 1watch sensors -f **Single printout without repeat/watch 1sensors

LinuxsensorsTerminalUbuntu
Linux kill programs via terminal
DS TECH

Linux kill programs via terminal

~~ April 24, 2017

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

LinuxTerminalUbuntu
DS TECH

EXIF Matadata – manage with EXIFTOOL

~~ January 15, 2017

Search for certain tags in a directory of images (e.g. – Canon): Find all instances with a “Canon” tag in the EXIF data for all images in current path: 1exiftool … Read More

exifexiftoolTerminal
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
DS TECH

cron – what’s going on?

~~ May 7, 2016

Source: http://aplawrence.com/Unixart/crontab_not_running.html Check the last time cron was run: 1 # ls -lut /etc/init.d/cron Is cron still running: 1ps -el | grep cron Has cron looked at its files lately?: 1# … Read More

croncrontabTerminal
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

Posts navigation

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