Wednesday, October 17, 2012 12:35:14 AM
diagnostics, linux
Things I try to get live CDs and DVDs to boot on troublesome hardware.
Read more...
Wednesday, September 26, 2012 5:38:19 PM
diagnostics
Cpuburn is is a set of programs that load x86 processor cores as heavily as possible for system testing. Instructions are run to maximize heat production, putting stress on the processor itself, the cooling system, the motherboard (especially voltage regulators), and power supply.
Read more...
Sunday, January 23, 2011 7:53:44 PM
diagnostics, LAMP, logs
A few tips for diagnosing problems with your LAMP application.
Read more...
Thursday, January 13, 2011 2:14:47 PM
diagnostics, windows, logs
Windows has a number of logs that are useful for troubleshooting or making sure that all is in order.
Read more...
Wednesday, January 12, 2011 10:25:28 PM
diagnostics, linux, logs, backup considerations
The log /var/log/messages shows most system messages, and as such it is useful for debugging all sorts of problems.
Read more...
Thursday, December 30, 2010 10:40:14 PM
diagnostics, linux, logs
The Xorg.0.log shows the messages of the most recent start of the Xorg server, which provides graphics on most Linux systems. As such it is useful for debugging all sorts of graphics problems. Its messages can be cryptic to the uninitiated, so this article documents those messages that stumped me and what they mean.
Read more...
Thursday, December 30, 2010 4:02:54 PM
diagnostics, linux, logs
Dmesg logs the messages of the most recent boot, and as such it is useful for debugging all sorts of problems. Its messages can be cryptic to the uninitiated, so this article documents those messages that stumped me and what they mean.
Read more...
Wednesday, May 12, 2010 12:18:01 AM
diagnostics, linux
Occasionally I come across a damaged filesystem due to an unclean shutdown. Most are easy to fix with a live distro.
Read more...
Wednesday, March 24, 2010 11:26:04 PM
diagnostics
Memtest86+ stress tests a computer's random access memory (RAM) for errors. Easy to run, it is one of the first diagnostic tools I use when facing a problem of unknown origin.
Read more...
Wednesday, March 24, 2010 1:09:12 AM
windows, diagnostics, linux, security
I've always thought that removing viruses from within a running Windows system makes about as much sense as a surgeon trying to remove his own appendix. Better to boot the computer into a live Linux installation, mount the Windows partition, and scan it that way.
Read more...