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
Tuesday, June 17, 2025

Tag: Bash

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
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
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
.DS_Store – BASH shell – Linux/OSX = Find & Remove Files
DS TECH VS

.DS_Store – BASH shell – Linux/OSX = Find & Remove Files

~~ March 4, 2018

SOURCE:  https://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/ find . -type f -name “FILE-TO-FIND” -exec rm -f {} \; FIRST RUN FIND!! WIthout the command to check the results. If all OK, then run with “-exec … Read More

BashexecFilesfindLinuxOSXrm
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
What version of Linux do I have?
DS TECH

What version of Linux do I have?

~~ January 28, 2016

1234more /etc/*-release cat /etc/os-release lsb_release -a cat /etc/issue To get the kernel info: 1uname -r

ArchLinuxBashLinuxUbuntuVersionCheck
DS TECH

checking server port connetions between machines

~~ December 22, 2015

on remote machine: 1  netcat -l 22445 on the local machine 1  echo test > /dev/tcp//22445  

Bashtcp
BitBar – OSX custom menu bar – running #!/bin/bash
DS TECH

BitBar – OSX custom menu bar – running #!/bin/bash

~~ October 3, 2015

Fix the frustration of needing quick access bash tools in the Finder. BitBar allows for simple creation of bash based plugins, resulting in a custom menu bar. My current usage: … Read More

BashFinderGUIOSXTheming
rsync – for photo backups (OSX to Ubuntu SMB storage)
DS TECH

rsync – for photo backups (OSX to Ubuntu SMB storage)

~~ September 15, 2015

Use rsync to incrementally update files on Ubuntu server’s samba SMB share. The SMB is mounted @ /Volumes/PHOTOBAK rsync -avxE –progress –delete /Volumes/photo06-2015/ /Volumes/PHOTOBAK/ OPTIONS USED: -a = –archive // … Read More

BackupsBashOSXPhotorsync
x2go remote client Ubuntu
DS TECH

x2go remote client Ubuntu

~~ August 21, 2015

From JupiterBroadcasting LAS 374 – Show Notes: – Install X2Go 1apt-get update sudo apt-get install software-properties-common 1add-apt-repository ppa:x2go/stable 1sudo apt-get update 1sudo apt-get install x2goserver x2goserver-xsession 1sudo apt-add-repository ppa:ubuntu-mate-dev/ppa 1sudo … Read More

BashLinuxRemoteDesktopUbuntuVNCx2go

Posts navigation

Previous 1 … 3 4 5 Next

Top 5

  • UniFi_AP_woodUbiquity UniFi AP – LED Color Pattern guide October 9, 2020 (135)
  • rEFInd-logoThemes for * rEFInd * Boot Manager July 1, 2015 (121)
  • aspera-logoAspera error code 05: Insufficient permissions September 15, 2016 (99)
  • WAV_fileMake LTC SMPTE Timecode Wav file September 6, 2019 (94)
  • lockstep_iconLockstep – LTC->MTC sync without hardware interfaces September 12, 2019 (89)
Proudly powered by WordPress | Theme: FreeNews | By ThemeSpiral.com.