Tagged: Mac OS X Server

Non-admin network users cannot add printer in Snow Leopard

SHANGHAI, CHINA - MAY 06:  An employee carries...
Image by Getty Images via @daylife

This is a nice thing to allow non-admin users the ability to add their own printers. I can see how laptop users and working from home sometimes, this could save a ton of work and cost. Thanks Mike!

This worked for me:

/usr/sbin/dseditgroup -o edit -n /Local/Default -u admin -p -a everyone -t group lpadmin

Be sure to replace “admin” with the username of a local workstation admin account!

 

Mike

via Non-admin network users cannot add…: Apple Support Communities.

Share

Mac OS X 10.6 Snow Leopard font management

SAN JOSE, CA - JANUARY 15:  The Adobe logo is ...
Image by Getty Images via @daylife

Mac OS X 10.6 Snow Leopard font management. This has a great deal of information about using fonts like truetype, dfont, and others. It has over 70 comments, so you can learn a great deal about common problems and solutions. Applications like Adobe, Quark and others can require some special work to get fonts to work properly. I like Font Explorer X the best, and the last time I checked it was $49 per user.

Share

Digging deeper into Apples Time Capsule failure figures Technology guardian.co.uk

Digging deeper into Apples Time Capsule failure figures Technology guardian.co.uk. Too many failures to suggest relying on as a strategy. I would suggest external/internal hard drives instead and Mac OS X Server . What is your data worth?

Share

How to enable tftp server on Mac OS X Me in IT

 

How to enable tftp server on Mac OS X Me in IT. This guy is fantastic with Unix/Linux. He really makes things simple with his step by step instructions. This is also known as tftpd. I had someone search for this term once and it didn’t show this article since it wasn’t an exact match.

 

  1. Change /System/Library/LaunchDaemons/tftp.plist Quite simple; remove two lines <key>Disabled</key> and <true/>. Besides that, I added the -l option with <string>-l</string>, but that’s optional.
  2. Load tftp.plist into launchd The command launchdctl load /System/Library/LaunchDaemons/tftp.plist will do that.
  3. Monitor /var/log/system.log With the command tail -f /var/log/system.log

Now place the required files in /private/tftpboot and you are done!

If you don’t want to do this you can also use this program:

TFTP Server 3.3.1 Very cool freeware and GUI that is compatible with Snow Leopard.

Share