Category Archives: How Tos

Read a Changelog From an RPM File

The internet is full of tips on how to read the changelog from an RPM package you have installed. How do you read the changelog from a .rpm file before you install it? The answer is amazingly simple: rpm -q … Continue reading

Posted in How Tos, linux, rpm | Leave a comment

OpenSUSE 11 and SLES 11 Enable Multiple Kernel Support for zypper

By default, when zypper upgrades your kernel, it treats the package like any other package. The old kernel is removed and the new kernel is installed. There are three ways to get your old kernel back (or keep it). You … Continue reading

Posted in How Tos, linux, OpenSUSE, SLES, zypper | Leave a comment

HOWTO Redirect Linux Console Without Reboot

You can re-apply your /etc/inittab file in real-time without rebooting your machine. This allows you to do a lot of neat things, such as redirect your system console to the serial port without a reboot. Edit your /etc/inittab file and … Continue reading

Posted in How Tos, linux | Leave a comment