You’ll never walk alone

Dec
27

Ubuntu Re-enable media automount

Posted by sabba

Open gconf-editor as normal user

Check if the key /apps/nautilus/preferences/media_automount exists and is set to true
If it not exists: create it, set it to true, close gconf-editor.

Now a logout is recommended… that’s it !

Nov
20

Reinstall grub from live distro

Posted by sabba

Boot from Live CD / USB

open a terminal

sudo su

mount your linux partition (in my case /dev/sda5)

mount /dev/sda5 /mnt

mount specials

mount --bind /dev /mnt/dev

mount --bind /proc /mnt/proc

mount --bind /sys /mnt/sys

chroot to your mounted linux partition

chroot /mnt

update ad install grub

update-grub

exit from chrooted partition

exit

unmount all

umount /mnt/sys

umount /mnt/proc

umount /mnt/dev

umount /mnt

reboot

Jan
30

Linux and Hauppauge WinTV

Posted by sabba

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

Dec
21

Sun JDK on Fedora 10+

Posted by sabba

http://fedorasolved.org/browser-solutions/java-i386 ;-)

Nov
10

Post editor doesn’t work correctly in WordPress 2.8.x

Posted by sabba

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 );

Nov
05

Kubuntu 9.10 Karmic Koala and Eclipse Galileo

Posted by sabba

How to launch Eclipse Galileo and fix all troubles:

set this before launch eclipse executable:

GDK_NATIVE_WINDOWS=true

Found here

Oct
06

K3B extract audio with Lame

Posted by sabba

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
Aug
25

Skype – Logitech – Jaunty Jackalope – V4L

Posted by sabba

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 &

May
28

KDE Folder View mode not found

Posted by sabba

… you have to install kdebase-plasma

sudo apt-get install kdebase-plasma

Apr
28

Setting Linux Timezone

Posted by sabba

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

About Me

    About

    Some details about you.

    Open "about_text.txt" file in the theme folder to edit this text.

Recent Comments

execution time: 0.17 secs