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.
- 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).
- 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.
- Choose a location to extract the files (your desktop is ideal) and again click Extract.
- Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
- Open up a Terminal by selecting Applications -> Accessories -> Terminal.
- Enter the following commands (and your password when prompted):
cd Desktop
cd essential-date
sudo mkdir /usr/lib/win32
sudo cp * /usr/lib/win32 - Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
- Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).
- 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.
- Locate one of your .rmvb files, right-click it and select Properties.
- Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.
- Double-click any of your .rmvb files and they should open up in MPlayer and start playing.





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

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 »






