-
Aug 2 |
LAMP, Linux, SCRIPTING |
Noman |
2913 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 |
2273 Views |
with No Comments
For Root user login alert please add below code in .bashrc. Then logout and login again....
-
Aug 2 |
Linux |
Noman |
2039 Views |
with No Comments
How to connect wireless in linux....
-
Aug 2 |
LAMP |
Noman |
2153 Views |
with No Comments
Upgrade mysql to mariadb. If face issue, please notify. 1) First take backup of all databases; #mysqldump -u root -p –all-databases > mysqlbackup.sql #cp /etc/my.cnf /etc/my.cnf-yyyy-mm-dd Take mysql configuration file...
-
Aug 1 |
Commands |
Noman |
1983 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 /...