This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Sabtu, 26 April 2014

Cara install Birdie di linux ubuntu dan turunanya

Birdie adalah aplikasi twitter Client terbaik di linux yang cantik dan mempesona dan mudah digunakan aplikasi ini dibuat menggunakan javascrip dan awal mulanya dibuat untuk berjalan pada elementary OS namun karna banyak orang yang menyukai aplikasi ini, akhirnya Birdie team berhasil membuatnya untuk berjalan di OS linux keseluruhan.


Begitupun pada Os Ubuntu berikut cara mengistal birdie pada Os ubuntu dan turunanya.


Cara pertama melalui PPA.

$ sudo add-apt-repository ppa:birdie-team/stable -y
$ sudo apt-get update && sudo apt-get install birdie -y
 
 
 

Cara kedua install dari .deb file.

1. download deb file birdie dengan perintah wget

untuk 32bit system

$ wget http://goo.gl/Uixoyw
 
  
untuk 64bit system

$ wget http://goo.gl/mTv4Qy
 

2. kemudian install menggunakan perintah dibawah ini


$ sudo dpkg -i birdie_0.3*.deb
$ sudo apt-get -f install
 
 
  
  
  
atau dengan menggunakan aplikasi gdebi.