Laman

Artikel Lainnya...

Get your Money

Selasa, 05 Juni 2012

THE WAY TO CUSTOMIZE UBUNTU - PRECISE PANGOLIN



Easy's way to install from terminal "Ctrl + Alt + T " and copy paste a script below to your gnome terminal.


My ubuntu studio 12.04 with gnome3



Q : How to install compiz manager on ubuntu 12.04
A : sudo apt-get install compizconfig-settings-manager


Q : How to install print to PDF in ubuntu 12.04
A : sudo apt-get install cup-pdf


Q : How to install Opera browser in ubntu 12.04
A : wget -O- http://deb.opera.com/archive.key | sudo apt-key add -


Next, run the commands below to create opera repository folder.
sudo gedit /etc/apt/sources.list.d/opera.list

Then copy and paste the line below into the file and save it,  finaly run the commands below to update your system and install Opera.
sudo apt-get update && sudo apt-get install opera

Q : How to install xara lx in ubuntu 12.04
A : sudo apt-get install xaralx

than some extras ;
sudo apt-get install xaralx-examples xaralx-svg

Q : How to install Virtual Box in ubuntu 12.04
A : get oracle's key ; wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

Create a repo file for Virtualbox ;
sudo -s echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" >> ~/virtualbox.list

than ;
sudo mv ~/virtualbox.list /etc/apt/sources.list.d/

to install ;
sudo apt-get update
sudo apt-get install dkms
sudo apt-get install virtualbox-4.1









source : from multiple source and result from google seaching choice

Minggu, 03 Juni 2012

MATE DESKTOP ENVIRONMENT



















Pada ubuntu 12.04 devault GUI nya menMenggunakan GNOME3 yang mana layout dan tampilannya total berubah seperti tampilan desktop dan program menu, untuk sebagian orang termasuk penulis sangat tidak familiar dikarenakan salah satunya kebiasaan menggunakan tampilan. Mate adalah penerus gnome 2 yang diambil dari source kode gnome 2.  Beberapa aplikasi yang disertakan addalah bawaan asli gnome yang telah di modifikasi dan kemudian di rename :
  • Caja - File manager
  • Pluma - Text editor
  • Eye of Mate - Image viewer
  • Atril - Document Viewer
  • Engrampa - Compression tool
  • MATE Terminal - Terminal emulator 
Cara menginstalnya dari terminal :

sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
sudo apt-get update
sudo apt-get install mate-archive-keyring
sudo apt-get install mate-core


Disto linux yang sudah support Mate adalah :
Mate sendiri sudah terdaftar pada GPL v2 jadi bebas untuk di coba :)


Source :
Wiki : en.wikipedia.org/Wiki/MATE_(desktop_environment)

Website : http://mate-desktop.org