Monday, February 21, 2011

MAC OS Changing default user Profile/templates

Tree steps to create customized default profile for Mac OS:


Step 1: Modify the profile as you prefer.

sudo rm -rf /System/Library/User\ Template/English.lproj/*
(Removes contents from English.lproj folder)

Step 2: Copy the modified profile to the Default Template

sudo cp -R /Users/”default”/* /System/Library/User\ Template/English.lproj/*

(Copies your newly created “default” user profile/template) *May take a minute if profile is big

Or may try this command to copy your “default” profiles
sudo cp -R /Users/”default” /System/Library/User\ Template/English.lproj

Step 3: Check permissions on the harddisk.

DiskUtility

S3 replication cross region to another account

preparation create the above buckets in two AWS accounts source: leo-functions destination: leo-functions-rep Create IAM role in source acco...