Difference: MiscellaneousMacMusings (1 vs. 6)

Revision 62014-09-23 - StephenNickerson

Line: 1 to 1
 
META TOPICPARENT name="StephenNickersonSandbox"

Miscellaneous Mac Tips

Line: 9 to 9
 MacNetworkerNotes - An assortment of notes regarding Networker on the Mac

Checking Printer setup on a Mac via the command line

Added:
>
>
Mac configuration steps to work with the FORE financial system
 \ No newline at end of file

Revision 52014-07-16 - StephenNickerson

Line: 1 to 1
 
META TOPICPARENT name="StephenNickersonSandbox"

Miscellaneous Mac Tips

Added:
>
>
This TWiki area is being used for note gathering for Stephen Nickerson (snickers) and not meant for general use. When information is ready for the masses, it will be placed in a more appropriate TWiki location.
 ARDClientConfiguration - Apple Remote Desktop (ARD) information for the configuration on the client machine

MacNetworkerNotes - An assortment of notes regarding Networker on the Mac

Revision 42014-07-16 - StephenNickerson

Line: 1 to 1
 
META TOPICPARENT name="StephenNickersonSandbox"

Miscellaneous Mac Tips

ARDClientConfiguration - Apple Remote Desktop (ARD) information for the configuration on the client machine

MacNetworkerNotes - An assortment of notes regarding Networker on the Mac

Added:
>
>
Checking Printer setup on a Mac via the command line
 \ No newline at end of file

Revision 32014-07-16 - StephenNickerson

Line: 1 to 1
 
META TOPICPARENT name="StephenNickersonSandbox"

Miscellaneous Mac Tips

Changed:
<
<

ARD - client configuration

>
>
ARDClientConfiguration - Apple Remote Desktop (ARD) information for the configuration on the client machine
 
Deleted:
<
<
If ARD isn't allowed by a client machine, there is configuration to check, as well as checking for the server running on the client.

System Preferences

ARD can be enabled either via the "Sharing" option in the "System Preferences.". Enable both of "Remote Login" and "Remote Management", and then make sure these options are only available to CSCF's admin account on the machine.

Command Line

If not at the machine, use `ssh` to access the CSCF administrator account.

To view the settings for Screen Sharing, run the following command.

defaults read /System/Library/LaunchDaemons/com.apple.screensharing.plist

If the "Disabled" property is set to '1', then type the following command to "enable" screen sharing.

sudo defaults write /System/Library/LaunchDaemons/com.apple.screensharing.plist Disabled '0'

Once screen sharing is enabled, the screen sharing service will require a restart. The following command restarts the screen sharing service.

sudo launchctl load /System/Library/LaunchDaemons/com.apple.screensharing.plist

 \ No newline at end of file
Added:
>
>
MacNetworkerNotes - An assortment of notes regarding Networker on the Mac

Revision 22014-06-11 - BillInce

Line: 1 to 1
 
META TOPICPARENT name="StephenNickersonSandbox"
Deleted:
<
<
<-- h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; } body { font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; font-size: 13px; line-height: 18px; color: #737373; background-color: white; margin: 10px 13px 10px 13px; } table { margin: 10px 0 15px 0; border-collapse: collapse; } td,th { border: 1px solid #ddd; padding: 3px 10px; } th { padding: 5px 10px; } a { color: #0069d6; } a:hover { color: #0050a3; text-decoration: none; } a img { border: none; } p { margin-bottom: 9px; } h1, h2, h3, h4, h5, h6 { color: #404040; line-height: 36px; } h1 { margin-bottom: 18px; font-size: 30px; } h2 { font-size: 24px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 13px; } hr { margin: 0 0 19px; border: 0; border-bottom: 1px solid #ccc; } blockquote { padding: 13px 13px 21px 15px; margin-bottom: 18px; font-family:georgia,serif; font-style: italic; } blockquote:before { content:"\201C"; font-size:40px; margin-left:-10px; font-family:georgia,serif; color:#eee; } blockquote p { font-size: 14px; font-weight: 300; line-height: 18px; margin-bottom: 0; font-style: italic; } code, pre { font-family: Monaco, Andale Mono, Courier New, monospace; } code { background-color: #fee9cc; color: rgba(0, 0, 0, 0.75); padding: 1px 3px; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } pre { display: block; padding: 14px; margin: 0 0 18px; line-height: 16px; font-size: 11px; border: 1px solid #d9d9d9; white-space: pre-wrap; word-wrap: break-word; } pre code { background-color: #fff; color:#737373; font-size: 11px; padding: 0; } sup { font-size: 0.83em; vertical-align: super; line-height: 0; } * { -webkit-print-color-adjust: exact; } @media screen and (min-width: 914px) { body { width: 854px; margin:10px auto; } } @media print { body,code,pre code,h1,h2,h3,h4,h5,h6 { color: black; } table, pre { page-break-inside: avoid; } } -->
 

Miscellaneous Mac Tips

Changed:
<
<
Mac Tips If remote login is not enabled, and an ssh session to the machine
>
>

ARD - client configuration

If ARD isn't allowed by a client machine, there is configuration to check, as well as checking for the server running on the client.

 
Changed:
<
<
If remote login is not enabled, and an ssh session to the machine is not possible, then a visit to the machine is required to enable both "Remote Login" and "Remote Management". These are located in the "Sharing" option in "System Preferences." Make sure these options are only available to CSCF's admin account on the machine.
>
>

System Preferences

ARD can be enabled either via the "Sharing" option in the "System Preferences.". Enable both of "Remote Login" and "Remote Management", and then make sure these options are only available to CSCF's admin account on the machine.
 
Changed:
<
<
If remote login is enabled, ssh into your administrator account on the Mac.
>
>

Command Line

If not at the machine, use `ssh` to access the CSCF administrator account.
  To view the settings for Screen Sharing, run the following command.

Revision 12014-06-11 - StephenNickerson

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="StephenNickersonSandbox"
<-- h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; } body { font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; font-size: 13px; line-height: 18px; color: #737373; background-color: white; margin: 10px 13px 10px 13px; } table { margin: 10px 0 15px 0; border-collapse: collapse; } td,th { border: 1px solid #ddd; padding: 3px 10px; } th { padding: 5px 10px; } a { color: #0069d6; } a:hover { color: #0050a3; text-decoration: none; } a img { border: none; } p { margin-bottom: 9px; } h1, h2, h3, h4, h5, h6 { color: #404040; line-height: 36px; } h1 { margin-bottom: 18px; font-size: 30px; } h2 { font-size: 24px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 13px; } hr { margin: 0 0 19px; border: 0; border-bottom: 1px solid #ccc; } blockquote { padding: 13px 13px 21px 15px; margin-bottom: 18px; font-family:georgia,serif; font-style: italic; } blockquote:before { content:"\201C"; font-size:40px; margin-left:-10px; font-family:georgia,serif; color:#eee; } blockquote p { font-size: 14px; font-weight: 300; line-height: 18px; margin-bottom: 0; font-style: italic; } code, pre { font-family: Monaco, Andale Mono, Courier New, monospace; } code { background-color: #fee9cc; color: rgba(0, 0, 0, 0.75); padding: 1px 3px; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } pre { display: block; padding: 14px; margin: 0 0 18px; line-height: 16px; font-size: 11px; border: 1px solid #d9d9d9; white-space: pre-wrap; word-wrap: break-word; } pre code { background-color: #fff; color:#737373; font-size: 11px; padding: 0; } sup { font-size: 0.83em; vertical-align: super; line-height: 0; } * { -webkit-print-color-adjust: exact; } @media screen and (min-width: 914px) { body { width: 854px; margin:10px auto; } } @media print { body,code,pre code,h1,h2,h3,h4,h5,h6 { color: black; } table, pre { page-break-inside: avoid; } } -->

Miscellaneous Mac Tips

Mac Tips If remote login is not enabled, and an ssh session to the machine

If remote login is not enabled, and an ssh session to the machine is not possible, then a visit to the machine is required to enable both "Remote Login" and "Remote Management". These are located in the "Sharing" option in "System Preferences." Make sure these options are only available to CSCF's admin account on the machine.

If remote login is enabled, ssh into your administrator account on the Mac.

To view the settings for Screen Sharing, run the following command.

defaults read /System/Library/LaunchDaemons/com.apple.screensharing.plist

If the "Disabled" property is set to '1', then type the following command to "enable" screen sharing.

sudo defaults write /System/Library/LaunchDaemons/com.apple.screensharing.plist Disabled '0'

Once screen sharing is enabled, the screen sharing service will require a restart. The following command restarts the screen sharing service.

sudo launchctl load /System/Library/LaunchDaemons/com.apple.screensharing.plist

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback