Warning: Cannot modify header information - headers already sent by (output started at /home/mhd-01/www.sabbacuccurullo.org/htdocs/firewall.php:72) in /home/mhd-01/www.sabbacuccurullo.org/htdocs/wp-includes/feed-atom.php on line 8
You'll never walk alone 2010-01-30T12:28:21Z http://www.sabbacuccurullo.org/?feed=atom WordPress sabba <![CDATA[Linux and Hauppauge WinTV]]> http://www.sabbacuccurullo.org/?p=64 2010-01-30T12:28:21Z 2010-01-30T12:07:57Z Tested with Hauppauge WinTV Mini Stick HD

As root copy the firmware in /lib/firmware

root@myhost # cp sms1xxx-hcw-55xxx-dvbt-02.fw /lib/firmware

Create a dvb channel file using w_scan utility (for Italy in this example):

user@myhost# w_scan -X -P -t 2 -E 0 -c IT > dvb-channels.conf

(if you don’t have w_scan utilty, you can download it from edafe.orgĀ  site)

Finally, open the generated dvb-channel.conf with VLC

]]>
0
sabba <![CDATA[Sun JDK on Fedora 10+]]> http://www.sabbacuccurullo.org/?p=62 2009-12-21T18:25:49Z 2009-12-21T18:25:49Z http://fedorasolved.org/browser-solutions/java-i386 ;-)

]]>
0
sabba <![CDATA[Post editor doesn’t work correctly in WordPress 2.8.x]]> http://www.sabbacuccurullo.org/?p=59 2009-11-21T22:29:18Z 2009-11-10T18:36:35Z Symptoms: no formatting buttons, entered post text is invisible (white font on white background), ….

Open your wp-config.php and add (near the top lines) the follow line:

define(‘CONCATENATE_SCRIPTS’, false );

]]>
0
sabba <![CDATA[Kubuntu 9.10 Karmic Koala and Eclipse Galileo]]> http://www.sabbacuccurullo.org/?p=54 2009-11-06T16:53:08Z 2009-11-05T20:01:38Z How to launch Eclipse Galileo and fix all troubles:

set this before launch eclipse executable:

GDK_NATIVE_WINDOWS=true

Found here

]]>
0
sabba <![CDATA[K3B extract audio with Lame]]> http://www.sabbacuccurullo.org/?p=50 2009-11-06T16:53:48Z 2009-10-06T20:38:40Z Thank you very much to this link

  • Start k3b and insert audio CD (allow cddb lookup)
  • click “Start Ripping”
  • select MP3 (lame) as filetype
  • Click the config cog beside this
  • highlight the Mp3 (lame) and click edit
  • check your command line:

lame -h -V2 –tt %t –tn %n –ta %a –tl %m –ty %y –tc %c – %f

  • check both “swap byte order” and “write wave header” then OK, OK
  • Save settings!!
  • Start ripping
]]>
0
sabba <![CDATA[Skype – Logitech – Jaunty Jackalope – V4L]]> http://www.sabbacuccurullo.org/?p=46 2009-08-25T16:23:26Z 2009-08-25T16:19:43Z How to launch skype on Ubuntu/Kubuntu Jaunty Jackalope using video for linux (v4l) rel. 1 instead of video for linux rel. 2 (v4l2):

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype &

]]>
0
sabba <![CDATA[KDE Folder View mode not found]]> http://www.sabbacuccurullo.org/?p=40 2009-05-28T16:43:28Z 2009-05-28T16:41:08Z … you have to install kdebase-plasma

sudo apt-get install kdebase-plasma

]]>
0
sabba <![CDATA[Setting Linux Timezone]]> http://www.sabbacuccurullo.org/?p=27 2009-04-28T08:26:06Z 2009-04-28T08:17:38Z Replace your/zone with something like Europe/Rome or Asia/Singapore:

ln -sf /usr/share/zoneinfo/your/zone /etc/localtime

Example: if you want to set Europe/Rome as your local timezone:

ln -sf /usr/share/zoneinfo/Europe/Rome /etc/localtime

Reference: click here

]]>
0
sabba <![CDATA[Install VLC plugin for Firefox]]> http://www.sabbacuccurullo.org/?p=21 2009-04-22T19:19:31Z 2009-04-22T17:12:55Z Install VLC and plugins (make sure you have a “multiverse” repository activated):

sudo apt-get install vlc vlc-plugin-* mozilla-plugin-vlc

the plugin file will be located in:

/usr/lib/mozilla-firefox/plugins/libvlcplugin.so

]]>
0
sabba <![CDATA[Run maven in offline mode]]> http://www.sabbacuccurullo.org/?p=16 2009-03-06T12:34:42Z 2009-03-06T12:33:42Z Example: you have to run clean and install tasks and you want to avoid Maven connects to web repository:

mvn –offline clean install

]]>
0