6
Apr/09
0

Linux Command Line Printing

Almost anything can be done from the command line. You can listen to music, read email, and install packages. However, some tasks are a little easier to do from a gui, such as printing. However, you eventually come across a situation where you would need to print from the command line. Perhaps you want to make a scheduled printing job of email or social information. Maybe you want to print something off real quick without being forced to open up a word proccessor.

The answer lies in the command line program “lpr.” To print off a file, use:

lpr file.txt

I used these commands to make one page printable tips:

cd ~

mkdir tips

cd tips

nano Tip.txt

lpr Tip.txt

As long as you have a default printer set, you should be good to go!

9
Nov/08
0

Keep your [Linux] Desktop Clean

If you are an Ubuntu* user, you might not use your home folder like you should.  For example, all my downloads go straight to my Desktop, instead of my home(~) folder where they belong.  Clutter on your Desktop is quite unsightly, and as one must look at their Desktop constantly, I decided to fix this.