Difference between revisions of "CentOS"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Reboot)
 
Line 1: Line 1:
 +
=Basic Firewall Management=
 +
yum install system-config-firewall-tui
 +
 
=Reboot=
 
=Reboot=
 
  reboot
 
  reboot

Latest revision as of 14:26, 18 February 2014

Basic Firewall Management

yum install system-config-firewall-tui

Reboot

reboot

Adduser

useradd <username>
passwd <username>

Proper Hostname

 http://www.jonasblog.com/setting-the-hostname-on-linux

SSH Config

nano /etc/ssh/sshd_config
permit root login no
change port
system-config-firewall-tui


Old Notes