In Mac OSX, maintenance are performed regularly to keep your system always at its peak performance. Since these maintenance scripts are usually run at specific time, most of the time these maintenance are missed or skipped which leads to degradation of performance of your system. To perform the maintenance tasks (all daily, weekly and monthly routine at once) in case you missed some open the Terminal app, and type: sudo periodic daily weekly monthly and let the maintenance script run, it may take a while but the performance of your system may increase significantly for some whenever they miss the maintenance schedule. Below are some explanation of each maintenance script: (Taken from http://www.thexlab.com/faqs/maintscripts.html) Each maintenance script — daily, weekly, and monthly — has a specific function. Their functions have varied over different versions of Mac OS X.
6.10.2009
Mac OSX: Performing Maintenance
Labels: Mac, OSX, Root, Terminal, UNIX
Posted by pamungkas at 9:22:00 AM 0 comments
5.18.2009
Mac OSX: Leopard 10.5 Enable Root User
For Mac users especially for UNIX savvy, enabling root user is essential. This will allow better management of your system and have a separate password whenever you run "sudo" in terminal or X11 app.
To enable root user in Leopard go to Application>Utilities>Directory Utility from there go to Edit>Enable Root User which will then prompt you with a new password to enter. Once completed, now running "sudo" or "su" will work only with the given password. Have fun!
Labels: Mac, OSX, Root, Terminal, UNIX
Posted by pamungkas at 9:29:00 AM 0 comments
Mac OSX: Personalize your login window
I've been a mac user since a very long time. Currently, my main machine is an aged Black MacBook 1st generation. For some, whenever you leave your mac, you will of course leave it to your login window (in Windows, it is known as lock user by pressing Window+L) so that your computer is safe from the wrong hands meaning that nobody can access your computer (your session at least) without your user authentication.
In mac, the only way to allow this is by enabling fast user switching first, from there you click on your fast user switching icon (usually on the top right) and select "Login Window...".
If you want to add more personalized message in the login window such as "This computer is mine", go to the terminal and type the following:
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "This computer is mine"
Then try to go to the login window and voila, you will see the text just above the user list. Have fun!
Labels: login window, Mac, OSX
Posted by pamungkas at 9:22:00 AM 0 comments