Leopard keeps warning : is an application which was downloaded from the internet. Are you sure you want to open it?
Full thread I found is here , below is the short version on how to remove the extended attributes and possible ACL’s. Leopard adds an ACL called com.apple.quarantine to your download apps :
1. Open the Terminal
2. List the attributes of the app you are having issue with ( in this example , [...]
FreeBSD – reload nginx configuration
test the config !!!
sudo nginx -t
output :
2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf was tested successfully
then reload :
sudo kill -HUP `cat /var/run/nginx.pid`
DRBD , Centos and unmount nfs resources
I have recently built a DRBD + Linux HA NFS cluster , part of the structure was to create a drbd disk resource and mount it on /var/lib/nfs. This allows to switch nfs over to the secondary node without getting “stale nfs handle” errors. Heartbeat was having a hardtime doing a clean umount of the [...]
Change VMware fusion network settings
After a long day restoring my mac from backups I finally started up my virtual machines only to find out my network settings are configured wrong , I use static ip’s on my vm’s so the easy way was to just get my old settings back , here’s how:
Stop all your vm’s , exit [...]

