:: NFS ::
Put what you want to share in
/etc/exports
/var/ftp/pub *.example.com(ro,sync) *.redhat.com(rw,sync)
/data 192.168.0.0/255.255.255.0 (sync)
/share server*,station1.corp.local (r)
service nfs status
exportfs -v
rpcinfo -p
service portmap status…
Amazon Cloud Drive
Amazon Cloud Drive, the online retailer’s most recent foray into web-based storage and media streaming, has a fatal flaw,
according to online storage provider Box.net’s chief executive Aaron Levie —…
NETFILTER PACKET FLOW
How to install NTOP on CentOS 5.5 64bits
Quick and easisest way:
wget http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
yum install ntop
# Get yum ready
yum clean all
yum update
# Install Development Tools
yum groupinstall “Development Tools”
# …