-
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 3 |
Linux |
Noman |
2375 Views |
with No Comments
This how to will explain you how you can run google-chrome in linux with root user. 1) Enable google-chrome repositry. #vi /etc/yum.repos.d/google-chrome.repo google-chrome name=google-chrome...
-
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 |
2898 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....