How To Customize Your Linux Interface — Part 1
Feb 20,
2015
Your keyboard and mouse are your interface to Linux, so you should customize them to match your personal tastes and habits. First of all, make sure that the has the correct keyboard layout, so you get the correct character when you press a key. But beyond that very fundamental step, you may want to remap […]
How to Patch Linux Systems to Protect Against the GHOST Vulnerability
Feb 18,
2015
Bob Cromwell, the other security author on this blog, wrote about the GHOST vulnerability in the Linux glibc library. He explained what glibc (“the C library”) is and about the origin of the GHOST vulnerability. He ended with, “Patches are easy to check and easy to apply, so keep your servers safe!” Since I updated […]
How to Make the vi Editor in UNIX Even More Powerful and Friendly
Feb 17,
2015
The vi editor is the standard editor for the UNIX family of operating systems. It will be there, and as long as you get your terminal type correctly defined (VT100 is usually a safe and adequate choice), it will work. It doesn’t need graphics, and it does not rely on having the special keys defined. […]
How to Protect your GNU C Library from the Linux Ghost Bug
Feb 5,
2015
The recent “Ghost” bug has brought some attention to the GNU C Library or glibc. What is glibc? First, get your Linux systems patched! Patches are available, get your system updated and protected! If you are curious about the details of Ghost, see the announcement from Qualys or their detailed analysis. OK, now that your […]
How Does Linux Boot? Part 6: Replacing init With systemd – What You Need to Know
Jan 30,
2015
Last week I mentioned that systemd has replaced the traditional init program in Linux. Let’s see some capabilities it adds! Systemd organizes tasks into units which can include initializing hardware, mounting file systems, and starting services that will daemonize and run in the background. The active units are those which are enabled (that is, configured […]