munki client settings

Introduction Munki stores its configuration info in the «ManagedInstalls» preferences domain. By default, this info is stored in /Library/Preferences/ManagedInstalls.plist, but you can also use MCX, configuration profiles, or /private/var/root/Library/Preferences/ManagedInstalls.plist, or a combination of these locations with the normal defaults precedence: MCX/Configuration profiles /private/var/root/Library/Preferences/ManagedInstalls.plist /Library/Preferences/ManagedInstalls.plist Details Here’s a sample /Library/Preferences/ManagedInstalls.plist: <?xml version=»1.0″ encoding=»UTF-8″?> <!DOCTYPE plist PUBLIC … Read more

Enable Safe Mode

safe mode aktivieren sudo nvram boot-args=»-x -V» reboot safe mode wieder deaktivieren sudo nvram boot-args=»» reboot Status checken nvram boot-args    

Rsnapshot Konfiguration

/opt/local/etc/rsnapshot.conf ################################################# # rsnapshot.conf – rsnapshot configuration file # ################################################# # # # PLEASE BE AWARE OF THE FOLLOWING RULE: # # # # This file requires tabs between elements # # # ################################################# ####################### # CONFIG FILE VERSION # ####################### config_version 1.2 ########################### # SNAPSHOT ROOT DIRECTORY # ########################### # All snapshots will be … Read more

ESXi Command Line

Start, Stop und Übersicht der VM’s aktuell laufende VM’s anzeigen esxcli vm process list alle vorhandene VM’s auf dem ESXi Host anzeigen vim-cmd vmsvc/getallvms eine VM starten vim-cmd vmsvc/power.on <Vmid>   Maintenance für die Wartung / Updates ESXi Host in den Maintenance Modus versetzten esxcli system maintenanceMode set -e true -t 0 Maintenance Status abrufen esxcli … Read more

PackageMaker

Gesamt Übersicht allen installierten Packete pkgutil –pkgs Liste allen installierten Files in einem PKG pkgutil –files com.apple.pkg.update.security.2008.002 PKG convertieren pkgutil –expand ISG_Skype.pkg ISG_EXPAND_Skype.pkg pkgutil –flatten ISG_EXPAND_Skype.pkg ISG_Skype.pkg Variablen $0 = Script path («current» path») $1 = Package path $2 = Target location $3 = Target volume Ein pkg aus der command line erstelen (pkgbuild) pkgbuild –component … Read more

Apple Remote Desktop über Command Line konfigurieren

Ein «Apple Remote Desktop Zugriff» für einen Admin auf einem entfernten Rechner über SSH konfiguriert man wie folgt: sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -allowAccessFor -specifiedUsers sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users «admin’s shortname, like admin or localadmin» -privs -all -restart -agent sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate  

Add A Knowledge Base Question !

+ = Verify Human or Spambot ?