I have an AppleScript (saved as an application) that runs each time the xserve starts. In that AppleScript I have this code: do shell script "echo `cat /etc/security/admin_password` | sudo -S route -nq add 192.168.10.0/24 192.168.0.1" It works for me. (I know, this is a convoluted way to do this, but I could not figure [...]
If the "Apply to enclosed items" button is grayed out on a mac (OSX) it is probably an ACL problem. To fix it – turn off ACLs on the troubled drive. sudo fsaclctl -p /Volumes/volumename -d
Pay no attention to that man at the terminal! He's not doing anything! (To clear Apple OSX terminal history) history -c
One of our Apple servers is running an app that goes haywire if you don't reboot it periodically. So, I wrote an AppleScript to reboot the server, and created a recurring task in iCal to run the AppleScript every night. This worked fine for a few months but suddenly stopped working. A quick glance at [...]
Feb
imac restarting
The other day I had an aluminum imac that was restarting(rebooting) itself out of the blue. After a while it got so bad it couldn't even start up any longer. It would start to boot and then restart and start to boot again. So here's some Apple magic that fixed it. Reset PRAM and NVRAM: [...]
Vista cannot authenticate when trying to attach to a file share (SMB) on our old 10.2 Mac Xserve. Fixing the problem involves weakening the security of Vista file sharing, but we're all friends here behind the firewall, right? I stole these instructions from z3r010 on vistax64.com: 1. Open the Start Menu. 2. In the white [...]
Jan
Quickly lock a mac
I have access to all sorts of secure devices at work. Therefore, I always lock my computer when I step away from it. In Windows I just press WIN+L. Macs lack that quick key combo. Here's my solutions: Set a hot corner to start you screen saver (and make sure the "Require password to wake…" [...]
Hooray for SharePoints! OS X (workstation) does not allow you to share individual folders. So if the folder you want to share doesn't reside in your profile directory, you're out of luck. SharePoints allows you to share individual folders regardless of their location on your mac. It support AFP (Mac sharing) and SMB (Windows sharing), [...]
Nov
Leopard has VNC built-in
As I went looking for a VNC client for mac I found a super-long tutorial about OS X Leopard's screen sharing. Apparently VNC is built into Leopard! To use it you just go to Finder and choose Go > Connect to Server… and then type… "vnc://[IP of your server goes here]" …and it'll connect you. [...]
One of our designers was having a problem with Illustrator CS3 opening and saving files very, very slowly on her brand-new Intel iMac. After Googling for about an hour I found the answer hidden in a cached forum on Google. I wish I could link to the original post but I'm afraid the page is [...]