Tags: Apple
beim Server mounten Warnhinweis abschalten
Neues ab Mac OS 10.12 „AllowUnknownServers Feature“ abschalten. Du versuchst, dich mit dem Server „afp://server.domain.lan“ zu verbinden… sudo defaults write /Library/Preferences/com.apple.NetworkAuthorization AllowUnknownServers -bool YES
ifconfig
Netzwerk Interface offline stellen sudo ifconfig en0 down Netzwerk Interface wieder online stellen sudo ifconfig en0 up IP konfigurieren sudo ifconfig en0 192.168.1.1 Broadcast konfigurieren sudo ifconfig en0 broadcast 192.168.255.255 Netzwerk Interface Komplett-Konfig sudo ifconfig en0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
srvx.mmorelli.lan
IP: 172.16.50.3 Services DNS DHCP VPN DNS dns:acls:_array_index:0:name = «com.apple.ServerAdmin.DNS.public» dns:acls:_array_index:0:addressMatchList:_array_index:0 = «localhost» dns:acls:_array_index:0:addressMatchList:_array_index:1 = «localnets» dns:forwarders:_array_index:0 = «195.186.1.110» dns:forwarders:_array_index:1 = «195.186.1.111» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:secondaryZones = _empty_array dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:name = «mmorelli.lan» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:aliases = _empty_array dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:expire = 1209600 dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:serial = 2016021701 dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:allow-update = no dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:adminEmail = «admin@mmorelli.lan» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:machines:_array_index:0:name = «wlanzyxel.mmorelli.lan.» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:machines:_array_index:0:ipAddresses:_array_index:0:ipAddress = «172.16.50.101» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:machines:_array_index:1:name = «hilde.mmorelli.lan.» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:machines:_array_index:1:ipAddresses:_array_index:0:ipAddress = «172.16.50.23» dns:views:_array_id:com.apple.ServerAdmin.DNS.public:primaryZones:_array_id:mmorelli.lan:machines:_array_index:1:comments … 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
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
TRIM für Drittanbieter-SSDs unter OS X 10.10.4 aktivieren
Um TRIM unter OS X 10.10.4 oder auch OS X 10.11 El Capitan zu aktivieren, ist folgende Terminaleingabe erforderlich: sudo trimforce enable für ältere Version, vor Mac OS 10.10.4 https://www.cindori.org/software/trimenabler/
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