behrouz khosravi wrote:
> Hello everyone.
> 
> I really like to have control over my machine as much as possible. In this
> way I will learn a lot, so I am trying to remove all the default use flags
> and control them manually.
> 
> I just don't know which "global" use flags are absolutely necessary to the
> system to make it snappier or secure.
> What do you recommend ?
> 
> Thanks

Oh, USE-Flags are so boing :( They are documented well (quse -D $FLAG), you can 
even look into specific ebuilds what they actually do.

If you want to learn Gentoo the hard way I suggest to emerge -C python. or 
emerge -C glibc (yeah, glibc is gnome, and I hate gnome! Whoops, it was glib, 
not glibc... errr)
Or install certain packages by hand (make install) into /usr/local and forget 
about it.

(Before someone asks: Those are issues people actually had in the forums and 
it's really hard to track them down or fix them, you will learn quite a bit 
about your system ;)...)

To be more serious:
* Set a minimal basic profile (as already suggested)
* Tune your USE-Flags in make.conf. media-related flags (mp3, flac) should be 
harmless, if you touch flags that get used in core packages (e.g. in the 
toolchain) double (or triple) check if you don't do evil things.
* fine tune USE-Flags on a per-package-base via /etc/portage/package.use

Reply via email to