We can use “scsi_info” command to do so.
Tag Archives: Linux
Advice on internvew process from my IT director
A few IT staffs have been involved in interviewing new software engineering process recently. Below is what my IT director shared with us on what we need to improve on doing this. It will also help when we prepare for external interviews.
OOM_kill vs. automount process
One of my Linux servers running RHEL3 has stange process-being-killed problem for the last a few weeks. The automount process turned out to be killed by OOM-killer in linux kernel when the system runs out of memory.
How to debug irregular “out of memory” error
One of the Linux application server always gets “out of memory” error in the mid night, it because difficult to track what’s going on during that time, so we need to implement automated tracking on the system memory utilization.
How to quickly add windows fonts to Fedora 7
The following guides assume you have a windows installed in parallel with Fedora 7, as this is the usual case for IT users who keep both Windows and Linux in the same laptop.
How to make scim work in Fedora 7
The default setting for scim does not response for ctrl+space key combination in Fedora 7. To make to work, user needs to System->Preference->Personal->Input Methods and select “Use custom input methods” and choose “scim”. 我现在输入的中午就是在Linux Fedora 7中.
Fedora 7 working with Intel 3945ABG
First of all, the “NetworkManager” and “NetworkManagerDistributor” are
very buggy with Fedora 7. We must remove them before moving forward.
A few notes on NIS for Solaris/Linux
The notes on NIS for both Solaris and Linux.
ZT: how to know if my system/CPU is 32bit or 64bit?
From: STATA
It is easy to know for uname in Linux, but how about other OS? This is a good article to show the trick for most of the common OS.
Allocate storage from SAN to host (step by step)
Comparing with allocating space from local disks, it is quite tedious for allocating SAN storage to SAN-attached storage. This is a simple step-by-step guild of doing so with EMC Control Center for Solaris environment.