Category Archives: Redhat / CentOS

CentOS: Firewall & LAMP Installation

There’s an iptables entry that doesn’t allow connection to the web server from an external PC. To remove it, you need to launch iptables with flags similar to these ones: iptables -D RH-Firewall-1-INPUT 10 Basically you need to remove the … Continue reading

Posted in LAMP Server Setup, Redhat / CentOS, Security | Leave a comment

CentOS: Netinstallation

Choose HTTP method Web site name: mirror.centos.org CentOS Directory: /centos/5.1/os/i386 A complete log of the installation is in /root/install.log *** Some data *** Version 5.1 installed Profile: SERVER du -chs / -> 1.1G apache 2.2.3 php 5.1.6

Posted in Redhat / CentOS | Leave a comment

File Server With Samba

After installing and running the server, it’s time to create the users and edit the configuration file (and then restart the server).

Posted in LAN, Redhat / CentOS | Leave a comment