luke_j_nelson
‎07-13-2021
New Contributor II

Joined: September 2012

User Statistics

  • 52 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

In troubleshooting a few script issues, I discovered that /dev/console is now showing ownership as root instead of the logged on user. Has anyone else seen this?
On Mavericks, it seems the proxy credentials are being cached across user accounts. Has anyone else noticed this? Any ideas to stop this?
Security Update 2014-001 (Lion) http://support.apple.com/kb/DL1727 Security Update 2014-001 (Mt Lion) http://support.apple.com/kb/DL1729 Mavericks 10.9.2 Combo Update http://support.apple.com/kb/DL1726 Mavericks 10.9.2 Update http://support.apple.com...
I really don't want users to enter an Apple ID, and we have to click Cancel about 15 times to get rid of the message. I've gone through Rich Trouton's steps to disable the prompt at login, but this seems to be a different setting. I believe this is o...
I'm setting up a Self Service script to pop up a window displaying the hostname and IP addresses. Here's what I have: #!/bin/bash compname=`scutil --get ComputerName` wifi_IP=`networksetup -getinfo Wi-Fi | grep "IP address" | head -n 1` ethernet_IP=`...
Kudos from