Archive

Archive for the ‘Fedora’ Category

Restore Grub after Windows installation

August 6th, 2009 No comments

I’ve just installed Windows Seven so I’ve lost ma Grub boot window…

let’s see how we can do that…

Read more…

Nano Syntax Highlighting improved…

January 12th, 2009 No comments

I’ve found new syntax highlighting files for nano.
Here’s the link: http://wiki.linuxhelp.net/index.php/Nano_Syntax_Highlighting

Just after the image you can find some of my favourite ones.
nano

Read more…

Tips: Disabling Firefox 3 smart location bar.

December 19th, 2008 No comments

firefox

If you, like me, have an old fileserver then you should use this trick because the Firefox 3 smart location bar can really rape your hard disk [valley girl talk mode]…like totally…[/valley girl talk mode]

Read more…

Recording and encoding a radio streaming.

May 2nd, 2008 2 comments

Hello! Today we will see how to record a radio streaming. This tutorial can be used in Linux and Windows because we are going to use tools present in both “OSes”.

Image Hosted by ImageShack.us

Read more…

Make Firefox-Iceweasel faster

February 15th, 2008 No comments

Hello, it’s been a while since my last post but I was busy.
We’ll see how to pimp our browser!

Read more…

Change subtitles filename to match videos filename

December 20th, 2007 No comments

Sometimes I need to use subtitles when I’m watching some tv show.
Most of them don’t match the videos filename. This is a problem because video players automatically load subtitles if they find the exact filename ( e.g.: video.avi loads video.srt )
Most of the times I have to change 24 subtitles filename per show and I’m tired to use copy/paste so here’s the script.
It uses 3 naming models: “302″ “S01E11″ “s01e11″ “3×01″
WARNING: it works only on unix-like systems. Put this script in the directory where are subtititles and videos.

dierre@thinkcool:~/prova$ python parser.py 3 (where 3 is the season number)

(IMPORTANT #1: you need to have N subtitles and N videos, otherwise the script will not work; IMPORTANT #2: If you need to change a season > 9 you need to delete [0]? from var )
Read more…

MP3 to WAV converter

November 24th, 2007 No comments

A quick howto.

mpg123 -w file.wav file.mp3

so you need mpg123. It’s available from debian official repository.

Saving flv from Firefox cache using bash scripting

November 11th, 2007 5 comments

A few months ago I wrote a tutorial about how to save flv files using python scripting.
That wasn’t so much nerdy so I feel something inside me, like a voice telling out loud: “You can do it in a better nerdy way! I know you can!”
It/She/He was right.

Forget it (if you don’t like python) and see below:

Read more…

Save your Firefox cache flv files (Macromedia Flash Video)

October 23rd, 2007 4 comments

Today we will see how to save your flv taken from your Firefox cache. Due to using some specific console commands this tutorial is useful only for a Unix-like system, not for Windows. I’m sorry P
Before starting let’s say there are tools, like Clive or Videodownload (firefox plugin), made for similar purpose but they work in a different way:

  • they works on specific sites only (like Youtube), and that’s a problem because some sites are not supported
  • If you have some bandwith limit issue, Clive and Videodownload force you to re-download the video

Especially the second point, to me, it’s a problem because I use an UMTS connection and it works using a limited bandwith per month and generally a flv file consumes some MBs.
Let’s see my way.
Read more…

Boost virtual machine performance

October 1st, 2007 No comments

I’ve found this tutorial on Digg.com.
It explain how to install Vmware Tools on some distros. Vmware tools is now open source.

Free Image Hosting at www.ImageShack.us

Read more…

Categories: Debian, Fedora, Gnome, Linux, PCLinuxOS, Tutorial, Ubuntu Tags:

Dual monitor/screen using i810 (Integrated Intel Video for Mobile PC)

September 8th, 2007 No comments

I have to show a project at University using a projector. I’ve developed it using Ubuntu so I need to setup my Video Card to work with external monitors. I found a wonderful script on Ubuntu Forums.

Read more…

Categories: Debian, Fedora, Gentoo, Gnome, Linux, Tutorial, Ubuntu Tags:

Fedora 7 and FGLRX problem with X.org 7.1.2

June 3rd, 2007 No comments

ATI FGLRX give this error: “[atiddxSetup] X version mismatch”
The solutions is a downgrade to X.org 7.1.1

init 3
rpm -Uvh --oldpackage xorg-x11-server-Xorg-1.1.1-47.8.fc6.i386.rpm
yum --disablerepo=* --enablerepo=livna install kmod-fglrx
cp /etc/X11/xorg.conf.fglrx_vecchio_di_fc6_funzionante /etc/X11/xorg.conf
fglrx-config-display enable
init 5
Categories: Ati, Fedora, Tutorial Tags: