FreeAgent Small Business Online Accounting
Canon Pixma - Printer / Photocopier

Canon Pixma MX372 (MFP, Photocopier, Scanner, Printer, Fax) Review

Canon Pixma MX372 Review

The Canon Pixma MX372 Office All-in-One multifunction printer / scanner / fax with a photocopier feature. Although the Canon is a budget printer that comes with a number of pleasantly surprising features, such as a 100-sheet paper input drawer and a single-sided 30-page automatic document feeder. It is a multifunction printer that enables users to scan multipage documents. Designed specifically for small offices, it offers more than you might expect from a budget MFP. However, its expensive black-ink makes it inappropriate for mass use. Let’s take a look at some of the major pros and cons of this multifunction printer.

Pros 

The device delivers sharp and distinct text output. It also enables users to send faxes from their PC. Here are the major benefits of using this Canon printer:

  • Occupies very little space – Even if you have a very congested office, you might still be able to find space for the Canon Pixma MX372. It is compact and self-contained, and its folding paper trays enable it to become more compact when not in use.
  • Contributes to the décor – This Canon printer comes in a captivating matte-black finish and looks quite striking. Chances are that it will add to the appeal of your office space.
  • Easy to use – The Canon Pixma MX372 uses a new and easier method for cartridge-loading. Referred to as “FastFront,” it requires you to uncover a door behind the paper tray to replace the cartridge. It is more convenient than the previous method, where you had to pull up the entire scanner lid to load a cartridge.
  • Moderately Priced –  This is perhaps the only Cannon printer that offers so many interesting features at such a low price.
  • Feeds documents automatically – The 30-page automatic document feeder enables the device to scan multi-page documents without any manual supervision. Needless to say, this improves efficiency at the workplace.

Cons 

Low paper capacity is one of the major disadvantages of this Canon printer. However, if you want to use it for micro office, this may not be a big issue. Given below are some major disadvantages of using a Canon Pixma MX372

  • Below standard photo output quality – Although the printer offers high quality text output, photo prints are not up to the mark. However, if you are not expecting very high quality photos, and want to use color photo prints for day-to-day office activities, you may find the output quality acceptable.
  • High cost per page – The printing cost per mono page and per color page with this printer are 6.3 cents and 13.8 cents, respectively. This is around 2.5 cents more expensive than the usual per-page-printing cost.

Simply put, the Canon MX372 is a good choice for micro office where only one or two people will use it to print/scan a limited number of pages per day. However, those who are looking for an office printer for bulk use should look elsewhere.

vi-commands

Vi Insert: How to enter Vi insert mode

By default Vi has two modes, Insert and Command mode when you first open Vi or Vim you will be in command mode, to enter Vi insert mode you would press the “i” key once which will now allow you to enter text into the editor.
Read more »

Linux Commands

Ubuntu restart Apache & stop / start Apache

TechSpotting’s Ubuntu restart Apache guide, showing you the commands required to stop, start & restart Apache on Ubuntu. Restarting Apache is common task often required of a Linux admin often after configuration changes have been made to PHP or Apache. Read more »

Linux Commands

Install Apache Ubuntu (All Versions)

How to install Apache on Ubuntu (all versions) the following command will only install Apache not PHP & MySQL as well which are commonly referred to as “LAMP” (Linux Apache MySQL & PHP). If you require a full LAMP setup on Ubuntu please follow our Ubuntu Install LAMP guide.
Read more »

Linux Commands

Linux unzip command | Linux .zip file guide

How to extract .zip files on Linux using the linux unzip command.

First of all we must make sure we have the correct tool installed, this is going to vary depending on your version of Linux – I will cover the two main flavors .dpkg and .rpm (Apt / Yum).
Read more »

SBS 2008 Logo

SBS 2008 change IP Address

Welcome to TechSpotting’s SBS 2008 change IP Address tutorial, I discovered that SBS 2008 DNS (Active Directory) and IIS have stop working after after changing the IP address in the normal way. This is caused by hard coded entries for the old IP address still remaining in Active Directory. Read more »

Linux Commands

How to untar tar.gz | Linux untar command

How to untar tar.gz archives on Linux systems, there is no actual Linux untar command – you use the tar command with different options to extract tar.gz files.

tar.gz files are commonly used on Linux operating systems for source packages and for grouping large amounts of small files, tar.gz is by far the most common compressed archive software used on Linux, if you are from a Windows background you will be familiar with .zip this is a similar propitiatory equivalent.
Read more »

Ubuntu How To Guides

How to update Ubuntu from command line

This guide will show you how to update Ubuntu from the command line, this is critical for keeping your Ubuntu server up to date with the latest security patches.

Using the popular Ubuntu command “apt-get” to resync the apt sources and upgrade Ubuntu, other commands such as aptitude or GUI tools could be used as an alternative.
Read more »

Linux Commands

Linux Memory Usage Command

How to display Linux memory usage on all versions of Linux from the command line. The command Free displays the Linux memory info (Virtual memory & physical) the system is currently using including Linux cache memory and swap usage.
Read more »

Asterisk on Ubunru

Asterisk 10 on Ubuntu 10.04 LTS Install Guide

How to install Asterisk on Ubuntu walking you through the process of installing Asterisk 10 on Ubuntu 10.04 LTS, including a video tutorial of the process (below).

Asterisk is an Enterprise level VoIP PBX telephone system that has many configuration options and can use a wide range of hardware, this guide will walk you through the process of installing Asterisk on Ubuntu 10.04 LTS, which is often a daunting task for Linux Admins.
Read more »