Monday, April 16, 2007

Simple NFS in Linux

At the server Side: 

vi /etc/exportfs
 path 192.168.0.0/16 (ro)
 exportfs -a
 service portmap start
 service nfs start

No comments:

Installing SSLyze

SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive,...