for those of you who use *nix; what are, if any, ways of optimizing a computer? such as how windows has options like defrag. of hd, scandisk,etc....thanx
Laidher
Printable View
for those of you who use *nix; what are, if any, ways of optimizing a computer? such as how windows has options like defrag. of hd, scandisk,etc....thanx
Laidher
I know that when you compile *nix apps you can specify the -O2 option whichs tells the compiler to optimise the executable if possible.
As best I understand it, the ext2 and ext3 filesystems never require defragging because of the way they are deisgned.
As far as optimization techniques, the best webpage I've seen about it is here...
http://www.linuxdoc.org/LDP/solrhe/S...-Edition-v1.3/
It's a few years old, but most of it still aplies.
Linux runs so smooth 24/7 I never feel the need to optimize.