Upgrade Pidgin 2.4.1 To Pidgin 2.5.2


Ubuntu usually does not provide update packages for Pidgin application. We can update your application Pidgin with the newest package to download and install in manually. Here is how to installation: Uninstall Old Versions Pidgin

Run Synaptic, System -> Administration -> Synaptic Package Manager. Then close all applications associated with the package "pidgin".

Download Pidgin Newest Applications

Pidgin package can be downloaded on the web at official http://www.pidgin.im/download/source/ but the form of the source package. Shaped DEB package can be downloaded here Repo UGM and download all its DEB packages.
Install Applications Through DEB Package

$ sudo dpkg -i *.deb

After this, Pidgin Internet Messenger can be found in the Application menu → Internet.

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

Telkomflash Configuration On Ubuntu

 Mobile phone connection with the USB cable. Go through the terminal Applications> Accessories> Terminal. Type the command :

$ lsusb

This command to keep track of all the existing USB connection dikompie. If successful it will look like this:

Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 062a:0000 Creative Labs Optical Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 0fce:d068 Sony Ericsson Mobile Communications AB
Bus 001 Device 001: ID 0000:0000


Go to terminal and type :


$ cd /etc/and 
$ sudo gedit wvdial.conf

Enter the super user password for you. Through this command us to open a folder etc stored there wvdial configuration that we will change. If successful, the wvdial.conf ready to edit. We live enter the following configuration:

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,\”IP\”,\”internet\”
Modem Type = USB Modem
Phone = *99***1#
ISDN = 0
Username = ”
Password = ”
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0

; Phone =
; Password =
; Username =

# Back to the terminal window. Type wvdial. See the results, such as the following appear if you have ever successfully connected to the internet

--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","internet"
AT+CGDCONT=1,"IP","internet"
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!}!} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$7{~
–> Carrier detected. Waiting for prompt.
~[7f]}#@!}!}”} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$}]i~
–> PPP negotiation detected.
–> Starting pppd at Thu May 29 08:32:01 2008
–> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
–> –> PAP (Password Authentication Protocol) may be flaky.
–> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
–> –> CHAP (Challenge Handshake) may be flaky.
–> Pid of pppd: 6031
–> Using interface ppp0
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> local IP address 221.132.239.212
–> pppd: ?/
–> remote IP address 10.64.64.64
–> pppd: ?/
–> primary DNS address 202.3.208.10
–> pppd: ?/
–> secondary DNS address 202.3.210.10
–> pppd: ?/

To Disconnect ctrl + c or close the Terminal

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

Configuring LCD Projector In Ubuntu (All distributions)

On my laptop, acer aspire 4520 LCD Projector is not running properly. At the time trials on the distribution fiesty Fawn. Well for that we are doing the steps below.

Open file /etc/X11/xorg.conf With Command

$ sudo gedit /etc/X11/xorg.conf


Find the section under

Option “TwinView” “0″
Option “metamodes” “1280×800 +0+0; 800×600 +0+0; 640×480 +0+0″

Change With

Option “TwinView” “true”
Option “metamodes” “1280×800 1024×768 800×600 640×480″

Then Add Options

on “TwinViewOrientation” “Clone”

To be:

Section “Screen”
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 24
Option “TwinView” “true”
Option “metamodes” “1280×800 1024×768 800×600 640×480″
Option “TwinViewOrientation” “Clone”
Option “NoLogo” “True”
SubSection “Display”
Depth 24
Modes “nvidia-auto-select”
EndSubSection
EndSection

Then Restart your Ubuntu and Plug the cable on the laptop projector.

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

Install Open Office 3.0.0 in Ubntu Hardy

To install open office 3.0.0 we first have to download the packet OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz after downloading open terminal, go to the directory that you have downloaded. remove first before installing the old open office through Synaptic Package Manager, then remove the old open office.


step install

$ tar xvfz OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz

Then Install

$ sudo dpkg-i *. deb

completed, eith .....!!! not all of them, after that install desktop-integration office to open the menu appears on the office.

$ cd desktop-integration /

$ sudo dpkg-i debian-openoffice.org3.0-menus_3.0-9354_all.deb

-------------------------------------------------- -------------------------------------
There is an error message, try to look carefully, what the conflict package ...??? open-office core. Now remove the packages that conflict using Synaptic package manager. after that install more desktop-integration with the command above.

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

Hacking LiveCD Ubuntu (Remaster)


In this page will explain how in how to create a Live CD of Ubuntu-based where you can add, so that the package is expected in the Live CD that can generate to meet your needs.
Minimal system is in use

1. Empty hard disk of 3 - 5 GB (the big empty space, the more recommended)
2. Memory 512MB and 1 GB swap (the larger the memory, more recommended)
3. Package squashfs-tools, mkisofs and dchroot
4. Programs such as Qemu virtualization, VirtualBox, VM Ware and other
5. ISO file Ubuntu Desktop Live CD

Process

First, you must install the packages that need such as the Package squashfs-tools, mkisofs and dchroot. for that you need to install packages
sudo apt-get install squashfs-tools dchroot mkisofs qemu
The next step is to load squashfs module
sudo modprobe squashfs

Copy the files that are in need
Prepare the ISO from the Ubuntu Desktop Live CD you, and then copy the files that are in need

$ sudo mount -o loop ubuntu-7.10-desktop-i386.iso /media/cdrom
$ mkdir extract-cd
$ rsync –exclude=/casper/filesystem.squashfs -a /media/cdrom/ extract-cd

Extracts Desktop System
Mount the file system squashfs

$ mkdir squashfs
$ sudo mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs

Extract isi squashfs into directory i ‘edit’

$ mkdir edit
$ sudo cp -a squashfs/* edit/

Preparation and use the chroot If you want to use the network, do the following

$ sudo cp /etc/resolv.conf edit/etc/
$ sudo cp /etc/hosts edit/etc/
$ sudo chroot edit
$ mount -t proc none /proc
$ mount -t sysfs none /sys
$ export HOME=/root
$ export LC_ALL=C
$ exit

-Customize

Will explain in a few tips for the custom Ubuntu Live CD apt-geet You can add and subtract the packages that are in the edit command apt, dpkg and aptitute. To customize the list of the main repository of machine do the edit with the following command:

$ sudo cp /etc/apt/sources.list edit/etc/apt/sources.list  
$sudo chroot edit apt-get update && 
$ apt-get upgrade apt-get install

package_will_be_installed

this is useful to compare the packages from the source system and chroot your main system, would more properly if you have your own repository in your system, so the chroot system you can access the repository and save bandwidth.
You can view the packages that have been inserted in the edit in a way:

$ dpkg-query -W --showformat='${Installed-Size} ${Package}n' | sort -nr | less

If you want to remove some packages do always with an eye to purge the package really clear in the

$ apt-get remove --purge package_will_be_remove

/!Important, the package will result in the pairs of the size of the iso file in the output. and number of packages that may reduce the in so will reduce the performance, please note on the dependency/dependency on the package that will dispose of. Note also that the number of packages installed, the more so when the package is run LiveCD will require a large memory that can cause LiveCD not booting in the karenakan Over load

-Background Picture for GNOME


Generally, the background image on the desktop is in directory:

1. /usr/share/gnome-background-properties/ubuntu-wallpapers.xml  
2. /etc/gconf/gconf.xml.defaults/%gconf-tree.xml

If you have a background image Warty-final-ubuntu.png then copy the background image on your

/usr/share/backgrounds/ then change string /etc/gconf/gconf.xml.defaults/%gconf-tree.xml

be

/usr/share/backgrounds/warty-final-ubuntu.png

Then save the file

-Icons for GNOME


You can add icons to your pet in your new system LiveCD, there are two methods to get a new icon:

1. Copy manually. The icons that are in your system are in ~/.icons dan /usr/share/icons. or you can add icons in the gnome-art site and copy to /usr/share/icons
2. APT-Get

If you want to edit in a chroot system using icons Docang the steps are as follows:

$ sudo cp -R /usr/share/icons/Docang/ edit/usr/share/icons/

Then edit string on

/etc/gconf/gconf.xml.defaults/%gconf-tree.xml 

be

Docang


Then save the file

-Gnome-Themes

You can add your theme on Gnome LiveCD your new system. Almost the same method with the icon.
If you want to edit in a chroot system using the theme Docang the steps are as follows:

$ sudo apt-get install docang-theme

Or

$ sudo cp -R /usr/share/themes/Docang edit/usr/share/themes/  

The String

/etc/gconf/gconf.xml.defaults/%gconf-tree.xml be

Docang


Then save the file on the Change the default language for gfxboot conversion should be done outside the chroot

$ sudo -s apt-get install dpkg-dev  
$ apt-get source gfxboot-theme-ubuntu gfxboot cd gfxboot-theme-ubuntu*/ make DEFAULT_LANG=id  
$ sudo cp -af boot/* ../extract-cd/isolinux/  
$ exit

-Costumization Limit

Once you customize, make sure that the user does not have a UID> = 1000. If the image you can not booting because the user does not have available (see /usr/lib/user-setup/functions.sh and /usr/lib/user-setup/user-setup-apply). Do in the chroot command:


$ grep '^[^:]*:[^:]*:[1-9][0-9][0-9][0-9]:’ /etc/passwd grep ‘^[^:]*:[^:]*:[12][0-9][0-9][0-9][0-9]:’ /etc/passwd

If you are successful, try to change the UID:

$ usermod -u 500 $hit

-Custom-Continue

You can make the system Customize Continue chroot your Live CD

-Kernel-Live CD

You can change the kernel in the chroot system with your Live CD and copy vmlinuz and initrd in place in extract-cd/casper (do not forget to get on the ap-kernel actually (one of them is in livecd).
example:

$ sudo cp /boot/vmlinuz-2.6.22-14-386 extract-cd/casper/vmlinuz  
$ sudo cp /boot/initrd.img-2.6.22-14-386 extract-cd/casper/initrd.gz


-Boot-init

You can change the files in /usr/share/initramfs-tools/scripts/casper-bottom/*. For example you can change the host name and the name of the livecd nengguna
example:

$ sudo nano edit/usr/share/initramfs-tools/scripts/casper

Then edit the host name and user name

$ sudo nano edit/usr/share/initramfs-tools/scripts/casper-bottom/10adduser

To change the user password livecd

-Reuilding initrd

After you modify the kernel, init skript or kenel the latest module, you must re-build the initrd.gz file and replace it in the directory casper

$ sudo chroot edit mkinitramfs -o /initrd.gz 2.6.22-14-386

Please exit chroot and move the file into extract-cd/casper:
exit  

$ mv edit/initrd.gz extract-cd/casper/

-Clearing

Make sure you remove all the temporary files that are not in perlukanlagi, this is because the limited space of the CD. An example is the old file pengunduhan package, can be in the clear:

$ apt-get clean
$ rm -rf /tmp/*
$ rm /etc/resolv.conf
$ umount /proc
$ umount /sys
$ exit

-Creating CD

Regenerate manifest

$ chmod +w extract-cd/casper/filesystem.manifest
$ sudo chroot edit dpkg-query -W –showformat=’${Package} ${Version}n’ > extract-cd/casper/filesystem.manifest
$ sudo cp extract-cd/casper/filesystem.manifest extract-cd/casper/filesystem.manifest-desktop
$ sudo sed -ie ‘/ubiquity/d’ extract-cd/casper/filesystem.manifest-desktop

-Compress File System


$ sudo rm extract-cd/casper/filesystem.squashfs
$ sudo mksquashfs edit extract-cd/casper/filesystem.squashfs

Set your name in extract-cd/README.diskdefines

$ sudo vim extract-cd/README.diskdefines

Delete file md5sum.txt calculations and again file md5sums

$ sudo -s
$ rm extract-cd/md5sum.txt
$ cd extract-cd && find . -type f -print0 | xargs -0 md5sum > md5sum.txt
$ exit

- Create ISO


$ cd extract-cd
$ sudo mkisofs -r -V “$IMAGE_NAME” -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-7.10.1-desktop-i386-custom.iso .

- Testing CD

Test with qemu emulator

$ qemu -cdrom ubuntu-7.10.1-desktop-i386-custom.iso -boot d

or you can use diferent program ex: VirtualBox, Vmware
Burning ISO to CD

Easy! and do it:

$ cdrecord dev=/dev/cdrom ubuntu-7.10.1-desktop-i386-custom.iso

I have successfully used this way in 7:10 ubuntu but I try not to ubuntu 8:04 and 8:10

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

Change FSCK To Auto FSCK

In the process of booting, the process will be more 3-5 long become longer. FSCK is filesystem check. filesystem so we akan in check in every 26 times dimount.

To disable FSCK we must install packet: AutoFsCk

download below.

https://wiki.ubuntu.com/AutoFsck

after the install that has been run package
in the install:

System/Administrator/Periodic Disk Checking

Then configure and click OK.

Hopefully Can Help
Read More...!!

Upgrade Ubuntu Hardy (8.04) to Ubuntu Interpid (8.10) Using CD

This step is to upgrade your Ubuntu using the CD. You enter your live CD type the command

$ gksu "sh /cdrom/cdromupgrade"

For Kubuntu

$ kdesudo "sh /cdrom/cdromupgrade"

Happy Testing
Read More...!!

Upgrade Ubuntu Hardy (8.04) To Ubuntu Interpid (8.10) Using CD Image ISO

To upgrade your Ubuntu Desktop Through media CD / ISO, if you are in the low internet connection, or lazy to upgrade your ubuntu via the Internet, you can use the steps below.

before we start, we must prepare for what we need Ubuntu Desktop image file if you want to use the ISO
This step is to upgrade your Ubuntu using the image file. Log in to the terminal, then typing the command:

$ sudo mount -o loop /Desktop/ubuntu-8.10-alternate-i386.iso /media/cdrom0
$ gksu "sh /cdrom/cdromupgrade"

Enter.
Happy Testing
Read More...!!

Problems installing HP Laserjet P1006 in Ubuntu Hardy

HP Laserjet P1005/1006/1007/1008 requires a special driver that can run on ubuntu, because the drivers that Repo hardy not compatible.
Driver for ubuntu you can download below

http://foo2xqx.rkkda.com/

Now the problem can not be memngenali ubuntu usb_printerid or usb printer, now we run with the command

$ sudo usb_printerid /dev/usb/lp0

the printer is now detected and a message will appear

$ sudo usb_printerid /dev/usb/lp0

GET_DEVICE_ID string:
MFG:Hewlett-Packard;MDL:HP LaserJet P1006;CMD:HBS,PJL,ACL;CLS:PRINTER;DES:HP LaserJet P1006;FWVER:20070910;

However, when the printing device dead checks conducted ago

/dev/usb/lp0
$ sudo usb_printerid /dev/usb/lp0

Message :

Error: No such file or directory: can’t open ‘/dev/usb/lp0′

but this will run on ubuntu gutsy. if the above step in the install on gutsy does not have a problem. means that the problem in hardy HP Laserjet P1005/1006/1007/1008


If the install ubuntu gutsy on it smoothly. following steps to install theHP Laserjet P1005/1006/1007/1008 in gutsy

Download driver hp with the command

$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz

foo2zjs.tar.gz

extact downloaded file

$ tar xzvf foo2zjs.tar.gz

go to directory /foo2zjs

$ cd foo2zjs

install driver

$ make
$ ./getweb p1006
$ sudo make install
$ sudo make install-hotplug

in gutsy, if not have a problem, but still not in the hardy compatible. we wait for changes

Happy Testing
Read More...!!

Make VLC To default DVD Players

Usually when we play DVD movies/music then the movie player is shown. if you want to change the VLC as the default DVD player, follow the steps below:

$sudo su
$mkdir ~/.local/share/applications




copy standar VLC setting with command

$ cp /usr/share/applications/vlc.desktop ~/.local/share/applications/vlc-dvd.desktop

edit file : vlc-dvd.desktop

$gedit ~/.local/share/applications/vlc-dvd.desktop

Find the file below

Exec=vlc %U

Change With

Exec=vlc %f

Done.

It is recommended to configure your file below input command

Exec=vlc --vout-filter deinterlace --deinterlace-mode blend --volume 512 %f
Exec=vlc --vout-filter deinterlace --deinterlace-mode blend --volume 512 --fullscreen %f

create a new file to the VLC better performance

$ gedit ~/.local/share/applications/mimeapps.list

[Added Associations]
x-content/video-dvd=vlc-dvd.desktop;totem.desktop;

Add this Line

[Added Associations]
x-content/video-dvd=vlc-dvd.desktop;totem.desktop;

And save.
VLC then you're ready to play the dvd by default.

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

Hide Recent Document In Ubuntu

So in this paper I will give tips to the recent document on ubuntu In recent document we can see what data we open dapt we find, you may well want to maintain the privacy of your data eg: essay, novel, mp3 and video of our private we have been open akan recorded in the recent document.

Well this time I find to clear the recent deocument us, the way Go to Terminal, and enter the command:

$ sudo su
$ chattr +i /home/iyankz/.recently-used.xbel

Done.

Happy Testing
Read More...!!

Install Internet Radio On Ubuntu

We must create a folder / Win32 first in deirektory

/usr/lib/win32

$ sudo su
$ mkdir -p /usr/lib/win32


And download the package below with the command

$ wget ftp://repo.ugm.ac.id/ekstra/other/all-20071007.tar.bz2

Extract That file

$ tar xvjf all-20071007.tar.bz2

Then copy the file using the command 

$ cp all-20071007/* /usr/lib/win32/

Happy Testing
Read More...!!

Automatic Shutdown On Ubuntu

There are two ways to automatically shutdown

1. Installing the gshutdown
2. Using Terminal

With gshutdown, install the first gshutdown

with the command

$ sudo su

$ apt-get install gshutdown

Just run gshutdown

setting time and the shutdown command but often problematic gshutdown and I use only use the second terminal,

$ sudo su

$ shutdown +60 -h

Shutdown = shutdown
+60 = 60 minute
-h = halt

Dont close The terminal if you running it.

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

Convert NRG To ISO On Ubuntu

In linux, there is no way direct mount nrg image files created proprietary applications nero. What should be done is convert it into formats that are recognized in Linux. Using a small application nrg2iso, you can convert the nrg file.
To install this appliaction follow these steps : 

$ apt-get install nrg2iso

After you install the application nrg2iso, open your terminal and run:

$ sudo su

$ nrg2iso old_file.nrg new_file.iso

Happy Testing
Read More...!!

Change Hostname on ubuntu

$ iyankz@minez:-$

iyankz over as the username, as minez hostname. hostname is created when we install linux and difficult to change. I want to change, follow the steps below: if you want to change, just open the configuration file


$ sudo nano /etc/hostname

Alt+F2 (Run), type gksu gedit /etc/hostname

or kate,  

$ kdsu kate /etc/hostname

Happy Testing
Read More...!!