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)What is the relationship between Ubuntu and Debian
December 5th, 2011 | Posted by in Debian | Ubuntu - (0 Comments)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
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
