Showing posts with label printing. Show all posts
Showing posts with label printing. Show all posts

Managing printers from CUPS web interface

Installed printers are listed here.
Recently, I had problems with my printer settings, I wanted to change the duplex setting and wanted to install a new network printer, but without success.
The problem I have is that in Linux Mint the Printers configuration applet fails, crashes and doesn't offer all options.

But finally I found a way. Linux Mint, like other distributions use the CUPS as printing system and it offers a web based administration interface.

Just point your web browser to http://localhost:631/. There you can add and manipulate all kind of printers and manage the print queues as well.

This is a nice workaround, until these options will be supported in the printer settings applet.

Picasa Photo Organizer


Picasa is a very powerful image manager.
It's main features are:
Organize

Organize
Manage your photos in one place, and find photos you forgot you had

edit

Edit
Eliminate scratches & blemishes, fix red-eye, crop and more

create

Create
Turn photos into collages, slideshows and more

share

Share
Upload seamlessly to Picasa Web Albums to share with friends, family & the world


Install instructions for Linux


Just copy and paste the following instructions into a Terminal (you'll have to do it twice, as the first sudo -v stops the rest of instructions):
sudo -v
# Add Google's public package signing key on your system to prevent warnings or errors
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
echo "deb http://dl.google.com/linux/deb/ stable non-free #Google repository" > /tmp/GooglePicasa.list
# If you don't want to install the beta testing version, don't paste the following line:
echo "deb http://dl.google.com/linux/deb/ testing non-free #Google testing repository" >> /tmp/GooglePicasa.list
sudo mv /tmp/GooglePicasa.list /etc/apt/sources.list.d/
sudo aptitude update
sudo aptitude install picasa

MS Office Fonts in OpenOffice Linux

Sometimes you open a MS Office Word document and you discover that some of the fonts don't look equal on your screen, and even worse, look very different on print-outs.

What happens?

MS Office users heavenly use some MS Office specific fonts (like Comic Sans, Webdings), which aren't installed by default on your fresh Ubuntu system. So OpenOffice tries to simulate these with similar fonts, the same applies to the printer driver.

Okay, you could go and setup a font replacement table in OpenOffice, but there's a much quicker way of solving the problem.

Installation of MS Core Fonts


Just install the msttcorefonts package from Synaptic, from the Applications menu or the command line:
sudo aptitude install msttcorefonts