Posted on October 10, 2009 by serk01
Credits for this post go to http://zeps-corner.blogspot.com/2008/11/kaffeine-greek-subtitles.html
Download arial fonts,
Extract arialBySapioiCorp.tar.gz to /usr/share/xine/libxine1/fonts/
Settings –> xine Engine Parameters –> subtitles
Beginer Options: normal 0 iso-8859-7
Expert Options: arial
Filed under: HowTos, gnu/linux | Leave a Comment »
Posted on June 13, 2009 by serk01
I decided to install BackTrack on my hard disk instead of running it from the Live CD and since it didn’t end up being a straight-forward procedure I am writing this post to document how I did it. I have to give credit to this guy whose own documentation I actually followed and helped me [...]
Filed under: HowTos | Tagged: Backtrack, gnu/linux, linux | Leave a Comment »
Posted on September 21, 2008 by serk01
I am not going to talk about the benefits of version control in your projects, those you can search and read about elsewhere. In this HowTo I am simply going to describe the steps necessary to setup your own svn repository accessible from anywhere in the world using the apache server. This will assume you [...]
Filed under: HowTos | Tagged: apache, subversion, svn, toirtoisesvn, xampp | 9 Comments »
Posted on July 12, 2008 by serk01
The most valuable webpage you can see in FIrefox is the about:config page. This is the place where all (well almost all) the internals of FIrefox are revealed to you and you can edit your browser’s behavior. I found a blog entry revealing a couple of tweaks for Firefox 3 which are good to know [...]
Filed under: Firefox, HowTos | Leave a Comment »
Posted on May 22, 2008 by serk01
This is a video from SSandler’s blog
Filed under: HowTos, Videos | 1 Comment »
Posted on May 8, 2008 by serk01
Lifehacker has a very interesting article on how to maximize the efficiency of your blogging experience. It suggest a bunch of tools and programs (some in the form of Firefox-addons) that allow you to speed the way you add links, edit photos, create new posts, get informed of intersting news that might be used in [...]
Filed under: HowTos | Tagged: blogging, efficiency | 1 Comment »
Posted on April 12, 2008 by serk01
Open a shell and type the following commands one at a time:
“hciconfig reset”
“rfcomm listen 0 3″
This last command will advertise an rfcomm connection on channel 3.
then on your PyS60 screen on the phone choose “Options ->Bluetooth Console” to connect to the computer.
Once this is done, open a new shell and type “screen /dev/rfcomm0″
whala! you can [...]
Filed under: HowTos, PyS60, Symbian | Tagged: Bluetooth, PyS60 | 4 Comments »
Posted on March 31, 2008 by serk01
I just found a nice little tool that allows you to set the maximum download/upload rates that an application should use. This is particularly useful to me as I have problems when downloading files with DonwThemAll in Firefox which does not provide any means of controlling the bandwidth consumption. As a result I often find [...]
Filed under: HowTos | Tagged: bandwidth control, gnu/linux, trickle | 2 Comments »
Posted on March 29, 2008 by serk01
A while ago I really needed to debrand my N95 so that I could install the latest firmware update at the time (v.20.0.15) and therefore be able to use the sensor module that came with Python for Series 60 v.1.4.2. In the past I had read a couple of posts in various forms and I [...]
Filed under: HowTos, S60/N95 | 12 Comments »
Posted on January 15, 2008 by serk01
I found this small hint here.
Create a new file and give it an extension of .asx. Then copy-paste the code below in the file and substitute the radio station’s name and links appropriately. Run the file in Xine or Vlc.
<ASX version = “3.0″>
<Entry>
<TITLE>SportFm </TITLE>
<AUTHOR>SportFm94.6</AUTHOR>
<COPYRIGHT>SportFm94.6</COPYRIGHT>
<Ref href=”mms://sportfm.live24.gr/sportfm7712″ />
</Entry>
</ASX>
Filed under: HowTos | Leave a Comment »