Artikel Linux Ubuntu

pake ubuntu biar ga buntu … :)

Archive for the ‘Dekstop’ Category

Catatan dan artikel Ubuntu Pasuruan

Posted by maspur on March 4, 2008

Posted in Berita, Dekstop, General, Networking | Leave a Comment »

Memainkan File .rmvb Menggunakan MPlayer

Posted by maspur on February 26, 2008

tulisan ini saya ambil dari:
http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/
silahkan diartikan sendiri yah :p

This tutorial will take you step by step through installing all of the software necessary to play rmvb (RealMedia Variable Bitrate) files in Ubuntu Linux.

Though the steps and screenshots are specific to Ubuntu, they will likely be similar for other versions of Linux. With that said, be sure to read the MPlayer README file if you’re not using Ubuntu. Similar to some of the other tutorials on Simplehelp, this is almost certainly not the only way to play .rmvb files in Ubuntu, but it’s the easiest way I could find. If you know of a easier method, by all means please feel free to leave a comment.

  1. The first step in playing .rmvb files in Ubuntu is to use the Synaptic Package Manager to install MPlayer. When you mark MPlayer for installation, you’ll be prompted to install additional software packages (if they’re not already installed).
  2. play rmvb files in ubuntu linux
    click to enlarge

  3. After MPlayer has been installed, exit out of the Synaptic Package Manager and visit the MPlayer binary codec download page. Download the codec package for your platform (for example, if you’re using a 32bit Intel or AMD processor, download the Linux x86 package).Save the file to your desktop (or home folder). Once the download has completed, double-click that file. Select the folder to uncompress, and click the Extract button.

    play rmvb files in ubuntu linux
    click to enlarge

  4. Choose a location to extract the files (your desktop is ideal) and again click Extract.
  5. play rmvb files in ubuntu linux
    click to enlarge

  6. Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
  7. play rmvb files in ubuntu linux

  8. Open up a Terminal by selecting Applications -> Accessories -> Terminal.
  9. play rmvb files in ubuntu linux

  10. Enter the following commands (and your password when prompted):

    cd Desktop
    cd essential-date
    sudo mkdir /usr/lib/win32
    sudo cp * /usr/lib/win32

  11. play rmvb files in ubuntu linux
    click to enlarge

  12. Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
  13. play rmvb files in ubuntu linux

  14. Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).
  15. play rmvb files in ubuntu linux
    click to enlarge

  16. Select the Codecs & demuxer tab and change the Video codec family: to RealVideo decoder and the Audio codec family: to FFmpeg/libavcodec audio decoders. When you’re done, click OK and close down MPlayer.
  17. play rmvb files in ubuntu linux
    click to enlarge

  18. Locate one of your .rmvb files, right-click it and select Properties.
  19. play rmvb files in ubuntu linux

  20. Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.
  21. play rmvb files in ubuntu linux
    click to enlarge

  22. Double-click any of your .rmvb files and they should open up in MPlayer and start playing.
  23. play rmvb files in ubuntu linux

var authorId = “C44AE2E4-CB3F-4B3F-AFC5-FF02FEF46803″; var pageOrientation = “1″; var topMargin = “0.5″; var bottomMargin = “0.5″; var leftMargin = “0.5″; var rightMargin = “0.5″;

Posted in Dekstop | Leave a Comment »

Install Codec Multimedia di Ubuntu

Posted by maspur on February 26, 2008

Jalankan command line berikut untuk install codec buat player yang terinstall di ubuntu kita. Sebelum menjalankan command line di bawah ini, jangan lupa untuk mengaktifkan tambahan repositori pada ubuntu anda dengan mengakses Sytem–>Administration–>Software Sources. Lalu centang semua seperti gambar di bawah ini.

Setelah ituu baru jalankan command line dibawah ini.

sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

Semoga berhasil…

Posted in Dekstop | Leave a Comment »

Menambah Font Windows pada Ubuntu

Posted by maspur on February 26, 2008

Install font Windows (.ttf) ke mesin Ubuntu, ada beberapa cara :
1. Via apt-get
$sudo apt-get install msttcorefonts
cara ini hanya bisa dilakukan jika anda terhubung ke internet.

2. Copy fonts di Ms. Windows ke Ubuntu dengan cara:
a. Copy font-font ada di folde C:WindowsFonts ( ber extensi .ttf)
b. Copy-kan ke dalam folder Ubuntu dan set permission foldernya ke mode 644
$ sudo cp ~/fontwin/* /usr/share/fonts/truetype/msttcorefonts/.
$ sudo chmod -R 644 /usr/share/fonts/truetype/msttcorefonts/
c. Update font
$ sudo fc-cache -f -v
d. Test font.
buka OpenOffice dan sekarang semua fonts windows sudah ada di OpenOffice.

Ref: http://easylinux.info/wiki/Ubuntu#How_to_install_Extra_Fonts

Posted in Dekstop | 5 Comments »