[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Próxima revisão
Revisão anterior
Última revisãoAmbos lados da revisão seguinte
pt-br:slackware:beginners_guide [2020/01/07 02:54 (UTC)] – criada slackjeffpt-br:slackware:beginners_guide [2020/01/07 13:36 (UTC)] slackjeff
Linha 1: Linha 1:
-<!-- Tradução em processo: slackjeff -->+<!-- Work in process: slackjeff -->
  
-====== Configure your new Slackware System ======+====== Configure seu novo sistema Slackware ======
  
-We'll assume you've read [[slackware:install|the Installation Guide]], and you have clean install of Slackware on your machine that you're happy with.+Vamos supor que você leu [[slackware:install|O guia de instalação]], e você tem uma instalação limpa do Slackware em sua máquina com qual você está satisfeito.
  
-This beginner's guide is meant to put you firmly on the Slackware pathIf you installed Slackware for the first timeyou may be daunted by the sight of the blinking cursor at a console loginLet this page guide you through the initial configuration of a freshly installed Slackware system.+Este guia para iniciantes tem como objetivo colocá-lo firmemente no caminho do Slackware. Se você instalou o Slackware pela primeira vezpoderá se assustar com a visão do cursor piscando no login do console. Deixe esta página guiá-lo pela configuração inicial de um sistema Slackware recém-instalado.
  
-Before we continueit is important to realize that the Slackware package manager does not perform any dependency checksIf you are new to Slackware, then performing a full installation (with the possible exception of the [[slackbook:install#select|KDEI series]]) could prevent a lot of problems later on. \\ The official Slackware recommendation ((see the Slackware-HOWTO in the root of the DVD or CD1)) is "//If you have the disk spacewe encourage you to do a full installation for best results//".+Antes de continuarmosé importante perceber que o gerenciador de pacotes do Slackware não executa nenhuma verificação de dependênciaSe você é novo no Slackware, execute uma instalação completa (com a possível exceção do [[slackbook:install#select|Série KDEI ]]) poderia evitar muitos problemas mais tarde. \\ A recomendação oficial do Slackware ((veja o Slackware-HOWTO na raiz do DVD ou CD1)) é "//Se você tiver espaço em discorecomendamos que você faça uma instalação completa para obter melhores resultados//".
  
  
-====== Post Installation Overview ======+====== Visão geral pós-instalação ======
    
-When Slackware starts for the first time after completing the installation and rebootingyou will notice that it boots to a console log in screen not the graphical login screen you may expect from using other distributionsDo not let that discourage youIt is the first stage in a learning experience which will make you a //lot// more knowledgeable in Linux after as little as a few weeks.+Quando o Slackware for iniciado pela primeira vez após concluir a instalação e a reinicializaçãovocê notará que ele é inicializado na tela de logon do console - e não na tela gráfica de logon que você pode esperar do uso de outras distribuiçõesNão deixe que isso te desencorajeÉ o primeiro estágio de uma experiência de aprendizado que o tornará muito mais versado no Linux depois de algumas semanas.
  
-The installation did not offer to create user accountAt this stagethere is only the "''root''" accountYou should remember the root passwordwhich you set at the very end of the installation procedureLogin as "root" now you will find yourself at a "**#**" console root-prompt.+A instalação não ofereceu criação de uma conta de usuárioNesta faseexiste apenas a conta "''root''"Você deve se lembrar da senha root, que você definiu no final do procedimento de instalaçãoEntre como "root" agora você se encontrará em um prompt de raiz do console "**#**".
  
-So now whatThe "''root''" user is not the account which you are going to use as matter of routineRoot is meant for system maintenance and configuration, software upgrades and the like. \\ The first thing to do is create fresh user account for yourselfwithout the root privilegesAfter thatit is time to start considering the installation of "[[howtos:hardware:proprietary_graphics_drivers|Proprietary Graphics Drivers]]" (if you own a Nvidia or Ati card), setting up a wireless network connection or starting a graphical desktop environmentThere is a lot that you can do with Slackware! Let's start with the basics.+Então agora o queO usuário "''root''" não é conta que você usará como rotinaRaiz destina-se à manutenção e configuração do sistemaatualizações de software e similares. \\ A primeira coisa fazer é criar uma nova conta de usuário para vocêsem os privilégios de root. Depois dissoé hora de começar a considerar a instalação de "[[howtos:hardware:proprietary_graphics_drivers|Drivers gráficos proprietários]]"(se você possui uma placa Nvidia ou Ati), configurando uma conexão de rede sem fio ou iniciando um ambiente de desktop gráfico Há muito o que você pode fazer com o Slackware! Vamos começar com o básico.
  
  
-===== Create a User Account =====+===== Crie uma conta de usuário =====
  
 The first thing you will need to do is create your own non-root user account. There are two ways you can do this, both from the console. The recommended way is to use Slackware's own interactive ''adduser'' script, thus: <code> The first thing you will need to do is create your own non-root user account. There are two ways you can do this, both from the console. The recommended way is to use Slackware's own interactive ''adduser'' script, thus: <code>
 pt-br:slackware:beginners_guide ()