Quick Snort Setup on Fedora 12 rpm -ivh snort-2.8.0.2-1.RH5.i386.rpm simple snorting snort -v simple logging to a directory snort -l myLogDir/ snort ls myLogDir/
Category: Linux
Modify Proc Directory
Here is that command for changing settings in the proc directory. sysctl -w .net.ipv4. = ie sysctl -w .net.ipv4.tcp_keepalive_time=120. This will change the value for […]
Setup Ubuntu VSFTPD Server
First Install VSFTPD Server – sudo apt-get install vsftpd Then Enter VI or Nano to make changes sudo vi /etc/vsftpd.conf or sudo nano /etc/vsftpd.conf Allow local login capability – local_enable=YES […]