You may at times need to know about the hardware information on your computer for many reasons, such as to find a correct driver or to check its hardware specification. In this article we list some of the method you can find the hardware specification in Linux. Check the /proc folder The /proc/ folder has … Read more
How to check hardware specification in linux
December 6th, 2011 | Posted by in CentOS | Debian | Fedora | Linux | Redhat | Ubuntu - (0 Comments)Gnu Screen Basic
December 5th, 2011 | Posted by in CentOS | Debian | Linux | Redhat | Ubuntu - (0 Comments)Screen is a full-screen window manager that multiplexes a physical terminal between several processes note: ==== ctrl-a means type control key plus a Basic #To Start a screen with session name screen -S sessionname* #To get help screen ctrl-a ? #To Create new windows within screen ctrl-a + c #To deatach screen type screen -d … Read more
Most commonly Used filesystems on Linux
December 5th, 2011 | Posted by in CentOS | Debian | file-systems | Linux | Redhat | Ubuntu - (0 Comments)The Linux kernel supports various filesystems. We’ll explain ext2, ext3, ReiserFS, XFS and JFS as those filesystems are most commonly used on Linux systems. ext2 ext2 is the tried and true Linux filesystem but doesn’t have metadata journaling, which means that routine ext2 filesystem checks at startup time can be quite time-consuming. There is now … Read more
Which file is responsible for setting up interfaces at boot time?
December 5th, 2011 | Posted by in CentOS | Debian | Linux | Redhat | Ubuntu - (0 Comments)How do you find out external network ip from shell
December 5th, 2011 | Posted by in CentOS | Debian | Fedora | Linux | Redhat | Ubuntu - (0 Comments)What is Extra Packages for Enterprise Linux (or EPEL)?
December 5th, 2011 | Posted by in CentOS | Redhat - (0 Comments)Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL). EPEL packages are usually based on their Fedora counterparts and will never … Read more
