Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Dicas sobre "apt-get" para instalar/atualizar/remover aplicações)
(Dicas sobre "apt-get" para instalar/atualizar/remover aplicações)
Line 565: Line 565:
 
* Antes de fazer a atualização, eu modifiquei minhas versões padrão para "testing", o que significa que o software que eu estarei utilizando terá um bom balanço entre estabilidade e características. Knoppix utiliza "unstable" por default, o que é muito arriscado no meu modo pessoal de ver.
 
* Antes de fazer a atualização, eu modifiquei minhas versões padrão para "testing", o que significa que o software que eu estarei utilizando terá um bom balanço entre estabilidade e características. Knoppix utiliza "unstable" por default, o que é muito arriscado no meu modo pessoal de ver.
 
* Obtenha "apt-get install locale" e configure-o com os "locales" que você vai utilizar. Isso vai poupar bastante espaço quando baixar aplicações com muitos módulos de "locales" e páginas de documentação localizadas.
 
* Obtenha "apt-get install locale" e configure-o com os "locales" que você vai utilizar. Isso vai poupar bastante espaço quando baixar aplicações com muitos módulos de "locales" e páginas de documentação localizadas.
*  
+
* Eu utilizo "aptitude" para obter/remover aplicações. É em modo caractere, de forma que funciona com "runlevel" 2. Quando você marca os pacotes para instalar/atualizar/remover, ele informa quando de espaço em disco você poupará/usará, tenta resolver problemas com dependências de pacotes e dá a você total controle para corrigi-los manualmente quando possível.
  
* Before doing the update, I modified my default releases to '''testing''', that means that the software I'll be using will have a good balance of stability and features. Knoppix uses '''unstable''' by default, which is too risky for my personal taste.
 
* Get '''[apt-get install] locale''' and configure it with the locales you are going to use. It will save lots of space when downloading applications with plenty of locale modules and localized manual pages.
 
 
* I use '''aptitude''' to get/remove applications, it is character based so it works with init 2. As you mark packages for install/update/removal, it will tell you how much disk space you will save/use, try to solve depencies problems and give you plenty control to fix them manually when possible.
 
* I use '''aptitude''' to get/remove applications, it is character based so it works with init 2. As you mark packages for install/update/removal, it will tell you how much disk space you will save/use, try to solve depencies problems and give you plenty control to fix them manually when possible.
 
* When installing applications it is likely that your '''/etc/rc?.d''' directories will have new entries, many of them unwanted or unplanned. Make sure you check them and remove the new entries based on your preferences. I usually leave '''/etc/rc2.d''' and '''/etc/rc5.d''' as close as the originals as possible and modify '''/etc/rc3.d''' and '''/etc/rc4.d''' to test new stuff. '''Example:''' You may want to have ntfs installed, but not necessarily running by default. Same with apache, mysql and many others.
 
* When installing applications it is likely that your '''/etc/rc?.d''' directories will have new entries, many of them unwanted or unplanned. Make sure you check them and remove the new entries based on your preferences. I usually leave '''/etc/rc2.d''' and '''/etc/rc5.d''' as close as the originals as possible and modify '''/etc/rc3.d''' and '''/etc/rc4.d''' to test new stuff. '''Example:''' You may want to have ntfs installed, but not necessarily running by default. Same with apache, mysql and many others.

Revision as of 22:02, 22 June 2007