Analyzing crash dump or vmcore file in linux step by step.
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
Today we will the steps to know how we can increase the filesystem in AIX. AIX is far more flexible than linux/solaris, and provide on the fly filesystem increase/shrink facility....
Today we will see how to collect the support logs on server to provide to Oracle. Command to collect Log/Explorer ngelinux300--> pwd /opt/SUNWexplo/bin ngelinux300--> explorer -w all The result of...
Today in this post, we will look how to search or grep special characters in a file text. To search special characters in linux, we need to escape them using...
Today in this post, we will look how to remove empty lines from a file in bash shell linux. This is the easiest way to achieve this task. Removing empty/null...