Skip to main content

Posts

clipy mac clipboard crash - troubleshoot and fix

 clipy for mac wouldn't load solution - timemachine restore of /Users/jpaul/Library/Application Support/com.clipy-app.Clipy/default.realm troubleshoot key command didn't work app not loaded console.app showed app crashing tried older newer versions of app tried older version of os tried to find data location no documentation on github /Users/ME/Library/Application Support/com.clipy-app.Clipy/ - didn't see any data /Users/ME/Library/Application Support/Clipy - found data in binary format tried silver searcher for the only keyword i could remember: ag keyword ~/ -  no results added binary ag --search-binary keyword ~/ Binary file /Users/ME/Dropbox/Backups/com.clipy-app.Clipy/default.realm matches. it is in default.realm downloaded realm studio - but i was getting an error Unable to open a realm at path '/Users/ME/Desktop/default.realm': Invalid top array size  googling that - it's a corrupt database restored default.realm from timemachine  and database opened and
Recent posts

external mac monitor blackscreen - default resolutions on retina wrong

SwitchResX - FAQ  - it broke everything https://gist.github.com/ejdyksen/8302862 external mac monitor blackscreen - default resolutions on retina wrong sudo rm -Rf /private/var/db/.com.apple.iokit.graphics sudo rm -Rf ~/Library/Preferences/ByHost/com.apple.windowserver.plist sudo rm /Library/Preferences/com.apple.windowserver.plist rm /Library/Preferences/com.apple.windowserver.plist rm ~/Library/Preferences/com.apple.windowserver.plist cd /System/Library/Displays/Contents/Resources/Overrides/ sudo defaults delete /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled /System/Library/Displays/Contents/Resources/Overrides /Library/ColorSync/Profiles/ ~/Library/ColorSync/Profiles/

OpenTalend Studio Data Integration - The TOS_DI-macosx-cocoa executable launcher was unable to locate its companion library

Open Studio for Data Integration Installers TINSTL-1000 Launching Studio on MacOS Sierra results in error Description Launching TOS_DI-macosx-cocoa.app on Mac OS Sierra result in the following error: "The TOS_DI-macosx-cocoa executable launcher was unable to locate its companion library" sebastien gandon added a comment - 14/Jun/17 12:20 PM I also managed to launch the Studio right after unzip using the following unzip tool called Kaka : http://www.kekaosx.com/fr/

bootcamp windows 10 working

“Windows cannot be installed on to this disk. The selected disk is of the GPT partition style” https://macriot.com/mcrt/?p=2362 Boot into OS X Download GPT fdisk utility  (gdisk) from Sourceforge and install it Launch Disk Utility (/Applications/Utilities/Disk Utility.app) In the left pane select the  Hard Drive  (not Volume) which contains the OS X and BOOTCAMP partitions that BCA has created for you and click on the Disk Utility Info button (CMD+I) In the Info window, note down the Disk Identifier value of your hard drive, e.g. in the example below the Disk Identifier is  “disk0” Launch Terminal (/Applications/Utilities/Terminal.app) Launch gdisk in terminal by copying and pasting the following text into Terminal without the quotes, “sudo gdisk /dev/disk0”, enter your system admin password when prompted In our example our Disk Identifier is  “disk0” . Replace  “disk0”  with the corresponding Disk Identifier of your hard drive. For example, if your Disk Identifier

SoundFlower Mac Audio Recording - Installation Notes

Goal - record audio from iTunes 1. go to SoundFlower - https://github.com/mattingalls/Soundflower 2. get Latest release 3. install it 4. load kext - sudo kextload /Library/Extensions/Soundflower.kext/ 5. make multi-output device as described and select it 6. MAKE SURE VOLUME IS TURNED UP - if volume is off then no audio recorded Thanks https://github.com/mattingalls http://sonomatics.com

Working effectively with iTerm2

Settings Launch iTerm, open  iTerm > Preferences  or just  ⌘  + , . Hotkey to toggle iTerm2 Under  Keys  tab, in  Hotkey  section, enable  “Show/hide iTerm2 with a system-wide hotkey”  and input your hotkey combination, e.g. I use  Alt + Space . Shortcut Keys Tab navigation open new tab  ⌘  + t next tab  ⌘  + Shift + ] previous tab  ⌘  + Shift + [ Pane navigation split pane left-right  ⌘  + d split pane top-bottom  ⌘  + Shift + d next pane  ⌘  + ] previous pane  ⌘  + [ Search open search bar  ⌘  + f find next  ⌘  + g Input to all panes input to all panes in current tab  ⌘  + Alt + i Clear screen clear buffer  ⌘  + k clear lines (Bash command)  Ctrl + l Zooming / Font Resize toggle maximize window  ⌘  + Alt + = toggle full screen  ⌘  + Enter make font larger  ⌘  + + make font smaller  ⌘  + - Find Cursor highlight cursor  ⌘  + / thanks  http://teohm.com/blog/working-effectively-with-iterm2/ Making iTerm 2 wor