- ARCHIVE / 2009. October 14
- OSX VNC server restart
Do you want to start or restart an Apple Remote Desktop / VNC server on OSX 10.5 Leopard? Use command ‘kickstart’ from ARDAgent.app package, replace YOURUSERNAME with your own: sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users YOURUSERNAME -privs -all -restart -agent -menu … Starting… Activated Remote Management. Stopped ARD Agent. Stopped VNC Privilege Proxy Stopped [...]
- Get PDC SID value
To get the current SID (Security Identifier) value of running Windows service (Samba) in OSX server 10.4 (Tiger) or 10.5 (Leopard) server, you need to run following command with administrator (root/sudo) account: net getdomainsid foo.com * where foo.com is the domain we are supporting, net is a samba command, and getdomainsid argument prints the local [...]
- Banned IP in loop
I’ve been dealing with ssh and other port attacks today as well and noticed this problem, logged by emond. Apple Mac OS X Leopard Server (10.5) has got an Adaptive Firewall feature – as a very useful function, that can set an IP address and a time-to-live value in minutes, then that ip instantly gets [...]
- SquirrelMail workaround for Mac OS X Server 10.5
Just small pieces of workarounds to avoid PHP warning messages in default webmail in Mac OS X Server 10.5 server. The Webmail software is based on SquirrelMail (v1.4.9a), which is a collection of open source scripts run by the Apache server. For more information about SquirrelMail, see www.squirrelmail.org. Squirrelmail as included with Mac OS X [...]