Tampilkan postingan dengan label Ubuntu Linux. Tampilkan semua postingan
Tampilkan postingan dengan label Ubuntu Linux. Tampilkan semua postingan

Jumat, 18 Desember 2009

How to Install Chromium on Ubuntu Linux

I think everyone should know by now that Google Chrome is a web browser developed by Google. What I heard about it is that its faster, safer and more stable. From what I experienced in using it, I found only a little difference between Chrome and Mozilla. I think it all depends on how good your internet connection is. But that's just my opinion.

Anywayz, instead of Chrome, there's an open source project called Chromium which codebase is the basis for Google's Chrome. So, if you're a Linux user (better be a newbie), and interested to try Chromium, you can follow these steps to install it :


- For Ubuntu PPA (Personal Package Archive) :

(To read more about PPA, you can look it up here)

- Run this command on terminal :

 sudo gedit /etc/apt/sources.list

Copy and paste these lines into the sources.list :

For Jaunty users (Ubuntu 9.04) :

        deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
        deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main


Save the file and exit.

- Add the GPGkey using this command :

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

------------------------------------------------------------------------------------------------------------------------------------



For karmic users (Ubuntu 9.10) :

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

Use this following command :


sudo add-apt-key ppa:chromium-daily/ppa


------------------------------------------------------------------------------------------------------------------------------------

Now update your source list using this command :

sudo apt-get update

and the install the chromium using this command :

sudo apt-get install chromium-browser


When the installation finish, you can run chromium through Applications --> Internet --> Chromium




Cheers! :)



Rabu, 16 Desember 2009

Torrent Downloader for Ubuntu Linux

Well, I think there are some different applications available on Linux to download torrent files. But which one's best? I think I found one application that suits my needs for this kinda stuff.

Just for sharing, I've tried using Tucan, but i think it's not 'that' good for me. The one that i think is best for me is VUZE or Azureus.

There are two ways where you can install Vuze to your Linux.

1. Use : sudo apt-get install vuze on your terminal. It will install the application directly to your PC, including the necessary packages (Java Open JDK and etc) and after that done, you can run the application from the Applications --> Internet --> Vuze. Its the easiest way, but the thing is, you'd get the pretty old version of Vuze.

2. For the newest version, you have to download the Vuze package from www.vuze.com and then extract the downloaded file into a folder that you wish to be your Vuze folder. Change to the Vuze directory where the files were extracted.
Start vuze by typing this on the terminal : ./azureus .
Normally, it will downloaded the needed java packages to your PC before it runs. But in case it doesn't go like that, you can install java manually from your terminal by using this command :

sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk

After that, you will be able to run vuze anytime from terminal (by changing into the directory and using ./azureus command.

I suppose, you can try both of ways to see which one you'd like the best.

Cheers! :)

How to Convert PDF files to JPG on Linux Ubuntu

As usual, I was wondering about how to convert PDF files to JPG because i needed to do so. And i found a way to do it, of course, the credit always goes to uncle Google and the website I was reading of course. So, I just thought I could post it here.

Okay, it's pretty easy to convert PDF files to JPG. How? Follow these few steps :

1. Open your terminal, and type : sudo apt-get install imagemagick

2. After the installation finished, you have change your directory to the one on where the pdf/jpg files are. (use sudo su and cd to that directory)

3. Now to convert the files, type:

* convert name-of-file.jpg name-of-file.pdf (for JPG to PDF)

* convert name-of-file.pdf name-of-file.jpg (for PDF to JPG)

Easy, right?

Senin, 16 November 2009

"Problem With Audio Playback" On Skype Linux?

I had this problem since the first time i downloaded Skype 2.0 on my Linux Ubuntu 9.04. It always said "Problem with audio playback" whenever I tried to make a call. I tried the sudo apt-get install pulseaudio, but no luck. So, as usual, uncle Google had to help me with it and I found a solution for it.

Use these commands below on your terminal :

* killall pulseaudio
* sudo apt-get remove pulseaudio
* sudo apt-get install esound
* sudo rm /etc/X11/Xsession.d/70pulseaudio



For those who are very new to Linux (just like me), you better not include the "*" symbol. After you're done with the commands, you can reboot your system and see how it goes.

If you'd like to try with another version of skype (the newest version, which is the beta version), you can go and try it. I tried it once before I re-installed my ubuntu. And it worked good. But after re-installation, it didn't work or it can not be installed to be more specific. It says there was an error. So, now I've figured out the problem, at least thats what I think. When you installed skype for the very first time using terminal, it will give you the old-non beta-version of skype. and it will have that problem above and you gotta follow those steps. But if you installed the newest AKA beta version by downloading the .deb package on here, it will work out perfectly without having to install eaudio or typing any of those commands above on your terminal.

Therefore, now I suggest you to download and use the beta version cuz its much more easier and somewhat looks better.