Can you explain the tux web server and its usage against regular apache httpd web server?
{ 0 comments }
Q. I’m using CentOS on 64 bit Linux. How do I find out rpm package architecture before installation such as i386 or x86_64 bit? A. Almost each rpm package has i386 or x86_64 added to file extension. However some time you may see filename such as file-version.rpm. You can list all installed rpm packages with [...]
{ 1 comment }
Q. How do I display CPU information such as the number of CPUs and their speed? A. Proc (/proc) file system provides easy information about CPU and their speed. The proc filesystem is a pseudo-filesystem which is used as an interface to kernel data structures. It is commonly mounted at /proc. Most of it is [...]
{ 21 comments }