Latest Entries »

Langkah 1. Install OpenERP on CentOS 6.0

# Installasi Postgresql 9
Menambahkan Repository postgresql 9 :
$ wget http://yum.pgrpms.org/reporpms/9.0/pgdg-centos-9.0-2.noarch.rpm
install repositorynya.
$ rpm -i pgdg-centos-9.0-2.noarch.rpm
Mengubah repository utama dari centos 6, dengan menambahkan baris ‘exclude=postgresql*’ tanpa quote.
Edit :
$ vi /etc/yum.repos.d/CentOS-Base.repo
tambahkan exclude=postgresql* di baris [base] dan [update] seperti di bawah ini.
View full article »

hello …. im here to shared again about installation postgresql :D this is new version stable :D
This is a very quick and painless process. If you have not done so already, make your life easier by installing python-software-properties:

WARNING!! If  you have old version, you can delete before installation

$sudo apt-get purge postgresql*
$sudo apt-get update

next :
$sudo apt-get install python-software-properties

Next up is adding the backports repo and updating apt:

$sudo add-apt-repository ppa:pitti/postgresql && sudo apt-get update

UPDATE: In the comments, Jason Froebe points out that if you already have an earlier version of PostgreSQL installed, you can just upgrade it:

$ sudo apt-get upgrade

Finally install postgresql-9.0:

$ sudo apt-get install postgresql-9.0 libpq-dev

The libpq-dev package is for compiling wrappers/clients against libpq.

There you’re done!

NOTE:
Default config directory is: /etc/postgresql/9.0/main
Default data directory is: /var/lib/postgresql/9.0/main

Cheers :D
Source:

Open Terminal ( Default shortcut is : CTRL+ALT+T ) and Type the following commands (Make sure that you haven’t opened Ubuntu Software Center or Synaptic Package Manager while installing package from the command line).

Warning : Installing Gnome 3.0 on Ubuntu 11.04 using this PPA, will break Unity and your system might become unusable.

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell

Then Restart your computer; select the GNOME 3 desktop at login prompt (Default is Ubuntu, which means Unity).

To Remove

sudo ppa-purge ppa:gnome3-team/gnome3</pre>

thanks to blog.sudobits.com

oke .. dah lama gk buat tutorial..
get back to change your audio song.. in your desk ubuntu…

dsini saya mengggunakan wine untuk menjalankan aimp2..

  • instalasi wine di natti

$ sudo apt-get install wine1.3

  • donwload aimp2nya dulu..

HERE

setelah itu..

  • masuk ke direktori download tersebut.. dan jalankan perintah

$ wine aimp_3.00.881_beta_2.exe

  • install next next.. :D

horee.. aimp2 berhasil.. :D thanks for all :D

i wanna to example for install kernel 2.6.37 :
just simple :

sudo add-apt-repository ppa:kernel-ppa/ppa
sudo apt-get update
sudo apt-get install linux-headers-generic-lts-backport-natty linux-image-generic-lts-backport-natty

And if you want to another kernel version you just press several tab at sudo apt-get install linux-headers-(TAB).. so will out the list linux headers available for the downloads.. hehe great
this list linux-headers for my computer :

 linux-headers-2.6
linux-headers-2.6.31-10-rt
linux-headers-2.6.31-11-rt
linux-headers-2.6.32-21
linux-headers-2.6.32-21-386
linux-headers-2.6.32-21-generic
linux-headers-2.6.32-21-generic-pae
linux-headers-2.6.32-21-server
linux-headers-2.6.32-22
linux-headers-2.6.32-22-386
linux-headers-2.6.32-22-generic
linux-headers-2.6.32-22-generic-pae
linux-headers-2.6.32-23
linux-headers-2.6.32-23-386
linux-headers-2.6.32-23-generic
linux-headers-2.6.32-23-generic-pae
linux-headers-2.6.32-24
linux-headers-2.6.32-24-386
linux-headers-2.6.32-24-generic
linux-headers-2.6.32-24-generic-pae
linux-headers-2.6.32-25
linux-headers-2.6.32-25-386
linux-headers-2.6.32-25-generic
linux-headers-2.6.32-25-generic-pae
MORE_ _

just example right… so you can try anything you want.. lol haha

thanks to ubuntu-guide :)

Follow

Get every new post delivered to your Inbox.