Archive for the 'Software' Category



PPStream on Linux

Sunday 1 November 2009 @ 1:14 am

One of sources for China’s netizen entertainment is watching online video streaming. PPStream as one of the largest online video streaming software, all the while only provide streaming for Windows. Finally, there is Linux version. It is for Ubuntu, but you can get it working on other Linux distros as well. You can download it from http://dl.pps.tv/

One of the common errors, even after following the instruction on PPS.tv web page, is that you can’t access the playlist unless you have the administrative rights.

You need to change from

 

./mplayer -playlist playlist.txt

to

 

sudo ./mplayer -playlist playlist.txt

Another more simple method is installing the 4 DEB package into your Totem player.

Source: forum.ubuntu.org.cn




Opera 10 beta 1 on Linux

Thursday 4 June 2009 @ 11:14 am

Opera has just released their first Opera 10 beta to public. This version supports Windows, Linux, Mac, FreeBSD, Solaris, QNX, OS/2 and BeOS.

There are some features why you would like to have the new version 10.

  1. Opera turbo for fast browsing on slow connection
  2. New visual tabs and sleek design
  3. Speed dial
  4. Web integration
  5. Resizable search field
  6. 40% faster engine and cutting edge Web standards support
  7. Inline spell-check
  8. Auto update
  9. Email your way
  10. Automated Crash Reporting
  11. Opera Dragonfly evolved

Is that all? Hm. To Opera users, the Version 10 seem to be a very promising upgrade to them. But for other browsers users, the attractiveness is there yet. Quite a lot new features mentioned which already long impletemented on Firefox and Google Chrome already.

I do wish Opera could have more evolutionary move towards the next HTML5. Maybe to me support Acid 100/100 isn’t the key feature to make me use Opera.




How to build Transmission 1.3.2

Monday 11 August 2008 @ 12:09 am

Transmission is a popular bit torrent client, but I don’t know why it is not officially inside the Ubuntu repository. So, if you want to run Transmission, you need to build it from the source code. And from Transmission official web site, it also doesn’t provide a very clear instruction how to do it.

Below a detail walk through:

First, download the source code.

Then while downloading it, you will need openssl-dev and libgtk2.0-dev to install on your desktop then your compilation will make it.

sudo apt-get install libcurl4-openssl-dev libssl-dev libgtk2.0-dev 

Extract the source code. By default it will create in a folder called “transmission-1.32”

tar xvjf transmission-1.32.tar.bz2
cd transmission-1.32

Build the source code

./configure –prefix=/opt/transmission
make
sudo make install
sudo ln -s /opt/transmission/bin/transmission /usr/local/bin/transmission
sudo ln -s /opt/transmission/bin/transmissioncli /usr/local/bin/transmissioncli

Just type transmission then you can run it. While you can delete the temporary folder “transmission-1.32” you have created early.




Launchy comes to Linux

Sunday 10 August 2008 @ 12:26 pm

launchy2

One of my favourite applications on Windows, Launchy has finally come to Linux! I heavily rely on this software on Windows instead of looking for the software I want from the Start Menu.

Besides Launchy, there are also similar software for Linux, such as Gnome Do, but I’m still not very used to it. Gnome Do takes up to 20MB of space but Launchy takes less than 7MB.

On the latest Launchy 2.1.1 released on this 6 Aug 08 has deb package version and platform independent version.

Link: SourceForge




New version Applications

Sunday 6 July 2008 @ 10:33 am

While I have been away for quite a long time, there were many software upgrades we commonly used on Linux. So, it is time to upgrade your outdated software.

Releasing of Ubuntu 8.04.1 – http://releases.ubuntu.com/8.04.1/. 8.04.1 was based on LTS 8.04 and make great amendment.

Opera 9.51 – http://www.opera.com/download/. Although more preferable browser on Linux is of course Firefox! But if Opera also open source, I would say it is not a bad choice either. The loading speed and light weight has been great improvement since the last update. However, I still very not use to their widget things on browser.

Pidgin 2.4.3 -  http://www.pidgin.im/download/. While waiting Digsby to come onto Linux, Pidgin has come out a release. But I really hope Pidgin can have social network and email notification feature like what Digsby have.

Wine 1.0 – http://prdownloads.sourceforge.net/wine/wine-1.0.tar.bz2. After long wait, we have Wine1.0 final release. Trust me, you need it if you rely on MS Windows a lot in your life.

Songbird 0.6 – download. I still think it is buggy, however they claimed the memory reduction of 15~20%.




Minimize Pidgin during Startup

Sunday 1 June 2008 @ 3:16 pm

I thought Pidgin can be heading towards more user friendly wise to gain on the IM market shares. But years already, I still didn’t see very aggressive GUI improvement from Pidgin.

One of the problems, I’m still facing is I want to minimize the buddy list during start up. In Pidgin default setting or the command line, you could not any of this. But here is a way how to get it done in just 3 simple steps.

Step 1. Install pidgin-extprefs from Synaptic

Screenshot-Synaptic Package Manager

Continue Reading »
Minimize Pidgin during Startup




libxine1 incompatible causing Miro 1.2 crashed

Thursday 27 March 2008 @ 12:07 am

Previously I have solved my problem with Miro, now it comes another new issue. The problem occurred because Ubuntu has updated the libxine to 1.1.10-1, but Miro depends on libxine1 earlier than 1.1.8 to run!

So, in the end, either you can install Miro 1.2 with libxine1 1.1.7 or Miro 1.1.2 with libxine1 1.1.10 on Hardy Heron or latest gutsy.

Hope Miro can solve this problem as soon as possible.




Solution for Miro’s Segmentation fault

Tuesday 11 March 2008 @ 12:46 am

One of the purpose of my Linux desktop is to play media files! Yes, I subscribe plenty video feeds on Miro. It will automatically download new video files and play directly on it.

Good day does not last long, out of sudden my Miro starts to crash every time it plays to the last video on the playlist. Then I ran my Miro using the terminal console and found out that the error shown was "Segmentation fault".

This is not an isolated case, I have seen a lot enquiries about such problem. None of the any reply from Miro team or fixes for this problem. Here is a solution for your problem.

Continue Reading »
Solution for Miro’s Segmentation fault




How to uninstall GRUB

Wednesday 27 February 2008 @ 12:00 am

You have dual boot working on Windows XP and Linux running with GRUB, but for certain reason, you want to get rid of GRUB. So how to uninstall?

Here is the simple method, just boot up with your Windows XP cd, then goes to the recovery console, type in:

$ fixmbr

For Windows 9x and DOS:

$ fdisk /mbr




GNOME Do

Sunday 3 February 2008 @ 11:34 pm

On Windows, you have Launchy, a small application that saves your time by just type in the application name rather than just go through Windows Start Menu to do the searching. Same on Linux, there is such similar feature software called GNOME Do.

Besides the basic function, GNOME Do has awesome plugins which allows you to send email, instant messenger, play music, search the web and more. GNOME Do not only for GNOME, it also works on KDE!

Related Posts with Thumbnails



«« Previous Posts