Feeds:
Posts
Comments

Archive for the ‘Os X Workstation’ Category

Protected: 2009-2010 SMS Image

There is no excerpt because this is a protected post.

Read Full Post »

.. partial notes..

Laptop built using district build 34 and all updates to 10.5.6 (including sw).
bound to AD
802.1x configuration created as a Login Window Profile with blank username/password for the district wireless network
dc1 cert stored in keychain as part of a default Login profile.
Enabled network connection radiobutton/icon for the login window. It is configured in [...]

Read Full Post »

Using terminal:
/usr/sbin/lpadmin -p tms-copier-room18-01 -E -v lpd://tms-copier-room18-01 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/CNR5050X1.PPD.gz -o printer-is-shared=false -D “tms-copier-room18-01 (Office)”
In Applescript you’ll need to use double quotes, etc.
do shell script “/usr/sbin/lpadmin -p tms-copier-room18-01 -E -v lpd://tms-copier-room18-01 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/CNR5050X1.PPD.gz -o printer-is-shared=false -D ”tms-copier-room18-01 (Office)”“
If you have spaces in the driver name or elsewhere, be sure to preface them with a space. The [...]

Read Full Post »

Server Setup

Install Leopard Server in Advanced Mode as a Standalone Server.
Server Admin: Add wanted services, configure, and start them (specifically SMB)
Directory Utility: Bind to Domain

Added AD Domain under the Directory Servers tab/icon and the binding to AD happened automatically under the Services icon/tab.

Advanced options: Use UNC path from AD using SMB
Default user shell: /bin/bash

Server Admin:

Enable [...]

Read Full Post »

via neverblog.net
To configure a Mac running OS X 10.5 (Leopard) to connect to a local Apple Software Update server, simply use the following command, where servername is the name of your local server that runs Software Update.
defaults write /Library/Preferences/com.apple.Softwareupdate CatalogURL http://servername:8088/
If you have any problems, verify that you can see the update server by accessing [...]

Read Full Post »

Boot normally and logon as an admin user.  Pop in the Leopard install dvd then open Terminal and type in
open /Volumes/Mac\ OS\ X\ Install\ DVD/Applications
In the window that opens, choose Utilities and then Firmware Password Utility. Uncheck the box to set the firmware password and click Change.  The EFI password is now blank.

Read Full Post »

Software Updates via terminal

If you want to do an automatic install of all the updates for a particular Mac, you can do it easily in the background using ARD.  Gather up the system you want to update then execute a unix command: softwareupdate -i -a and specify to run it as the root user even if you have [...]

Read Full Post »

Enabling VNC access via ssh

If you need to connect via a VNC client in Windows or such and don’t have ARD around, just login to the system via ssh and run the following (all one line):
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -activate -access -on -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw [your password] -restart -agent
This will set the remote Leopard system (and probably Tiger [...]

Read Full Post »