To exclude columns from being printed, you can use one of the following approaches: awk ‘{$1 =””; print }’ file which nulls...
To create a bonded interface on a Linux server or desktop, do the following: 1. Create a bond0 configuration file vi /etc/sysconfig/network-scripts/ifcfg-bond0...
If you have available disk space, you can typically improve performance when needed by adding a swap file. To create a swap...
How Do I Tell If A Hard Disk Has Failed? If a disk has failed, you will probably find a lot of...
mpt-status is a query tool for accessing the running configuration and status of LSI SCSI HBAs. It is a heavily modified version...
To check a certain table for consistency with MySQL after you select the database, you can run: mysql$ CHECK TABLE table_name; If...
The easiest way to isolate the slowest queries in the slow queries log is to use mysqlsla. Run mysqlsla on your slow...
Use the limit operator to reduce the number of results returned to be 10. SELECT * FROM tbl LIMIT 10; For example,...
By default, Windows XP does not show the QuickLaunch toolbar. To enable it again: Right click on an open area of the...
To change the title of Internet Explorer on a PC running Windows XP, you need to follow the procedure below: Go to...