The RedHat linux client that will connect to a NFS server.
Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example:
RQUOTAD_PORT=875…
Setup Samba Howto
Howto Setup Samba
Reference to my newer post (RedHat/CentOS)
Install the packet:
# apt-get install samba
Check your open port:
# netstat -an |grep listen
No port 139 ?
Create …
Backup nagios
.
.
Nagios/Linux easy backup method
No backup tapes, no FTP. Just simple, mount a remote share and put files there.
The important part is to mount the share when …