Difference between revisions of "MacOS"

From wikieduonline
Jump to navigation Jump to search
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 
'''[[wikipedia:macOS|macOS]]''' (previously Mac OS X, then OS X) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac family of computers. <code>[[zsh]]</code> is the default shell replacing <code>[[Bash]]</code> since October 2019.
 
'''[[wikipedia:macOS|macOS]]''' (previously Mac OS X, then OS X) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac family of computers. <code>[[zsh]]</code> is the default shell replacing <code>[[Bash]]</code> since October 2019.
  
Line 6: Line 7:
 
* <code>[[homebrew]]</code> software package management tool
 
* <code>[[homebrew]]</code> software package management tool
 
* Install additional software using [[homebrew]] package management software and <code>[[brew]]</code> command.
 
* Install additional software using [[homebrew]] package management software and <code>[[brew]]</code> command.
* [[launchd]] init and operating system service management daemon for MacOS. Path: <code>/Library/LaunchAgents/</code><ref>https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html</ref>
+
* [[launchd]] init and operating system service management daemon for MacOS. Path: <code>[[/Library/LaunchAgents/]]</code><ref>https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html</ref>
  
<pre>
+
 
sudo launchctl load YOUR_NEW_SERVICE.plist
+
sudo [[launchctl load]] YOUR_NEW_SERVICE.plist
sudo launchctl start com.XXXX.YOUR_NEW_SERVICE
+
sudo [[launchctl start]] com.XXXX.YOUR_NEW_SERVICE
</pre>
 
  
 
* [[Activity monitor]]
 
* [[Activity monitor]]
Line 46: Line 46:
 
* [[HyperKit]]
 
* [[HyperKit]]
 
* [[Gatekeeper]]
 
* [[Gatekeeper]]
* <code>[[/Volumes]]</code>
+
* <code>[[/Volumes/]], [[/media/]], [[/private/]]</code>
 
* [[Parallels]]
 
* [[Parallels]]
 
* [[Growl]] [[notification]] system
 
* [[Growl]] [[notification]] system
 +
* [[Recycle bin]]
 +
* [[iMazing]]
 +
* [[MacStadium]], [[AWS EC2 macOS]]
 +
* [[macOS Preview]] application
 +
* [[Secure Enclave Processor (SEP)]]
  
== See Also ==
+
== See also ==
 
* {{macOS}}
 
* {{macOS}}
 
* {{OS}}
 
* {{OS}}

Revision as of 14:24, 16 March 2022

macOS (previously Mac OS X, then OS X) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac family of computers. zsh is the default shell replacing Bash since October 2019.

Resources


sudo launchctl load YOUR_NEW_SERVICE.plist
sudo launchctl start com.XXXX.YOUR_NEW_SERVICE
Enable: sudo systemsetup -setremotelogin on[2]
Disable: sudo systemsetup -setremotelogin off
Status: sudo systemsetup -getremotelogin

Commands

Software

Related terms

See also

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Original source: https://en.wikiversity.org/wiki/MacOS

Advertising: