Add Printer Canon MP140 in Ubuntu Karmic Koala (9.10)

Printer Canon MP140 on ubuntu is already support in database ubuntu, but when I find kind pixma, the smallest type is MP150. how to install it? don't worry, in fact if you just for printing MP145 can use MP150 driver, and will be able to print deafault. to add a printer on ubuntu, follow these steps :


Go to System > Administration > Printer > 

Add Printer and choose on the database MP150 driver. dont forget plug the cable. Finish!! Now test printing. I dont know yet if want to copy and scan, hopefully I will discuss this in the next post

Happy Testing....!!
Read More...!!

Install aTunes Music Player In Ubuntu Karmic Koala

aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems, Currently plays mp3, ogg, wma, wav, flac, mp4 and radio streaming, allowing users to easily edit tags, organize music and rip Audio CDs. to install it, just download deb package Here and install :



$ sudo su

$ dpkg -i atunes_1.13.3-1_all.deb

Or just double-klik on deb packages, to run aTunes. Go to Application > Sound & Video and choose aTunes.

Happy Testing...!!

Sources :

http://www.atunes.org/
Read More...!!

Wireless Driver Problems On Compaq CQ40 in Ubuntu Karmic Koala (9.10)

In fact when we use the ubuntu using live-CD on Compaq CQ40 no problem has found, especially in broadcom  wireless drivers, but once installed on the Compaq CQ40 wireless is not detected, probably at the time of installation is'nt installed, Compaq CQ40 used device is the product of broadcom. to install broadcom wireless drivers, there are two ways that online or offline.

Online Installation :

You must connected to internet by wired connection/dial up, to install it just login as root and update repositoy by type :

$ sudo su

Update repository :

$ apt-get update

Reinstall broadcom wireless driver by type :

$ apt-get install --reinstall bcmwl-kernel-source

Finish, restart your machines and views changes.
Offline Installation :

In the installation process is offline, we need a DVD ubuntu repository, add the repository insert DVD, go to terminal add repository by type :

$ apt-cdrom add

doing same way to all DVD repository and update

$ apt-get update

Reinstall broadcom wireless driver

 $ apt-get install --reinstall bcmwl-kernel-source

Happy Testing....!!
Read More...!!

Solve Amarok Problem On Ubuntu Karmic Koala (9.10)

Amarok is the best music player application on linux operating system, including ubuntu, but in this version, amarok have a little problem, after the application is installed by default can not play music even though the codec is a multimedia/gstreamer is already installed. turns out this problem because there is a package that has not been installed, do not know why? this package is not installed directly at the installation process, the package is needed is:



libxine1-ffmpeg

after the problem is found, we only install the package using terminal n login as root by type :

$ sudo su
$ apt-get install libxine1-ffmpeg

Finish...!!

Open amarok and lets play your favourite music and happy testing...!!
Read More...!!

Speed Up and Optimize Firefox 3.6 in Ubuntu Using Swiftfox 3.6.0

Swiftfox are additional plugins to optimize or speed up firefox on ubuntu system. both the technology Intel and AMD processors, when you want to install it, plugins are already available on each processor. so, you must select the type of processor for these plugins whether Intel or AMD processors. Donwload swiftfox plugins installer package here. then select the type of processor, follow these steps:


Go to terminal and login as root by type :

$ sudo su

Run the installer packages by type :

$ ./install-swiftfox.sh

Or

$ sh install-swiftfox.sh 

Finish...!! Launch Swiftfox by selecting it from the menu

If you want to install the deb file, follow these steps:

Add third party repository by type :

$ gedit /etc/apt/source.list

Add this line

deb http://getswiftfox.com/builds/debian unstable non-free

Update and install your repository by type :

$ apt-get update

$ apt-get install swiftfox-prescott

And Finish....!!

To install the deb packages manually, just click double-click on the deb file or with the command in a terminal:

$ dpkg -i swiftfox-3.6.0-1_prescott.deb

If any problem, go to Swiftfox Forum

Happy Testing...!!

Sources :

Read More...!!

Install VMware Server 2 In Ubuntu Karmic Koala (9.10)

VMware is a provider of virtualization software, to install it on ubuntu karmic koala,  you should download this application,  visit http://www.vmware.com/products/server/ and click download icon, but you must login firts to download this packages, if you dont have an account you can register.
After login choose tar packages, and wich one 32-bit system or 64-bit system, and done. to install it, go to terminal and login as root :



$ sudo su

Download script, here or you can download by terminal

$ wget http://codebin.cotescu.com/vmware/vmware-server-2.0.x-kernel-2.6.31-14-install.sh

Then run script by type :

$ chmod +x vmware-server-2.0.x-kernel-2.6.31-14-install.sh
$ ./vmware-server-2.0.x-kernel-2.6.31-14-install.sh [PATH _TO_VMWARE_ARCHIVE]

You must enter 20 serial number, you can get it if you have an account on site VMware Server and fill if you asked serial number on installing process and finish.

Open your browser to running this application and type :

https://127.0.0.1:8333

And you will be asked get certificate security, just choose : add exception and confirm, to login on VMware server just enter

Username : root
Password : your root password

Happy Testing....!!

Sources :


http://www.howtoforge.com/how-to-install-vmware-server-2-on-ubuntu-9.10-p2
http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/
Read More...!!

Install Skype In Ubuntu Kamic Koala (9.10) 64-bit System

Skype on Ubuntu 64-bit system need to install additional packages : ia32-libs lib32asound2 libqt4-core libqt4-gui. to install it just login as root by type :


$ sudo su


$ apt-get install ia32-libs lib32asound2 libqt4-core libqt4-gui



Then you should download skype package by type :

$ wget -O skype_ubuntu-2.0.0.72-1_amd64.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64

Install

$ dpkg -i skype_ubuntu-2.0.0.72-1_amd64.deb

If Skype 64-bit doesn't work, try 32-bit here :

$ wget -O skype-debian_2.0.0.72-1_i386.deb http://www.skype.com/go/getskype-linux-ubuntu

Install

$ dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb


Happy Testing...!!
Read More...!!

Install XBMC 9.11 In Ubuntu Karmic Koala (9.10)



This time I will discuss how to install XBMC 9.11 in ubuntu Karmic  koala, to install it. follow these steps:

Go to terminal and login as root by type :


$ sudo su


Add third party repository by type :


$ add-apt-repository ppa:team-xbmc


Update repository by type :


$ apt-get update 


Then install XMBC by type :


$ apt-get install xbmc


Happy Testing....!!
Read More...!!

Install Boxee In Ubuntu Karmic Koala (9.10)

Boxee is a cross-platform freeware media center software with a 10-foot user interface and social networking features designed for the living-room TV. Boxee is a fork of the free and open source XBMC media center software which Boxee uses as an application framework for its GUI and media player core platform, together with some custom and proprietary additions. Marketed as the first ever "Social Media Center", Boxee enables its users to view, rate and recommend content to their friends through many social network services and interactive media related features.


To Install Boxee in Ubuntu follow these steps :
Download all packages below

libkrb53 1.6          Download Here
libdirectfb-1.0-0   Download Here
liblzo1 1.08-3       Download Here

And simply to install it by double click or you can install it by using the command in terminal :

$ sudo su
$ dpkg -i *.deb

Happy Testing....!!
Read More...!!

Install Firefox 3.6 In Ubuntu Karmic Koala (9.10)


Namoraka is the name of the firefox version 3.6, to install the Firefox version 3.6 browser you should adding third party repository by type :



$ sudo su
$ sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu karmic main' /etc/apt/sources.list"
$ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE

Update your repositor then install firefox 3.6 by type :


$ apt-get update
$ apt-get install firefox-3.6

Finish, now you can run firefox browser, go to Applications > Internet...!!

Happy Testing...!!
Read More...!!

Install Wordpress In Ubuntu Karmic Koala (9.10)

To Installing wordpress, first you must install the application xampp, xampp is a local server application or localhost. to install xampp, you can see it here...!!  if installed xampp next step is to install Wordpres, Wordpress is an open source blog publishing application powered by PHP and MySQL which can also be used for basic content management. It has many features including a user-friendly workflow, a rich plugin architecture, and an advanced templating system  to install it in your system follow these steps:

Login as root by type :


$ sudo su

Install Wordpress :

$ apt-get install wordpress

To acces wordpress, you must configure wordpress, you can see it on this blog post earlier, or you can see how to wordpress configuration on ubuntu guide

Happy Testing ...!!
Read More...!!

Install Ubuntu Studio Packages in Ubuntu Karmic Koala (9.10)

If your hobby is editing audio, video or graphics, on  ubuntu desktop. particular  in ubuntu version  karmic koala (9.10) you can install package application ubuntu studio  on your ubuntu desktop, in  ubuntu studio there  are many editing applications, like graphics, audio, or video applications. To install ubuntu studio  applications packages  in your karmic koala, you can follow these steps:


Login as root by type :


$ sudo su

To install audio application :

$ apt-get install ubuntustudio-audio

Install video application :

$ apt-get install ubuntustudio-video

Install graphics application :

$ apt-get install ubuntustudio-graphics

Now you have ubuntu desktop like ubuntu studio

Happy Testing...!!
Read More...!!

DVD Playback Capability On Ubuntu Karmic Koala (9.10)

On the DVD encryption is already in, usually we'll hassle to play the dvd, because there is not yet installed packages are: libdvdcss2. if you want to play DVDs that have the encryption you have to install it by downloading the package, follow these steps:

Go to terminal and type :



$ wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.2medibuntu1_i386.deb

Login as root to install libdvdcss2 by type :


$ sudo su

$ dpkg -i libdvdcss2_1.2.10-0.2medibuntu1_i386.deb

Or you can add medibuntu repository on your system by type :

$ wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
$ apt-get update
$ apt-get install medibuntu-keyring
$ apt-get update
$ apt-get install libdvdcss2 


Instead of downloading directly from Medibuntu, you could also use the script included with the libdvdread4 package to download and install libdvdcss2:


$ apt-get install libdvdread4
$ /usr/share/doc/libdvdread4/install-css.sh


And if you have not already install ubuntu-restricted-extras, you can also install w32codecs by type :

$ apt-get install w32codecs

Happy Testing...!!

Sources :

http://www.videolan.org/developers/libdvdcss.html
Read More...!!

Install XMMS In Ubuntu Karmic Koala (9.10)

To install XMMS in ubuntu karmic koala (9.10) you should add third party repository, to install it follow these steps :

Login as root and add your repository by type :


$ sudo su
$ gedit /etc/apt/sources.list
 



Add this line and save :

deb http://www.pvv.ntnu.no/~knuta/xmms/karmic ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/karmic ./

Update and Install

$ apt-get update
$ apt-get install xmms

To run xmms, create launcher by right click on the desktop and choose create launcher


Choose browse, go to /usr/bin then find xmms (application/x-executable) click ok.

For more ubuntu version, here

Happy Testing...!
Read More...!!

Install Nero For Linux 4 In Ubuntu Karmic Koala (9.10)

To Install Nero For Linux version 4, you should download this package, but this trial application, if you want get  nero premium you must charge for licence...!! After you have downloaded, you can install it by double clicking or you can use terminal by type :




$ sudo su
$ dpkg -i nerolinux-4.0.0.0-x86.deb

System Requirements


General
  •     Linux kernel 2.4 or higher (2.6 recommended) with X-Window
  •     Glibc 2.3.6 and libstdc++6 4.1.1 (or higher)
  •     GTK+ 2.8.0 (or higher)

Processor and installed memory
  •     800 MHz Intel® Pentium® III processor, AMD Sempron™ 2200+ processors or equivalent, 128 MB RAM
Hard disc space
  •     50 MB for program installation
Optical device
  •     CD, DVD, Blu-ray, or HD DVD recordable or rewritable drive for burning
Supported Recorders
  •     All CD, DVD, and Blu-ray recorders
Optional requirements
  •     Sound device and speake

Happy Testing....!!
Read More...!!

Install Printer Canon IP1900 in Ubuntu Karmic Koala (9.10)


In ubuntu karmic koala (9.10) you can install the printer driver canon IP1900 using drivers that you have downloaded, to download this driver, here...!! to install drivers printer canon IP1900 on ubuntu karmic koala (9.10), follow the following steps :



Extract files  iP1900_debian_printer.tar for simple steps by right clicking chosse "extract here" then, install .deb package by  type :

$ sudo su
$ dpkg -i *.deb

Plug the printer cable on the PC/Your Laptop, go to System > Administration > Printing > add new Printer The wizard will detect and even, if you use Ubuntu Karmic 9.10, you do not need to click anything, just plug the printer is on, you suddenly get a message at the top right corner of your (tray).


Happy Testing....!!
Read More...!!

Change Automatically Desktop Background In Ubuntu Karmic Koala (9.10)


On ubuntu you can setting change the desktop background  automatically, you just have to create folders and edit .xml file on your ubuntu, for setting desktop background change automatically, follow these steps :



Go to terminal, login as root by type :

$ sudo su

Create a folder in the directory /usr/share/backgrounds and name it "automatic" by type :

$ mkdir /usr/share/backgrounds/automatic

Copy some wallpaper on "automatic" folders to make change automatically background by type :

$ cp wallpaper-file.jpg /usr/share/backgrounds/automatic

Change the path and file name or you can use it for background setting, download here then Save with a new name, such as background_2.xml in /usr/share/backgrounds/automatic

Create a new xml file in /usr/share/gnome-background-properties, with the name "automatic.xml" and you can fill it with copying the files below:

?xml version=”1.0″ encoding=”UTF-8″?>


automatic
/usr/share/backgrounds/automatic/background_2.xml
fill screen


Finish....!!

NOTE :
in sources have you downloaded, you can costumize timer for cahange background and change name wallpaper on sources same as wallpaper,.jpg have you copied on path /usr/share/backgrounds/automatic

Happy Testing...!!
Read More...!!

Install PuTTY and Setup SSH Connection in Ubuntu Karmic Koala (9.10)


PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.


PuTTY is a GTK-based GUI client interface for SSH connection, to install PuTTY follow these steps :
Login as root by type :


$ sudo su

Install PuTTY

$ apt-get install putty

To setup SSH Connection, you can see instruction, Here

Happy Testing....!!
Read More...!!

Install Real Player 11 in Ubuntu Karmic Koala (9.10)

You can install Real Player 11 in ubuntu karmic (9.10), you can download .deb package for this, just right click to process installation and you can using this application to playing audio/video by default application. to install real player 11 you can download here

After you finished your downloaded, double click and install, follow next step and finish..!!

Happy Testing...!!
Read More...!!

Install XBMC In Ubuntu Karmic Koala (9.10)

XBMC is an Application Media center for ubuntu, to install XBMC in Ubuuntu Karmic Koala (9.10), and  XPMC is free, open source, cross platform media center and very nice about the interface, you can change skin by download here.

To Install it follow these step :

Go to terminal, login as root and edit your sources.list/Repository by type :



$ sudo su
$ gedit/etc/apt/sources.list

Add thus line :

deb http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main
deb-src http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main

Update and install by type :

$ apt-get update
$ apt-get install

Finish

You can add plugin application for this application, go to here to add plugin, and to install skin have you downloded you can see here

Happy Testing....!!!
Read More...!!

Upgrade Xampp 1.7.3a In Ubuntu Karmic Koala (9.10)


To Install Xampp 1.7.3afor ubuntu, you can directly download here. To install it, follow these steps :



Go to terminal, Login as root by type :

$ sudo su

Extract packeges have you downloaded by type :

$ tar xvfz xampp-linux-upgrade-x.x.x-y.y.y.tar.gz
$ xampp-upgrade/start

Testing xampp application, to running this application you can use by type :

$ /opt/lamp/lamp start


Then open your browser and type http://localhost on your address bar.

For More Information, here

Happy Testing...!!
Read More...!!

Install Webmin 1.500 in Ubuntu Karmic Koala (9.10)

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely
webmin version 1500 released on 7 December 2009, which was revised from the previous bugs. to install it there are two steps to install webmin, follow these steps:



1st Step

Go to termial login as root and edit your sources.list by type :

$ sudo su
$ gedi/etc/apt/sources.list

add this line :

deb http://download.webmin.com/download/repository sarge contrib

$ wget http://www.webmin.com/jcameron-key.asc
$ apt-key add jcameron-key.asc

Update your repository by type :

$ apt-get update
$ apt-get install webmin

and Finish....!!

2nd Steps

You can directly download .deb packages here or here if it is done, install the following packages with the command :

$ apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

$ dpkg -i webmin_1.500_all.deb

Or you can directly double click to install it, if installation proccess finish, open your browser and type :

http://localhost:10000

Happy Testing....!!
Read More...!!

Install Wbar 1.3.3 in Ubuntu Karmic Koala (9.10)


Wbar is quick-launch applications, not the application dock like cairo-dock or avant-window-navigator. but wbar similar to other dock applications. wbar is available in the .deb package, to install it follow these steps:






$ wget http://wbar.googlecode.com/files/wbar_1.3.3_i386.deb 
$ sudo su
$ dpkg -i wbar_1.3.3_i386.deb

To Start wbar press Alt+F2 or open terminal and type this :


$ wbar -isize 48 -j 1 -p bottom -balfa 40 -bpress -nanim 3 -z 2.5 -above-desk

Or another example :


$ wbar -above-desk -pos bottom -isize 60 -nanim 1 -bpress -jumpf 0.0 -zoomf 1.5

If You wan to, see full command, you can type :


$ wbar --help

More information here

Happy Testing...!!
Read More...!!

Install Google Earth 5 On Ubuntu Karmic Koala (9.10)


Google Earth allows you to view a map or location in the online world either form of maps or satellite. To install google earth 5 on ubuntu Karmic koalas, follow these steps:



Login as root by type :


$ sudo su
$ apt-get install googleearth-package --force

Or you can install by GoogleEarthLinux.bin, download this package here then install by type :

$ chmod +x GoogleEarthLinux.bin
$ ./GoogleEarthLinux.bin

Finish...!!

You can launch this application, go to Applications -> Internet -> Google Earth 3D planet viewer, if any error go to here

Happy Testing....!!
Read More...!!

Upgrade banshee Version 1.5.1 in ubuntu Jaunty (9.04)

Banshee version 1.5.1 has been released to upgrade to this version at 9:04 Jaunty ubuntu you can install it by adding a key repository. to install it, follow these steps:

Login as root and add GPG key by type :

$ sudo su
$ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7

Add PPA Repository by type :


$ gedit /etc/apt/sources.list

add this line :

deb http://ppa.launchpad.net/banshee-team/banshee-unstable/ubuntu jaunty main
deb-src http://ppa.launchpad.net/banshee-team/banshee-unstable/ubuntu jaunty main

Update your sources.list by type :

$ apt-get update

Install or upgrade your banshee :

$ apt-get install banshee

to upgrade

$ apt-get upgrade

Happy Testing...!!!
Read More...!!

Install Stradict Application Dictionary In Ubuntu Karmic Koala (9.10)

In Ubuntu 9.10 Karmic Koala there was an application called Stardict, the functions of this application is as a translator or a dictionary of many languages, to support some of the language course you need to download additional applications as a language in the database can be downloaded here



To install this application, Login as root by type :

$ sudo su
$ apt-get install stardict

to add additional languages in this application which extracts additional files have been downloaded at the site above in the directory /usr/share/Stardict/dic with the command:

$ tar xvfz Stardict-quick_xxx_xxx.tar.bz2

Move to directory /usr/share/Stardict/dic by type :

$ mv Stardict-quick_xxx_xxx /usr/share/Stardict/dic

Happy Testing.....!!!
Read More...!!

Install RSSOwl in 2.0.1 In Ubuntu Karmic Koala (9.10)


To Install RSSOwl 2.0.1 on ubuntu Karmic koala are not difficult, to install it, follow these steps:

Login as root and add your souceslist by type :




$ sudo su
$ gedit /etc/apt/sources.list

add this line :

deb http://packages.rssowl.org/ubuntu karmic main

Save and exit, then update your repository by type :

$ apt-get update

to Install it, just typing :

$ apt-get install rssowl

Happy Testing...!!!
Read More...!!

Install and Compile Gimp 2.7 in Ubuntu Karmic Koala (9.10)

This is an unstable development version of the GNU Image Manipulation Program. Please realize that this is just a snapshot of the development tree. We are working hard towards GIMP 2.8, the next stable release. GIMP 2.7 is in no way a final product. A lot of new features are incomplete and some things may even be completely broken. If you need to get work done, please use the stable version, GIMP 2.6. to more information, here

Gimp in ubuntu 9.10 version is 2.6, to upgrade the previous version to the version of gimp 2.7 is as follows:

Login ass root and add your sources.list repository by type :

$ sudo su
$ gedit /etc/apt/sources.list

add this line :

deb-src http://ro.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

Update your sources.list by type :

$ apt-get update

Install Build esential by type :

$ apt-get build-dep gimp

Download Sources gimp 2.7 here  then extract after you downloaded by type :

$ tar -xjf gimp-2.7.0.tar.bz2

Install and Compile this package by type :

$ ./configure
$ make
$ make install

The last one with your user password. Notice that you can install it as normal user too, by specifying a prefix in your home directory for example and including the bin directory in your $PATH variable:

$ ./configure --prefix=/home/USER/usr
$ make
$ make install


Note : No super User (root) needed in this case


Happy Testing...
Sources : Here

Read More...!!

Install Remastersys to Remastering Ubuntu Karmic koala 9.10


Remastersys is an application to remaster ubuntu, and for those who want to recreate your ubuntu as your own work, you must learn the application, to install this application you can follow the following ways:

We must add the repository sources list by type :



$ sudo su
$ gedit /etc/apt/sources.list

add this line :

deb http://www.geekconnection.org/remastersys/repository karmic/

Save and exit, and update and install repository by type :

$ apt-get update
$ apt-get install remastersys

To using remastersys you can see Here
Read More...!!

Disable Splash Screen On Ubuntu Karmic Koala 9.10


Splash screen in ubuntu  Karmic koala 9.10 cause slow effect  boot time on your ubuntu machine, and one to accelerate one of ubuntu you can disable your ubuntu splash screen, to do that, follow these steps:

Login as root by type :



$ sudo su
$ gedit/etc/default/grub

Find this line :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Remove "quiet splash" to be:

GRUB_CMDLINE_LINUX_DEFAULT=" "

Then exit and save, and update your grub by type :

$ update-grub

Happy Testing.....!!!
Read More...!!

Install Virtualbox 3.1 in Ubuntu Karmic Koala (9.10)


VirtualBox is an application suitable for use to create a virtual machine on your computer, this version of virtualbox 3.1 already supports usb as the previous version, virtualbox on previous versions have support for usb.

To install this application, we follow these steps:
add sources list by type :



$ sudo su
$ gedit /etc/apt/sources.list

add this line :

deb http://download.virtualbox.org/virtualbox/debian karmic non-free

Update and install sources repository by type :

$ apt-get update
$ apt-get install virtualbox-3.1

To more information. Here....!!!

Happy Testing.


Read More...!!

Network Monitoring Using Snort on Ubuntu


Snort is a favorite application for the users of the network for better monitoring network activity of local computer or Internet networks.
Snort is one application that can analyze real-time traffic 'and logging ip, port able to analyze and detect all kinds of outside activities such as buffer overflows, stealth port scans, CGI attacks, SMB probes, OS fingerprinting. snort it by default has the 3 most important things are:

  • packet sniffer, like tcpdump, iptraf, etc.
  • packet logger, which is useful for packet traffic, etc.
  • NIDS, intrusion detection at the network.

To intstall it,  follow these steps :
Download snort package by type on the teminal


$ wget -c http://www.snort.org/dl/snort-2.0.0.tar.gz
$ wget -c http://www.snort.org/dl/rules/snortrules-stable.tar.gz

Extract snort by type :

$ tar -zxvf snort-2.0.0.tar.gz
$ cd snort-x.x.x
$ ./configure 
$ make 
$ make install

For information which is installed snort directory can be viewed by typing:

$ ./configure --help

Here is the command to use snort:

Packet Sniffer :

$ snort -vde
$ snort -vd
$ snort -v

Packet Logger


$ snort -dev -l ./log -h 192.168.2.1/24

If you still confused the instructions to snort, you dapt learn this command in snortrules-stable.tar.gz.
Happy Testing...!!!
Read More...!!

Install Driver Canon iP1300 in Ubuntu Manually

In general, the existing printer driver on ubuntu, and we can immediately install the System administration. but many features the printer does not work properly, and it causes our printer does not work properly.Here there is another way to install the printer driver manually.

to install it we follow these steps, login as root by type :



$ sudo su
$ apt-get install alien

Download driver canon ip1300 here. then extract file .tar.gz have you downloaded by type :




$ tar -xf iP2200_Linux_260.tar.gz

Delete the file. rpm which we do not need, search for files cnijfilter-common-2.60-1.src.rpm by type

$ rm -r cnijfilter-common-2.60-1.src.rpm

Go to active directory to convert file .rpm to .deb by using alien application by type :

$ alien -d -c *.rpm

then intall file .deb that converted by type :


$ dpkg -i *.deb

To install this driver we need additional packages from the repository libgtk1.2, by type :

$ apt-get install libgtk1.2

Create links between files to be more information type : "$ man ln'"

$ ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.3
$ ln -s /usr/lib/libxml2.so.2 /usr/lib/libxml.so.1
$ ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.2
$ ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3


default configuration ip2200.ppd still able to work, following only improve the results of your printer, Make your choice as the level of detail you need by type :

$ gedit /usr/share/cups/model/canonip2200.ppd


*OpenUI 
*CNQuality/Quality: PickOne
*DefaultCNQuality: 3
*CNQuality 2/High: "2"
*CNQuality 3/Normal: "3"
*CNQuality 4/Standard: "4"
*CNQuality 5/Economy: "5"
*CloseUI: 
*CNQuality
*OpenUI 
*Resolution/Output Resolution: PickOne
*DefaultResolution: 600
*Resolution 600/600 dpi: "<>setpagedevice"
*Resolution 1200/1200 dpi: "<>setpagedevice"
*Resolution 2400/2400 dpi: "<>setpagedevice"
*CloseUI: 
*Resolution

Restart cups by type :

$ killall cupsd
$ cupsd

Add your new printer

Open printing dialog in system settings
Add new printer
Choose Canon IP1300 USB # entry
When asked choose to manually choosea PPD file
browse to /usr/share/cups/model/canonip2200.ppd
Apply all settings and close wizard.

At this step, your printer is ready to work, but can’t print black colour except you add black cartridge. The next steps is the steps to make printer simulated the black colour from colour cartridge that was installed.

Go to terminal and edit file canonip2200.ppd by type :

$ gedit /usr/share/cups/model/canonip2200.ppd

and add this line

*OpenUI *CNInkCartridgeSettings/Ink Cartridge Settings: PickOne
*DefaultCNInkCartridgeSettings: color
*CNInkCartridgeSettings color: “Color Only”
*CNInkCartridgeSettings bk: “Black Only”
*CNInkCartridgeSettings bkcolor: “Both Black and Color”
*CloseUI: *CNInkCartridgeSettings


Save and exit text editor, and restart your machine by type :


$ reboot

After restart finished, go to Printer configuration in System>Administrtion>Printing and choose printer options and finish...

Happy Testing...!!
Read More...!!

Adding Right Click to Send Gmail Using Nautilus Script


Nautilus is the official file manager for the GNOME desktop. The name is a play on words, evoking the shell of a nautilus to represent an operating system shell. Nautilus replaced Midnight Commander in GNOME 1.4 and was the default from version 2.0 onwards.Nautilus was the flagship product of the now-defunct Eazel Inc. Released under the GNU Lesser General Public License, Nautilus is free software. (Wikipedia)

You can add nautilus script on the desktop shortcut send gmail in the right click, you can add by here...!!! after download, you can install it, after install try right click on the desktop. will be appear shotcut "send gmail"

Happy Testing....
Read More...!!

List of Error Messages on Ubuntu



Below is a list of error messages in Ubuntu can be from This

Num Symbol Message 1 EPERM Operation not permitted

2 ENOENT No such file or directory

3 ESRCH No such process

4 EINTR Interrupted system call

5 EIO IO error

6 ENXIO No such device or address

7 E2BIG Argument list too long

8 ENOEXEC Executable format error

9 EBADF Bad file number

10 ECHILD No child processes

11 EAGAIN Try again

12 ENOMEM Out of memory

13 EACCES Permission denied

14 EFAULT Bad address

15 ENOTBLK Block device required

16 EBUSY Device or resource busy

17 EEXIST File exists

18 EXDEV Cross-device link

19 ENODEV No such device

20 ENOTDIR Not a directory

21 EISDIR Is a directory

22 EINVAL Invalid argument

23 ENFILE File table overflow

24 EMFILE Too many open files

25 ENOTTY Not a typewriter

26 ETXTBSY Text file busy

27 EFBIG File too large

28 ENOSPC No space left on device

29 ESPIPE Illegal seek

30 EROFS Read-only file system

31 EMLINK Too many links

32 EPIPE Broken pipe

33 EDOM Math argument out of domain of function

34 ERANGE Math result not representable

35 EDEADLK Resource deadlock would occur

36 ENAMETOOLONG File name too long

37 ENOLCK No record locks available

38 ENOSYS Function not implemented

39 ENOTEMPTY Directory not empty

40 ELOOP Too many symbolic links encountered

41 EWOULDBLOCK Operation would block

42 ENOMSG No message of desired type

43 EIDRM Identifier removed

44 ECHRNG Channel number out of range

45 EL2NSYNC Level 2 not synchronized

46 EL3HLT Level 3 halted

47 EL3RST Level 3 reset

48 ELNRNG Link number out of range

49 EUNATCH Protocol driver not attached

50 ENOCSI No CSI structure available

51 EL2HLT Level 2 halted

52 EBADE Invalid exchange

53 EBADR Invalid request descriptor

54 EXFULL Exchange full

55 ENOANO No anode

56 EBADRQC Invalid request code

57 EBADSLT Invalid slot

58 EDEADLOCK EDEADLK

59 EBFONT Bad font file format

60 ENOSTR Device not a stream

61 ENODATA No data available

62 ETIME Timer expired

63 ENOSR Out of streams resources

64 ENONET Machine is not on the network

65 ENOPKG Package not installed

66 EREMOTE Object is remote

67 ENOLINK Link has been severed

68 EADV Advertise error

69 ESRMNT Srmount error

70 ECOMM Communication error on send

71 EPROTO Protocol error

72 EMULTIHOP Multihop attempted

73 EDOTDOT RFS specific error

74 EBADMSG Not a data message

75 EOVERFLOW Value too large for defined data type

76 ENOTUNIQ Name not unique on network

77 EBADFD File descriptor in bad state

78 EREMCHG Remote address changed

79 ELIBACC Can not access a needed shared library

80 ELIBBAD Accessing a corrupted shared library

81 ELIBSCN The .lib section in a.out corrupted

82 ELIBMAX Attempting to link in too many shared libraries

83 ELIBEXEC Cannot exececute a shared library directly

84 EILSEQ Illegal byte sequence

85 ERESTART Interrupted system call should be restarted

86 ESTRPIPE Streams pipe error

87 EUSERS Too many users

88 ENOTSOCK Socket operation on non-socket

89 EDESTADDRREQ Destination address required

90 EMSGSIZE Message too long

91 EPROTOTYPE Protocol wrong type for socket

92 ENOPROTOOPT Protocol not available

93 EPROTONOSUPPORT Protocol not supported

94 ESOCKTNOSUPPORT Socket type not supported

95 EOPNOTSUPP Operation not supported on transport endpoint

96 EPFNOSUPPORT Protocol family not supported

97 EAFNOSUPPORT Address family not supported by protocol

98 EADDRINUSE Address already in use

99 EADDRNOTAVAIL Cannot assign requested address

100 ENETDOWN Network is down

101 ENETUNREACH Network is unreachable

102 ENETRESET Network dropped connection because of reset

103 ECONNABORTED Software caused connection abort

104 ECONNRESET Connection reset by peer

105 ENOBUFS No buffer space available

106 EISCONN Transport endpoint is already connected

107 ENOTCONN Transport endpoint is not connected

108 ESHUTDOWN Cannot send after transport endpoint shutdown

109 ETOOMANYREFS Too many references: cannot splice

110 ETIMEDOUT Connection timed out

111 ECONNREFUSED Connection refused

112 EHOSTDOWN Host is down

113 EHOSTUNREACH No route to host

114 EALREADY Operation already in progress

115 EINPROGRESS Operation now in progress

116 ESTALE Stale NFS file handle

117 EUCLEAN Structure needs cleaning

118 ENOTNAM Not a XENIX named type file

119 ENAVAIL No XENIX semaphores available

120 EISNAM Is a named type file

121 EREMOTEIO Remote I/O error

122 EDQUOT Quota exceeded

123 ENOMEDIUM No medium found

124 EMEDIUMTYPE Wrong medium type

    * EAGAIN Operation would block

001 Document does not contain HTML or XML

002 Document does not contain HTML or XL (Close window)

12 Invalid device requested

15 File not found

17 Cannot mount selected partition

18 Selected cylinder exceeds maximum supported by BIOS

100 Continue

101 Switching Protocols

102 Processing (WebDAV)

200 OK

201 Created

202 Accepted

203 Non-Authoritative Information (since HTTP/1.1)

204 No Content

205 Reset Content

206 Partial Content

207 Multi-Status (WebDAV)

300 Multiple Choices

301 Moved Permanently

302 Found

303 See Other (since HTTP/1.1)

304 Not Modified

305 Use Proxy (since HTTP/1.1)

306 Switch Proxy

307 Temporary Redirect (since HTTP/1.1)

400 Bad Request

401 Unauthorized

402 Payment Required

403 Forbidden

404 Not Found

405 Method Not Allowed

406 Not Acceptable

407 Proxy Authentication Required

408 Request Timeout

409 Conflict

410 Gone

411 Length Required

412 Precondition Failed

413 Request Entity Too Large

414 Request-URI Too Long

415 Unsupported Media Type

416 Requested Range Not Satisfiable

417 Expectation Failed

421 There are too many connections from your internet address

422 Unprocessable Entity (WebDAV)

423 Locked (WebDAV)

424 Failed Dependency (WebDAV)

425 Unordered Collection

426 Upgrade Required

449 Retry With

500 Internal server error

501 Not Implemented

502 Bad Gateway

503 Service Unavailable

504 Gateway Timeout

505 HTTP Version Not Supported

506 Variant Also Negotiates

507 Insufficient Storage (WebDAV)

509 Bandwidth Limit Exceeded

510 Not Extended

530 User access denied

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

ERROR 1049 (42000): Unknown database 'foobar'

Application initialization failed: couldn't connect to display :0.0

Argument list too long

audio: /dev/dsp: No such file or directory

automake: Makefile.am: not supported: source file foobar.c is in subdirectory

BAD PASSWORD: it's WAY too short

/bin/sh: bad interpreter: Permission denied

/bin/sh: bad interpreter: Text file busy

Cannot Allocate Memory

Can't read superblock

C++ compiler cannot create executables

codec_read: codec 0 is not valid 0xfe0000

Compatibility levels before 4 are deprecated

config.status: error: cannot find input file: src/Makefile.in

configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.

configure.ac: warning: macro 'AM_CXXFLAGS' not found in library

configure: error: Couldn't find required function socket

configure: error: source directory already configured; run "make distclean" there first

Connection closed by foreign host

could not set realtime priority

cpp: error trying to exec 'cc1plus': execvp: No such file or directory

db.h: No such file or directory

'DB_ENV' has no member named 'mp_size'

/dev/dsp: No such file or directory

device /dev/dsp can't be opened (Device or resource busy)

E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)

E: Dynamic !MMap ran out of room

emerge: superuser access is required

E: Error occurred while processing xfmedia-dev (NewVersion1)

E: Problem with MergeList /var/lib/apt/lists/foobar

E: The package lists or status file could not be parsed or opened.

E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

Error opening /dev/mixer

error: termcap.h: No such file or directory

error: ../version.h: No such file or directory

File is corrupt or incomplete. (Digests do not match)

(gnome-obex-server:6848): WARNING : Unable to register SDP record for OPUSH

GRUB GRUB GRUB GRUB

GRUB loading stage 1.5.

GRUB loading, please wait...

login: Permission denied

make[1]: * [all-recursive] Error 1

make: * [all] Error 2

make[1]: Entering directory

make[1]: Leaving directory

make: *** No rule to make target `distclean'. Stop.

Makefile: : *** missing separator. Stop.

Makefile.am: required file `./depcomp' not found

Makefile.am: required file `./INSTALL' not found

Makefile.am: required file `./NEWS' not found

Makefile.am: required file `./README' not found

Makefile.am: required file `./AUTHORS' not found

Makefile.am: required file `./ChangeLog' not found

Makefile.am: required file `./COPYING' not found

mount: unknown filesystem type 'nfs'

mount: /foobar : can't read superblock

mysql said: ERROR 1049 (42000): Unknown database 'bugzilla'

nfs warning: mount version older than kernel

No Mail

No SMC Ultra card found

No utmp entry. You must exec "login" from the lowest level "sh"

Operation not permitted

/dev/dsp: Permission denied

Plain text password authentication is disallowed. Please try enabling SSL or TLS in your mail client.

Problem with internal logger

error opening mixer

Kernel Panic: VFS: Unable to mount root fs on 03:05

L99 99 99 99 99 99 99 99 99 99 99 99 99

ld: cannot find -lbdb

lp0 on fire

passwd: Authentication token lock busy

Please append a correct "root=" boot option

Segmentation fault

stellarium: error while loading shared libraries: libQtOpenGL.so.4: cannot open shared object file: No such file or directory

tar: This volume is out of sequence

telnetd: getpty: No such file or directory

Too many levels of symbolic links

VFS: Cannot open root device "hda5" or 03:05

warning: 'foo' is deprecated

Warning: Kernel & BIOS return differing head/sector geometries for device 0x80

Xlib: connection to :0.0 refused by server

Xlib: Client is not authorized to connect to Server

You Are Not Licensed To Access The Symbol

You do not have a listening peer-to-peer connection

You don't exist. Go away

You have mail

531 . execvp: No such file or directory
Read More...!!

Install Printer HP All In One on Ubuntu Karmic Koala (9.10)


hp printer all in one is a versatile printer, their role can copy, scan and printing, to connect the printer hp all in one on your ubuntu machine, you can do easily, by following these steps:

connect the printer cable into your laptop, then remove the entry of this type of printer in System >Administration > Printers.
For this printer usb settings, go to the terminal login as root by type :



$ sudo su
$ hp-setup

To check errors or troubleshooting you can check it in terminal by typing :

$ hp-check -r

Happy Testing....!!!
Read More...!!

Create Open VPN on Ubuntu Karmic Koala (9.10)

A VPN (Virtual Private Network) is a computer network that is implemented in an additional software layer (overlay) on top of an existing larger network for the purpose of creating a private scope of computer communications or providing a secure extension of a private network into an insecure network such as the Internet. (Wikipedia)


Connect to VPN connections you can install vpn network manager, to install it go to terminal login as root by type:

$ sudo su
$ apt-get network-manager-vpnc


To connect to a VPN network using OpenVPN (SSL), install the plugin by type:


$ apt-get install network-manager-openvpn


To configure Network VPN Go to Network > VPN connection > Configure VPN more detail Ubuntuguide
Happy Testing....!!
Read More...!!

How To Install Huawei Modem e220 Using Operator Telkomflash on Ubuntu Karmic Koala (9.10)

Huawei e220 usb modem on ubuntu Karmic in detection as a removable drive going and we are confused to configure for internet connection, an easy way to configure with telkomflash the following :

Go to system > Preference > Connections Manager and click mobile broadband
  • Add
  • Forward > Choose the Country ex :"Indonesia"
  • Forward > Choose Operator ex : " Telkomsel"
  • Forward and Apply "remove username and password"

And if you want to safety remove the usb modem, you can do that by typing:

$ sudo su
$ rmmod usb-storage
$ modprobe -r option
$ modprobe -r usbserial
$ modprobe usbserial vendor=0x12d1 product=0x1001

Happy Testing....!!

Read More...!!