Changes

Jump to navigation Jump to search
no edit summary
===Mounting bear===
mount -t cifs //bear/ed_egan/ /mnt -o user=ed_egan
for the inclusion into fstab or other more sophisticated approaches there is a [http://wiki.centos.org/TipsAndTricks/WindowsShares Centos help page].
To start Apache:
/etc/init.d/httpd start
To set Apache to start at boot:
chkconfig --levels 235 httpd on
The main config file is: /etc/httpd/conf/httpd.conf
First, confirm your IP address:
/sbin/ifconfig
Check that iptables is running:
/sbin/lsmod | grep ip_tables
View the rules either by:
cat /etc/sysconfig/iptablesOr: /subsbin/iptables -L
Backup the old rules:
cp /etc/sysconfig/iptables /etc/sysconfig/iptables.bak
Add a hole (or two):
Save the table (so it will persist post a reboot):
/sbin/service iptables save
==Data==
Anonymous user

Navigation menu