Setting up a Development Server (4/4)

May 2006 Posted by Allan Tan

Firewall Use iptables. Configure using sample below. # Generated by iptables-save v1.2.8 on Fri Feb 3 06:20:08 2006 *mangle REROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] OSTROUTING ACCEPT [0:0] COMMIT # Completed on Fri Feb 3 06:20:08 2006 # Generated by iptables-save v1.2.8 on Fri Feb 3 06:20:08 2006 *filter [...]

Read more...

Setting up a Development Server (3/4)

May 2006 Posted by Allan Tan

CVS Install CVS via yum. Setup the listening port. Make sure the following lines exist in /etc/services cvspserver 2401/tcp Create file named cvspserver under /etc/xinetd.d with the following contents: service cvspserver { socket_type = stream protocol = tcp wait = no user = root server = /usr/bin/cvs server_args = –allow-root=/home/cvs pserver } Make sure to [...]

Related Posts with ThumbnailsRead more...
Copyright © 2011 Ideyatech, Inc. All Rights Reserved.