[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

Última revisãoAmbos lados da revisão seguinte
pt-br:howtos:security:basic_security [2021/10/02 00:30 (UTC)] – criada carriunixpt-br:howtos:security:basic_security [2021/10/02 00:32 (UTC)] carriunix
Linha 19: Linha 19:
  
 ==== Configure um Firewall ==== ==== Configure um Firewall ====
-No Slackware, a maneira mais fácil de fazer isso é usando a adaptação de [[wiki: user: alienbob | Alien Bob]] do [[http://www.slackware.com/~alien/efg/|Easy Firewall Generator ]]. Apenas gere o firewall, copie a saída para '' /etc/rc.d/rc.firewall '' e torne-o executável+No Slackware, a maneira mais fácil de fazer isso é usando a adaptação de [[wiki: user: alienbob | Alien Bob]] do [[http://www.slackware.com/~alien/efg/|Easy Firewall Generator ]]. Apenas gere o firewall, copie a saída para ''/etc/rc.d/rc.firewall'' e torne-o executável.
-On Slackware, the easiest way to do this is by using [[wiki:user:alienbob|Alien Bob]]'s adaptation of the [[http://www.slackware.com/~alien/efg/|Easy Firewall Generator]]. Just generate the firewall, copy the output to ''/etc/rc.d/rc.firewall'', and make it executable.+
 <code bash> <code bash>
 chmod a+x /etc/rc.d/rc.firewall chmod a+x /etc/rc.d/rc.firewall
 </code> </code>
-Other options include GUI firewall generation programs such as [[http://www.fwbuilder.org/|Firewall Builder]].+Outras opções incluem programas de geração de firewall GUI, como [[http://www.fwbuilder.org/|Firewall Builder]].
 ==== X -nolisten tcp ==== ==== X -nolisten tcp ====
 By default, the Xorg server listens to port 6000 for remote connections. Sometimes you want remote connections, but if you don't, then disabling it is a good idea. By default, the Xorg server listens to port 6000 for remote connections. Sometimes you want remote connections, but if you don't, then disabling it is a good idea.
 pt-br:howtos:security:basic_security ()