Install CanonCaptDrv2.2 on ubuntu

These instructions will help get your LBPxxxx Canon Printer driver installed and automatically starting with monitor on:
  1. Ubuntu 11.04 - Natty
  2. Ubuntu 10.10 - Maverick
  3. Ubuntu 10.04 - Lucid
It also seems to work in unsupported (old) versions such as 9.10 (Karmic) and 9.04 (Jaunty)
For other canon printers see: HardwareSupportComponentsPrinters/CanonPrinters and its sub-articles but hopefully yours is in the list below.

Supported Printers Capt Driver v2.2


According to the official Canon driver documentation:
See extra notes after table where there are *'s.
Please update if your get an unlisted printer/ubuntu version working by going to the bottom the of the and finding the edit link at the very bottom of the screen (requires login)
Printer Name
PPD File Name
Verified, Ubuntu Releases

LBP9100C
CNCUPSLBP9100CCAPTK.ppd

LBP7200C series
CNCUPSLBP7200CCAPTK.ppd
    10.10/11.04

LBP7200Cdn (network mode)
CNCUPSLBP7200CCAPTK.ppd
    10.10/11.04

LBP6300
CNCUPSLBP6300CAPTK.ppd
    10.10

LBP6000 LBP6018
CNCUPSLBP6018CAPTK.ppd

LBP5300
CNCUPSLBP5300CAPTK.ppd

LBP5100
CNCUPSLBP5100CAPTK.ppd
    10.10

LBP5050 series
CNCUPSLBP5050CAPTK.ppd
   9.10/9.04

LBP5000
CNCUPSLBP5000CAPTK.ppd

LBP3500
CNCUPSLBP3500CAPTK.ppd

LBP3310
CNCUPSLBP3310CAPTK.ppd

LBP3300
CNCUPSLBP3300CAPTK.ppd

LBP3250
CNCUPSLBP3250CAPTK.ppd

LBP3210
CNCUPSLBP3210CAPTK.ppd

LBP3200
CNCUPSLBP3200CAPTK.ppd
    10.04

LBP3150 / LBP3108 / LBP3100
CNCUPSLBP3150CAPTK.ppd

LBP3100 / LBP3108 / LBP3150
CNCUPSLBP3150CAPTK.ppd
    10.10

LBP3010 / LBP3018 / LBP3050
CNCUPSLBP3050CAPTK.ppd
    11.04/10.10/10.04 /9.10/9.04

LBP3000
CNCUPSLBP3000CAPTK.ppd
    11.04

LBP2900
CNCUPSLBP2900CAPTK.ppd
    11.04/10.10/10.04/9.10/9.04

LBP-1210
CNCUPSLBP1210CAPTK.ppd
    10.10/10.04/9.10.9.04

LBP-1120
CNCUPSLBP1120CAPTK.ppd
    10.10/9.10.9.04

LBP-810**
CNCUPSLBP1120CAPTK.ppd
    11.04/10.10/10.04/9.10/9.04

** LBP-810 is not officially supported in version 2.2 of the Canon Driver

Package Repository


The Canon CAPT printer driver is split into two packages: cndrvcups-capt and cndrvcups-common available from the Canon printer driver PPA. As of May 2011, this PPA contains 2.20 version of the Canon drivers, build for i386 and amd64 on Lucid, Maverick and Natty. This is the easiest way to install the drivers.
To add the PPA to your system and install the packages do:
 
sudo add-apt-repository ppa:michael-gruz/canon
sudo apt-get update
sudo apt-get install cndrvcups-capt cndrvcups-common

how to login as root in Ubuntu 11.04

enable root in ubuntu 11.04


Enable (Unlock) root on Ubuntu 11.04

1 : Open Terminal/shell , (hit CTRL+ALT+T)
2 : Then, Type the command (Followed by your Login Password).
sudo passwd root
3 : when you will be prompted for “Enter the New Unix Password” Twice, Enter the root password.
4 : That’s All, To enjoy root power, logout from the current user session. At the login window, Enter ‘root’ as a username and the password, you entered in above step.
Conclusion : In root mode, don’t perform any action about which you aren’t sure, because a single mistake can cause a lot of damage. If you just want to browse files in root mode, then you can browse nautilus in root mode with one simple trick.

Browse Files in Root Mode with Nautilus

Open terminal and enter the command (of course, followed by your login password).
sudo nautilus

how to install XFCE on Ubuntu 11.04


Installing XFCE Desktop on Ubuntu 11.04

step1 : Open terminal and type (You may need to authenticate yourself by login password):
sudo apt-get update
sudo apt-get install xfce4
step2 : Wait until the installation is complete. Next, logout from the current session and select Xfce session in login prompt.
step3 : That’s all.. Enjoy XFCE.. if you want to use other desktop then just select it at the login prompt.

Uninstall/Remove Ubuntu 11.04/10.10/10.04 Safely

1 : Uninstalling/Removing Ubuntu from Single Boot
If you have only one operating system i.e Ubuntu is installed on your computer , then it’s very simple because after removing ubuntu you will surely want to install another, you just need to follow this simple steps -
step 1 : If you want to install windows after removing Ubuntu, then simply create the bootable disk or USB that you will use for installing Windows 7 or vista (or XP).
step 2 : I assume you have already copied (otherwise login to Ubuntu and backup your data) all the data safely to another device or online back up such as Dropbox. Next, restart the computer and boot it from the Windows installation disc.
step 3 : Now format the ubuntu partition (if you had installed ubuntu on a particular partition) or the harddisk and install windows, follow on screen instructions..and you are Done! That’s All.

2 : Uninstalling Ubuntu from Dual Boot (with Windows 7)

You might be using Ubuntu as a dual boot along with Windows 7. Now, the the next step depends on how you had installed Ubuntu along with Windows 7. The most simple technique is to install Ubuntu using Wubi Installer, which installs Ubuntu on Windows as a program. If that’s the case, then you can uninstall Ubuntu just like any other program from Windows 7 or Vista. It’s quite simple.
On the other hand you might have installed Ubuntu on the other partition in dual boot mode. So now, if you delete or format the ubuntu partition then the windows boot-loader will no longer be available because when you installed Ubuntu it has replaced it with GRUB. So you won’t be able to boot into your Windows OS after deleting or formatting the Ubuntu partition.
step 1 : Insert the Windows 7/vista/xp DVD and restart your computer.
step 2 : Go to recovery windows/console and execute the following command(s) :
bootrec.exe /fixmbr
bootrec.exe /fixboot
to overwrite the MBR (Master Boot Record).
step 3 : Now, remove the installation disc, restart the computer and format ubuntu partition (ext3/4 file system) to a windows file system such as NTFS or FAT.
step 4 : That’s All. You are Done!

Blackbuntu Penetration Testing Distribution



  Blackbuntu is distribution for penetration testing which was specially designed for security training students and practitioners of information security.
Blackbuntu is Ubuntu base distro for Penetration Testing with GNOME Desktop Environment. It's currently being built using the Ubuntu 10.10.




Download

Blackbuntu features the following upstream components: Ubuntu 10.10, Linux 2.6.35 and Gnome 2.32.0
System requirements
  • 1GHz x86 processor
  • 768 MB of system memory (RAM)
  • 10 GB of disk space for installation
  • Graphics card capable of 800×600 resolution
  • DVD-ROM drive or USB port

Community Edition 0.3 Beta Test
For Blackbuntu 0.3 we are supporting both x86 and x86_64 architectures. You can download the Blackbuntu Community Edition 0.3 Beta Test ISO DVD with the following link (Download via torrent):
Blackbuntu Community Edition 0.3 x86 torrent
Blackbuntu Community Edition 0.3 x86_64 torrent

Community Edition 0.2
You can download the Blackbuntu Community Edition 0.2 ISO CD with the following link:
http://blackbuntu.sourceforge.net

Name: bbuntu-ce-0.2.iso
MD5: cb7557ec2f71197e4bab6dd48235c6f2
Mirror
Community Edition 0.1
You can download the Blackbuntu Community Edition 0.1 ISO CD with the following link:
http://blackbuntu.sourceforge.net

Name: bbuntu-ce-0.1.iso
MD5: 4e84db9bc21e5b469a5721ca3d2d6244



Find Us On Facebook

Related Posts Plugin for WordPress, Blogger... Linux Directory