sekarang download 4shared ga perlu login dan ga perlu nunggu timer
caranya : copy alamat downloadnya
(misal : http://www.4shared.com/mp3/AQ3fCUoD/03_Still_Im_Sure_We_Love_Again.htm )
paste kan ke dalam generator 4shared berikut
dan klik "generate link"

4shared Generator

Quick Fix to Prevent dscl Unauthorized Password Changes in OS X Lion

lock the dscl utility in os x lion We recently wrote about the dscl utility and how it allows a Mac OS X Lion user to change a password without knowing the existing password. The lack of required admin authentication has since been widely reported as a bug, and a small Security Update will likely be issued by Apple sometime in the near future. Nonetheless, if you’re paranoid about someone getting ahold of your Mac and changing the user password without authorization, you can manually change the permissions of the dscl utility yourself, forcing it to require administrative privileges in order to be run.
  • Launch Terminal (located at /Applications/Utilities/)
  • Type the following command and hit return:
sudo chmod 100 /usr/bin/dscl

  • You will be asked for the current administrative password to confirm the permissions change, enter it and hit return


  • This is a simple permissions fix that likely mimics what an official security update will do. Using sudo chmod 100 states that only the owner (root) is able to execute the dscl command, which effectively prevents other non-admin users from accessing the directory services utility without using the sudo command, and thus the administrator password.