-
Aug 7 |
Commands, LAMP, Linux |
Noman |
3891 Views |
with No Comments
ZEROCONF utilises the 169.254.0.0/16 network address to autoconfigure using a series of unanswered “ARP” queries and then assumes an address if the queries yield an empty result.A route to the ZEROCONF network is...
-
Aug 2 |
Commands, LAMP, Linux, SCRIPTING |
Noman |
2609 Views |
with No Comments
Please find the link to calculate oracle kernel tuning parameter. Currently under development....
-
Aug 2 |
LAMP, Linux, SCRIPTING |
Noman |
2899 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 |
2263 Views |
with No Comments
For Root user login alert please add below code in .bashrc. Then logout and login again....
-
Jul 28 |
LAMP |
Noman |
2010 Views |
with No Comments
With Below command you can take mysql database backup. mysqldump -u root -p userdb > userdb.sql...