How to find Hardware Details in LinuxAugust 28th, 2009 We often come across a lot of inquires on Linux systems. One of the most commonly asked questions is how to find the hardware specs /details on Linux.
How to: Install and Use MS Office 2007 in LinuxJanuary 3rd, 2009 Amongst the very few irreplacable products that Microsoft Windows have come up with, Microsoft Office 2007 is one very close to it. It has so many features and standardized options that I can not think openoffice as an alternative to it.
How to find ethernet / MAC address on LinuxSeptember 20th, 2009 In Linux networking is easy, you just have to know how. We will discuss below how you can find your own machine's MAC address for all the attached ethernet cards as well as MAC addresses on other machines in the network.
Linux Tips: Bandwidth Monitoring, Common Commands, AccountingOctober 13th, 2008 Linux Bandwidth monitoring tools and this (better explanations) - Instead of apt-get use yum install for RedHat based systems like Fedora, CentOS and obviously RedHat. Common Linux commands - The description is terse.
Great Deal For Lenovo Desktop PC (India) at Rs. 21,100November 16th, 2007 Lenovo (formerly IBM division) announced very good price for Lenovo H Series (531188Q) Desktop with Intel Pentium Dual-Core Processor E2140 (1.6 GHZ), 512MB RAM, 80GB HDD and 17" Flat CRT monitor. E2140 Mini Review
E2140 processor has 1MB L2 cache at 1.6Ghz speed.
No FUD Dept.: Difference between CentOS 5 versus RedHat Enterprise Linux 5October 9th, 2009 CentOS Enterprise Linux 5 is built from the Red Hat Enterprise Linux source code. Other than logo and name changes CentOS Enterprise Linux 5 is compatible with the equivalent Red Hat version.
How To Fix - Couldn't find per display information Error in Java ApplicationsJune 23rd, 2008 While running some Java applications (like Thinreader) you may see this strange looking error - Couldn't find per display information. You may find this error when running such applications in JDK 6 or later.
How To Speed Up Opening Linux Terminal & Running Linux CommandsOctober 10th, 2008 Most techies and developer prefer using the terminal on Linux. If you are like me a heavy command line interface (cli) user than you will find these simple tips useful.
How To Turn Off Colorization of Linux TerminalsDecember 22nd, 2006 Linux colorization of terminal output is very straining to the eye even for normal people and absolutely meaningless for color-blinds. I find it irritating as it makes it really hard to see, especially with the bad choice of colors like deep-blue on black.
Fighting With Linux Server SetupJuly 7th, 2006 Finally my (unmanaged dedicated) server has been deployed (under 48 hours). Now my actual work begins.
How To Migrate Mantis Defect Tracking System From Windows To Linux / Fedora Core 6May 12th, 2007 Mantis is popular php based defect tracking application which works on top of RDBMS like MySQL and PostgreSQL. Recently I ported our Windows based Mantis installation to Linux.
Mysterious Call From Microsoft Inquiring About Windows! ... Evil Nexus With Dell?March 12th, 2008 I just received a mysterious call from Microsoft inquiring about our Windows usage! I was surprised to say the least. Why would a 100% Linux based company get a call from Microsoft? Read on for the juicy details.
How To: Java Stack Trace in LinuxFebruary 24th, 2008 A simple tip for newbies - how to get Java stack trace, the invaluable tool to debug java programs, in Linux:
- Type the Ctrl key followed by \, in short Ctrl \. I just used it to debug a persistent problem where a server process which automatically fetches data from a third-party site was inexplicably hanging.
Access Linux Partition from Windows April 29th, 2009 Many of us have Windows and Linux as dual boots on our computer. While its good to have them both to get the best of both worlds, there are some problems too.
Free Linux Software From DellJuly 13th, 2006 DKMS - Dynamic Kernel Module Support provides a framework where kernel dependent module source can reside so that it is very easy to rebuild modules as you upgrade kernels. This will allow Linux vendors to provide driver drops without having to wait for new kernel releases while also taking out the guesswork for customers attempting to recompile modules for new kernels.
October 12th, 2007 at 3:48 am
A great function.
January 24th, 2008 at 12:07 am
Please tell me how to find processor details in Linux operating system.
October 24th, 2008 at 4:33 am
Use o comando:
$cat /proc/cpuinfo
Att,
Renato
February 20th, 2009 at 9:08 am
How I see the wordsize (32 or 64 bit) of a server having linux?