Print Readable Man Pages

Ever wonder how you can get a man page in into a format you can read and print? There’s many methods of doing it (copy and paste is one) but one the easiest I’ve found is:

man command | col -x -b  > command.txt

Where command is the Linux command man page you want to print/view.  From there, open up command.txt in your favorite gui text editor (gedit, kate) and you have a readable format that could be printed quite easily for reference.

Remove Root from PCLinuxOS Login Screen

Just a quick tip on how to remove the root user from the PCLinuxOS login screen. This should work for most if not all KDE based distributions.

Go to the Kmenu >> Run Command >> kdesu kcontrol

Enter your root password when prompted for it. You should now see the KDE Control Center. The difference here is that you’re running this as the root user so changes will be made at the root (super user) level. Go to System Administration >> Login Manager. You should have something similar to the screenshot.

Next up, go to the ‘Users’ tab and look in the center. There you can see all the system users. Check the box for root. This will hide the root user from the front KDM Login Screen. This won’t prevent you from logging in as root, but it will prevent it from displaying by default.

More PCLinuxOS tips and tricks coming soon 😀

KDE and Xorg, Fonts and DPI

Today, I’d like to share a tip I found out while working with a beta release for a distirbution of Linux with KDE’s 3.5.7 version. As many readers of this blog know, I use PCLinuxOS 2007 as my main desktop and have done so since about 2005. The font configuration in PCLinuxOS is quite nice. I have a 19 inch LCD Monitor at home with 1280×1024 resolution. I notice no problems with the font on that monitor.

Working on a separate 20 inch monitor with a distribution in development however is another story. The fonts didn’t look beautiful at all. After some installation of custom fonts, things looked better, but the resolution is a bit higher on this LCD at 1400×1050. Easy to fix right? Just increase the DPI in the KDE Control Center to 120 right? Not so fast…even when it’s set to 96×96 there, it isn’t always set to 96×96. So let’s take a look at how you can force KDE to run at the correct DPI for your monitor which will, in turn, make your fonts look MUCH better. For those of you who are satisfied with your fonts, you might want to check out the commands below to see if you’re running at the DPI you think you are.

Continue reading “KDE and Xorg, Fonts and DPI”

Zimbra or Google Calendar with Thunderbird and Lightning

The title sounds a bit Mythological eh? I originally published this entry on my work blog but felt that some people might be able to get some use out of this tip. To use it, you’ll need Zimbra or Google Calendar. I’ll cover Zimbra mostly and then give a link on how to setup Google Calendar at the end. For those interested, my work blog is here.

If you don’t have Zimbra, they have a free Open Source Community Edition available. It’s feature rich and quite configurable for your email. It can even be used to retrieve multiple email sources and bring them all into one place…it also has identity management so you can send from multiple accounts. Very nice stuff.

“I use Thunderbird for my email client. It’s quite speedy and nice. Coming from various places of employment that used Outlook and Exchange, I miss being able to schedule appointments via my email client (of course, with Zimbra, I’m able to do this via the web interface..but I like using Thunderbird for its ability to sort and
handle my email).

Enter Lightning, the sunbird-like extension for Thunderbird. So how does one integratelightning with say, Zimbra? It was rather simple and easy to do so. I’m posting what I did to get this up and running so that others won’t fumble through the Zimbra forums trying to piece various posts together finally arriving at a solution after banging heads against the wall repeatedly. Note that I’m assuming you use Zimbra/Thunderbird with IMAP.

Continue reading “Zimbra or Google Calendar with Thunderbird and Lightning”

How-To: PCLinuxOS 2007 and MythTV

For those of you who always thought PCLinuxOS and MythTV would go together…you’re quite right, they do fit well together…though there are a few bumps on the road. Hopefully, this how-to will help you along the way.

First, let’s mention what this guide will not cover:

  1. Remote Controls
  2. IR Blasters
  3. Picture Quality Settings

Why won’t I cover those? Because there are infinite possibilities for each one…and it would be impossible for me to investigate them all…hardware not in my possession besides. So, this will cover installing mythtv and omit the items above. Mythtv has those items covered quite well in their documentation.

Hardware Specifications:

  1. HP a1520n
  2. ATI x300 PCIe VPU
  3. PVR150 and PVR350
  4. Sharp Aquos 37″ LCD TV
  5. USR MaxG PCI Card

Continue reading “How-To: PCLinuxOS 2007 and MythTV”

Convert Audio with Ease in KDE

I ripped a couple of CD’s for my son this evening. In the process, I decided to setup Kalarm and Korganizer on his computer so that he could set alarms to remind him to do various chores around the house. While doing all of this, I needed a .wav file so that he could use a song for his alarm. Of course, he wanted one of the songs I had just ripped from his CD. Since I had ripped his songs to .ogg format, I had to investigate which program could convert from .ogg to .wav this the easiest in KDE.

I’ve not used many of the whiz bang functions of KDE and desktop Linux…I’ve been more of a browser, mail, and RSS type of guy for many years. Now that I’ve been using Linux at work and at home, I’ve been blessed with the opportunity to figure out how to do things that I’ve never done before. In this case, convert audio to .wav, .ogg, or .mp3 with ease. There is a tool called audiokonverter available in PCLinuxOS 2007 repositories that makes this a snap.

Continue reading “Convert Audio with Ease in KDE”

Creative Commons License
Except where otherwise noted, the content on this site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.