1———->How to find ramsize , os, os bit in Linuxarch; free -m; cat /etc/redhat-release ( This command will tell you all these details )
2———>How to know which is 32bit and 64 bit in linuxuname -mi386 or i686 then it is 32 bit x86_64 is 64bit
3——-> How to use traceroute in windows and linux:——->in windows
> tracert <domain or IP address>Example—> tracert http://www.yahoo.com
——->in linux# traceroute <domain or IP address>Example----> traceroute www.google.com
Important commands in MIddleware Admin :
less is very efficient while viewing huge log files, as it doesn’t need to load the full file while opening.
ReplyDelete