Google Software Updater fuckups

Posted on Thu 22 September 2016 in Linux • Tagged with notepad, osx, linux, Google Chrome • 1 min read

google-software-updater

To disable the ksfetch (ks = keystone) daemon (which comes with google products) there are several ways to do this.

  1. Uninstall the Google Software Update Agent
$ /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle \
    /Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/ksinstall [--nuke] 

The --nuke parameter will also remove ksfetch related stuff.

  1. Set the checkInterval …

Continue reading

Mac OS - bashrc / homebrew - random notes

Posted on Sun 26 June 2016 in OSX • Tagged with Bash, OSX, notepad • 1 min read

bash-completion

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    source $(brew --prefix)/etc/bash_completion
fi

generic colouriser

example - colour

if [ -f $(brew --prefix)/etc/grc.bashrc ]; then
    source $(brew --prefix)/etc/grc.bashrc
fi

spotlight for cmd

spotlight () { mdfind "kMDItemDisplayName == '$@'wc"; }

OS X Mavericks and MacPorts

Posted on Sat 22 March 2014 in OSX • Tagged with Apple, MacPorts, OSX, macports • 1 min read

A few weeks ago i upgraded to Mavericks (10.9)...so far, so good.

But i had some trouble with my MacPorts installation...

:info:configure CMake Error at Modules/Platform/Darwin.cmake:211 (message):
:info:configure   CMAKE_OSX_DEPLOYMENT_TARGET is '10.9' but CMAKE_OSX_SYSROOT:
:info:configure 
:info:configure    ""
:info:configure 
:info:configure …

Continue reading

Mac OS X Advanced printer configuration

Posted on Mon 13 July 2009 in OSX • Tagged with Apple, OSX • 1 min read

To add a printer on a Mac, you can use the "Print & Fax"-dialog in the system preferences, but instead of this i preferred to use the CUPS interface :) Thats the easiest way to configure a windows printer (thats my mind) under Mac.

http://localhost:631/


Max OS X mit Time Maschine und iSCSI-Laufwerk

Posted on Sun 05 July 2009 in OSX • Tagged with Apple, OSX, Time Maschine • 2 min read

Hallo,

da auf dem Mac sich Dateien befinden, die sehr wichtig sind (ssh-key, gpg-key usw), müssen diese gesichert werden. Dazu habe ich mir einige Lösungen angeschaut.

Heute: Time Maschine

Das ist ja bei Leopard schon dabei  und ich hatte es mir schon mal bei einem Freund angesehen. Was mich persönlich …


Continue reading

Mac OS X und die XEN Console

Posted on Sun 05 July 2009 in OSX • Tagged with Apple, OSX, XEN • 1 min read

Um die XEN Console unter Mac OS X bzw dessen Terminal zu verlassen CTRL+ALT+6 !

Kurz aber Schmerzlos ;)


Ich und das MacBook Pro

Posted on Fri 19 June 2009 in Life • Tagged with Apple, OSX • 1 min read

Seit ein paar Tagen steht nun eine MacBook Pro vor mir und zieht mich in seinen Bann - mit Erfolg ! Hintergrund war ein Betriebssystem zu haben, welches all meine Programme ausführen kann (Lightroom und *nix/Linux-Tools vertragen sich nun mal nicht) und auch sehr gute Multimedia-Eigenschaften aufzeigen kann (Flash unter Linux …


Continue reading