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

Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian’s architecture and infrastructure, but has a different community and release process. About Debian Debian is ‘the rock upon which Ubuntu is built’. Debian is a volunteer project that works on developing a GNU/Linux operating system. The Debian project began more than a … 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