| |
CVibes.net | Home | Links ( Motorcycles, Computers ) |
All of the information, instructions, and recommendations on this Web site are offered on a strictly "as is" basis. Remember "Murphy's Law." Please take the proper precautions before attempting any of the tips or modifications listed here.
Setup Procedures
The usual method of using System Preferences to enable Samba does not apply to Mac OS X Server. Unlike Mac OS X, the Sharing pane of System Preferences does not include an option to turn on Windows File Sharing. Instead, there is a set of applications to configure, activate, and monitor services: Workgroup Manager, Server Settings, Server Status, and Open Directory Assistant, all located in the directory /Applications/Utilities.
Configuring and Activating Services
At this point, neither the file shares nor the printer shares are available to SMB clients. To activate them, click the Windows icon in Server Settings, and click Configure Windows Services... Under the General tab, you can set the server's NetBIOS hostname, the workgroup or Windows NT domain in which the server resides, and the description that gets displayed in a browse list. Finally, you can enable boot-time startup of Samba.
Here is an example of the parameters that you can add to /private/etc/smb.conf
[Shared] path = /Volumes/Mac-HD-2/Shared public = yes writable = yes printable = no
Where
What is Spotlight?
Spotlight indexes files on your computer transparently and in the background to facilitate searching. Of course, this uses memory and processing power, thus slowing down your computer. If you’re running a Mac that’s slower than 800Mhz, this slowdown is obvious when you try to launch programs or copy large files.
To disable Spotlight, edit /etc/hostconfig to change "SPOTLIGHT=-YES-" to "SPOTLIGHT=-NO-".
Then to get rid of the existing indexes, run the following two commands from Terminal:
sudo mdutil -i off / /Volumes/* sudo mdutil -E / /Volumes/*
The first command disables indexing on all volumes, and the second erases the existing indexes on all volumes.
Reboot.
If you later want Spotlight after all, it's easy to reactivate by editing /etc/hostconfig to change "SPOTLIGHT=-NO-" to "SPOTLIGHT=-YES-".
Use the following command to enable indexing on all volumes:
sudo mdutil -i on / /Volumes/*
Reboot.
To disable indexing and remove the existing indexes, run the following two commands from Terminal:
sudo mdutil -i off / /Volumes/* sudo mdutil -E / /Volumes/*
The first command disables indexing on all volumes, and the second erases the existing indexes on all volumes.
To reverse the process, use the following command to enable indexing on all volumes:
sudo mdutil -i on / /Volumes/*
A few seconds after running this command, Spotlight will begin reindexing your volumes.
For Additonal info, see:
All items Copyright ©1996 - 2008 Chin. All Rights reserved
Conscious Vibes developed by Chin
Terms of use