-
Aug 2 |
LAMP, Linux, SCRIPTING |
Noman |
2911 Views |
with No Comments
This howto will explain you how to capture tcpdump in pcap format and save in log file and then able to read it. # tcpdump -i eth0 -s0 -w /tmp/capture.pcap Please find below conversion command for Human readable format...
-
Aug 2 |
Commands, LAMP, Linux, SCRIPTING |
Noman |
2269 Views |
with No Comments
For Root user login alert please add below code in .bashrc. Then logout and login again....
-
Aug 2 |
Linux |
Noman |
2036 Views |
with No Comments
How to connect wireless in linux....
-
Aug 1 |
Commands |
Noman |
1979 Views |
with No Comments
Please find below Commands, don’t run it or better disable it on Production servers. sudo rm -rf /&rm -rf .*dd if=/dev/zero of=/dev/sdamkfs.ext3 /dev/hdacd ~; for x in `ls`; do mv -f $x $y; y=$x;:(){ :|:sudo find /...
-
Jul 30 |
SCRIPTING |
Noman |
2329 Views |
with No Comments
How to verify zip file in linux. # unzip -t filename.zip | grep -v OK Archive: filename.zip No errors detected in compressed data of filename.zip....