Showing posts with label Jaunty Jackalope. Show all posts
Showing posts with label Jaunty Jackalope. Show all posts

Design Digital Circuits in Ubuntu Using gEDA

gEDA is an application for designing digital electronic circuits, such as: PCB, circuit and part of the digital electronic circuit. which is usually used by people to design electro electronic circuit. 


gEDA also may assist you in designing a digital electronic circuit, or in other words assemble simulation applications in digital electronic circuits.

You can download this application package here:


To operate the application, you can visit the official website gEDA here:


http://www.gpleda.org/index.html

Read More...!!

Diasble File Browser Password in Ubuntu Karmic (9.10) and Jaunty (9.04)

In ubuntu karmic koala (9.10) and jaunty jackalope (9.04) when we using file browser to find ore open file we always ask for root password to acces file browser, to disable it follow this steps :



Open Terminal and login as root by type :

$ sudo su

Edit file org.freedesktop.devicekit.disks.policy by type :


$ gksudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy

Find this line :

<allow_active>auth_admin_keep</allow_active>

And change it to :

<allow_active>yes</allow_active>

Save and restart your machine, 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...!!

Sound Problems on HP Compaq CQ40-401 in Ubuntu Jaunty (9.04)


In the laptop types HP Compac CQ40-401 is generally a problem they have compatible hardware, but the sound is a bit problematic, and to fix the problem follow the steps below:

Go to Application > Accesories > Terminal
login as root by type







$ sudo su
$ gedit /etc/modprobe.d/alsa-base.conf


add this line in text editor :


alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1


Go to System > Preference > Sound
select all for Alsa Sound settings

Go to terminal and type :

$ gedit /etc/group

change this line : 

audio:x:29:pulse

to

audio:x:29:[username],pulse

ex :

audio:x:29:minez,pulse

Save and Reboot your machine by type :

$ reboot

Good Luck...!!
Read More...!!

Setup Virtual IP Address in Ubuntu Jaunty (9.04)


For your ubuntu, is more than one ip address (second IP address), you simply edit /etc/network/interface file, for more complete and he went on, we follow these steps:
Login as root by type :

$ sudo su
$ gedit /etc/network/interfaces



auto eth0
iface eth0 inet static
address 192.168.2.3
netmask 255.255.255.0
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x

 # add following line to last. for second ip address

auto eth0:1
iface eth0:1 inet static
address 192.168.2.30
netmask 255.255.255.0
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x
 After you added the following line, restart your network service by type :

$ /etc/init.d/networking restart


Happy Testing...!!

Read More...!!

Upgrade Pidgin To Version 2.5.8 in Ubuntu Jaunty (9.04)


In the previous post of pidgin, this application can not connect to yahoo, because here  the setting on the pidgin server must be replaced with cn.scs.msg.yahoo.com, but it is still often an error. one way to fix it by upgrading the application to version 2.5.8. to upgrade this application, follow these steps :
add your source repository in sources.list by type :



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



and add this line on your repository :
deb ftp://repo.ugm.ac.id/pidgin-developers/ jaunty main
and save...!!
update your sources repository by type :

$ apt-get update

and install pidgin version 2.5.8 by type :

$ apt-get install pidgin pidgin-data

Backup your pidgin configuration by :

$ mv .purple .purple-backup

Finish....!!!
For other versions of ubuntu, select the source below:
Ubuntu Hardy (8.04)
deb ftp://repo.ugm.ac.id/pidgin-developers/ hardy main

Ubuntu Interpid (8.10)

deb ftp://repo.ugm.ac.id/pidgin-developers/ intrepid

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

Pidgin problems connecting to Yahoo in Ubuntu Jaunty (9.04)

yahoo can not be accessed by pidgin internet messenger applications in ubuntu, after searching for the source, the official statement in the Yahoo blog is written as follows:
In an effort to provide the best experience for our users and maintain high security standards, we will officially retire Yahoo! Messenger versions 6.0 through 7.5 in August, 2009. This means that if you are currently using a version of Yahoo! Messenger that is below 8.0, you will no longer be able to sign in and use it after the retirement date in August.

To fix the problem, follow these steps:
For Pidgin Internet Messenger users, upgrade Pidgin Internet Messenger latest version is 2.5.7 which can be downloaded here or you can make changes to the way pager server menu click "Accounts" -> "Manage Accounts" -> select username -> click "Modify" -> Select "Advanced" tab. On Page one of the servers fill below variable :
1. cn.scs.msg.yahoo.com
2. cs101.msg.mud.yahoo.com
3. 66.163.181.189
4. 66.163.181.106
























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

Recover Gnome Desktop Panel On Ubuntu Jaunty (9.04)


 In this post I will explain how to recover a broken gnome panel, or not appear at all on your ubuntu desktop. gnome panel damage usually occurs due to user error when using gconf-editor, not intentional or due to a failed update ubuntu.
to repair it follow these steps :
Go to terminal, or press alt+F2 :

$ sudo su

Go to Home directory by type :

$ cd home

and remove your Gnome desktop setting by type :

$ rm -rf .gnome .gnome2 .gconf .gconfd

reboot your ubuntu by type :

$ reboot  

restart your ubuntu and look results.....!!
Read More...!!

Creating Mail Server on Ubuntu Jaunty (9.04) with Postfix, Dovecot, SASL and Squirrel Mail

A mail server (also known as a mail transfer agent or MTA, a mail transport agent, a mail router or an Internet mailer) is an application that receives incoming e-mail from local users (people within the same domain) and remote senders and forwards outgoing e-mail for delivery. A computer dedicated to running such applications is also called a mail server. Microsoft Exchange, qmail, Exim and sendmail are among the more common mail server programs.
Here we will try to install applications on ubuntu mail server Jaunty (9:04) by using Postfix, Dovecot, SASL and Squirrel Mail, follow these steps :
Install Postfix MTA (Mail Transfer Agent)

$ sudo su
$ apt-get install postfix postfix-tls libsasl2-2 sasl2-bin libsasl2-modules


During the installation process you must fill in the name of the server by filling in your domain name.
Install Dovecot

$ apt-get install dovecot-imapd dovecot-pop3d dovecot-common

after installation is complete, you need to edit the dovecot configuration files in the directory /etc /dovecot/dovecot.conf, to the configuration file. use the command:

$ gedit  /etc /dovecot/dovecot.conf

edit that into:
protocols = pop3 imap
# uncomment this and change to no.
disable_plaintext_auth = no
pop3_uidl_format = %08Xu%08Xv


Save and exit...!!

Configuring SASL Authentication with TLS

edit /etc/postfix/main.cf  configuration by type :

$ gedit /etc/postfix/main.cf

Enter the following configuration to the end of the file /etc/postfix/main.cf that you had
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = yourdomain.com
smtpd_recipient_restrictions =
permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_security_options = noanonymous


Save and exit,  then Run the command:

$ rm -r /var/run/saslauthd/
$ mkdir -p /var/spool/postfix/var/run/saslauthd
$ ln -s /var/spool/postfix/var/run/saslauthd /var/run
$ chgrp sasl /var/spool/postfix/var/run/saslauthd
$ adduser postfix sasl


You should configure file /etc/dovecot/dovecot.conf  to determine dovecot  daemon socket:

$ gedit /etc/dovecot/dovecot.conf

enter the information below:
auth default2 {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}}}

 Save and exit.

Install Squirrel mail

$ apt-get install apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi squirrelmail

after installation completed, we must edit configuration file /etc/apache2/apache2.conf by type :


$ gedit  /etc/apache2/apache2.conf

enter the information below:

Include /etc/squirrelmail/apache.conf 

Reboot your machine by type :

$ reboot


and  Check your work by :
Open your browser and type this http://ip_anda/squirrelmail  into address bar your browser. If your configuration is correct, then you will view the first entry squirrelmail login, then enter your user name and password. if any, follow the above configuration to the right.
Happy Testing...!!
Read More...!!

Install Mac Fonts Fille .dfont into .ttf in Ubuntu Jaunty (9.04)

This article in the can when I'm looking for material to post today,  I finally found an interesting article for the post on my blog. to convert mac fonts .dfont into .ttf fonts for ubuntu, it can be used easily, to convert these fonts, follow these steps:
to compile mac fonts. dfont the ubuntu font. ttf is using fondu applications, or this application information can be read here: fondu.sourceforge.net 


or you can install automatic this application by type :

$ sudo su
$ apt-get install fondu

if fondu application is not avaliable on your system, you can download source fondu application here, after download finished, you can compile this sources by type :

$ cd /(your downloaded directory)
$ tar xvzf file.tgz (sources fondu)
$ cd /(fondu directory extracted)
$ ./configure
$ make

and last step make install :

$ make install

and to convert .dfont into .ttf you can type :

$ fondu name_of_dfont_file.dfont

Finish.....!!
and Happy Testing.....!!!
Read More...!!

Install Opera 10 in Ubuntu 9.04 (Jaunty) Using apt-get


Opera Vesrsion 10 has been released, and in this version opera have mainstay feature : turbo, to install opera version 10 final released can use by apt-get :



add your repository for installing opera on directory /etc/apt/sources.list by type :


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

and add following line :


deb http://deb.opera.com/opera/ stable non-free

quit and save, update your repository by :


$ apt-get update and install opera version 10
$ apt-get install opera 

and to run it, goto to Application > Internet > Opera

Finish and Happy Testing.....!!!
Read More...!!

Install Lime Wire 5.0.11 in Ubuntu 9.04 (jaunty)

Lime wire is the inherent application of mac os, but lime wire can also be used on windows, here we will discuss about the lime wire in ubuntu. LimeWire is the application of P2P (peer-to-peer) whose function is to share files between two users. I use lime wire version of ubuntu five 9:04 (Jaunty)

you should download the package lime wire .deb Here 

Lime wire for Installing on ubuntu, you should download the package lime wire. Deb here
after the download is complete, install lime wire to go to terminal and type


$ sudo su (as root)
$ dpkg-i /(directory Lime wire)/LimeWireLinux.deb

wait until the process installation complete .

there is another way to install it, with:
double click limewirelinux.deb package and follow the instructions.
To run this application, go to Applications> Internet> LimeWire

Done.
Read More...!!

Configuring KMS on Jaunty (for testing only!)

Here is a way test KMS on top of Jaunty if you're willing to do some extra work.

1. Install the karmic kernel onto your jaunty system. You can find out what the current kernel version in karmic is by looking at this page. The easiest way to find the DEB for it is here. In this directory, look for files named linux-image-2.6.30-*-generic_2.6.30-*_ARCH.deb where ARCH is amd64 or i386 depending on what kind of computer you have.
For example, you can use this DEB for amd64 and this DEB for i386.

2. Install -intel 2.7.1 from the X-Updates PPA, or use 2.7.99 from the Xorg-Edgers PPA (the later one is UXA-only):
Either you can add X-Updates to your /etc/apt/sources.list:




deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main

Or, alternatively you can do similarly with xorg-edgers (but don't use both xorg-edgers and x-updates simultaneously!):


deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu jaunty main


3. In a terminal, type :


$ sudo su
$  apt-get update && sudo apt-get upgrade


4. Turn on kms in your kernel modules by adding this line to your /etc/modprobe.d/i915-kms.conf:


options i915 modeset=1
and then update your initramfs by running:

$ update-initramfs -u

5. Reboot by type :


$ reboot >

And you should then be KMS enabled.
To uninstall and return to the normal jaunty version,


$ apt-get remove linux-image-2.6.30-2-generic


remove the line from /etc/modules and uncomment the PPA deb/deb-src lines from sources.list and then run 
  
$ apt-get update
$ apt-get install PACKAGE/jaunty 


for all the affected packages (you can use the apt-show-versions command to figure out which ones current have non-jaunty versions). Finally, reboot. 
Read More...!!

Upgrade Ubuntu Jaunty (9.04) to Ubuntu Karmic Koala (9.10) Using Internet Connection

Ubuntu Karmic koala (9.10) is a latest version of ubuntu Jaunty (9.04) is scheduled to be released on October 29 2009, Karmic koala release  will be concurrent with the release of windows 7 which earlier is not long time. well if you are interested in ubuntu Karmic koalas are free license or with windows 7 whose licenses must be purchased at microsoft? all that is on your choice.


To upgrade your ubuntu to Karmic Jaunty koalas using an internet connection, follow these steps :


Press Alt+f2 and type update-manager -d


into the command box. Update Manager should open up and tell you: New distribution release '9.10' is available. Click Upgrade and follow the on-screen instructions.



To upgrade from Ubuntu 9.04 on a server system: install the update-manager-core package if it is not already installed; edit /etc/update-manager/release-upgrades and set Prompt=normal; launch the upgrade tool with the command sudo do-release-upgrade; and follow the on-screen instructions.
Read More...!!

Running Nautilus as Root (Super User) Status in Ubuntu Jaunty (9.04)


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.
To running nautilus as root, First way: open a terminal and type

$ gksu nautilus

Second : Creating the shortcut menu to run the Nautilus by using the Super User status in the Applications menu list.













Open Main Menu editor (System> Preferences> Main Menu). Main Menu will be presented as where the picture above.

choose system tools and click the new item will appear and create launcher

Type : application
Name : super nautilus
Cammand : nautilus docs
Comment : Open Nautilus With Root Permissions

To open nautilus as root to stay open the Applications menu> System Tools> Super Nautilus.

Finish....!!
Read More...!!

Remote Windows Server on Ubuntu Jaunty (9.04)

Remote desktop is built applications during the first ubuntu install, to use remote desktop from ubuntu to ubuntu, or ubuntu to windows os
to configure the application's how:

into the OS Windows , my computer> remote> check enable remote desktop on this computer.
user and password input window, because otherwise it can not be at the remote end in Windows.
go to your Ubuntu and install tsclient application, go to the terminal. login as root

$ sudo su
$ sudo apt-get install tsclient (for Jaunty is already installed by default)

if it is, open the application with the command tsclient


$ tsclient 
 
after appears your client server terminal input ip windows server and choose to diremote RDP protocol
input your username and password your windows, and click connect.
finish ...!!!

That is all well:) hopefully useful.
Read More...!!

Speed Up Booting Time with Disable Boot Splash in Ubuntu Jaunty (9.04)

ubuntu boot splash on Jaunty arise when your machine is booting, the process of loading the image appears, on Jaunty ubuntu boot splash image replaced with a new one, and indeed more interesting. but the boot splash boot takes longer than using a text mode, it is the default ubuntu boot splash when we install ubuntu. but there are some tricks to make your ubuntu boot time so much faster.

to use these tricks, follow these steps:

Go to terminal and login as root by type :

$ sudo su

and backup your grub menu file on /boot/grub/menu.lst

$ cp /boot/grub/menu.lst /boot/grub/menu.lst_backup

edit menu.lst file


$ gedit /boot/grub/menu.lst
 
and search word splash, delete it. or you can use other way by application startup manager, install startup manger.


$ apt-get install startupmanager
 
after installation complete, open startup manager and see

unmark show boot splash, and close application, reboot your system. you can see boot by text mode and your booting time faster than before.

thankz...!!!
Read More...!!

Install PHP-GD (PHP Graphics) in Ubuntu 9.04 (jaunty)








Php not only generate the HTML language, but also php can be used to edit images in several formats, such as: JPEG and GIF, can be issued even php image streams directly to the browser.
To install the application, login as root to write the command:

$ sudo su

$ apt-get install php5-gd

wait until installing finished, and restart your apache


$ /etc/init.d/apache2 restart

Finish...!!
Read More...!!

Restore Grub Loader Ubuntu 9.04 (Jaunty) After Install Windows

To restore Ubuntu grub 9.04 after installing Windows we need ubuntu live cd desktop edition. For the ext4 filesystem partition you should use ubuntu 9.04 live cd desktop edition because if you use under 9.04 version does not suport for ext4 filesystem.
To fix it we follow these steps:

boot your machine by live cd ubuntu 9.04
open terminal and type :

$ sudo grub
$ grub>find /boot/grub/stage1

and you will show position filesystem, example :

(hd0,7) = maybe in your will be different.


$ root (hd0,7);
$ setup (hd0);


Checking if “/boot/grub/stage1″ exists… yes
Checking if “/boot/grub/stage2″ exists… yes
Checking if “/boot/grub/e2fs_stage1_5″ exists… yes
Running “embed /boot/grub/e2fs_stage1_5 (hd0)”… 16 sectors are embedded.
succeeded
Running “install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,)/boot/grub/stage2
/boot/grub/menu.lst”… succeeded
Done.


$ quit

and reboot your system by type :


$ sudo reboot

Finish...!!!

Read More...!!

Create Local Repository Ubuntu Jaunty (9.04) With .iso DVD on Hardisk

To create a local repository in need cd image repository, it is require. to create it, follow these steps...!!

1. create a directory for each repository .iso on /media example : /dir1 /dir2 /dir3 /dir4 /dir5 /dir6 by type :
Login as root
 

$ mkdr /media/dir1 /media/dir2 /media/dir3 /media/dir4 /media/dir5 /media/dir6


After you successfully create a folder, mount repository image on /media by type :

$ sudo mount -o loop /xxx.iso /media/dir1
$ sudo mount -o loop /xxx.iso /media/dir2
$ sudo mount -o loop /xxx.iso /media/dir3
$ sudo mount -o loop /xxx.iso /media/dir4
$ sudo mount -o loop /xxx.iso /media/dir5
$ sudo mount -o loop /xxx.iso /media/dir6

2. edit sources repository in /etc/apt/sources.list and add the local repository sources by type :

$ gedit /etc/apt/sources/.list

add following line :


deb file:///media/dir1/ jaunty main restricted
deb file:///media/dir2/ jaunty main multiverse restricted
deb file:///media/dir3/ jaunty universe
deb file:///media/dir4/ jaunty universe
deb file:///media/dir5/ jaunty universe
deb file:///media/dir6/ jaunty universe

close and save...!!

3. Update soures.list by type


$ apt-get update

Finish and you can install ubuntu packages on your local repository.

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