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

Share

Gnu Screen Basic

December 5th, 2011 | Posted by nala 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

Share

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

Share

Depends what distro you are using Ubuntu, Debian,Mint : > /etc/network/interfaces redhat,Fedora,Centos :> /etc/sysconfig/network-scripts/

Share

Using google IP hceck you can do this from the shell curl –silent ‘http://www.google.com/search?q=what+is+my+ip’ | sed ‘s/.*Client IP address: //;s/).*//;q’

Share

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

Share