Guy Rutenberg

Keeping track of what I do

Archive for the ‘Gentoo’ tag

Using MusicBrainz when Ripping CDs in KDE

without comments

I guess this tip is Gentoo specific. By default KDE uses FreeDB for getting CD info when ripping CDs. If you want to use MusicBrainz native service (not via their FreeDB proxy), there are several steps you’ll need to take.
Read the rest of this entry »

Written by Guy

January 9th, 2010 at 10:37 am

Posted in Tips

Tagged with , ,

Upgrading All QT Modules in Gentoo

without comments

Upgrading minor versions QT seems to be a hassle, as each version blocks the previous and because of inter-dependencies, Gentoo can’t understand by itself how to solve them. The solution is to tell it to specifically upgrade all installed modules.
Read the rest of this entry »

Written by Guy

November 21st, 2009 at 10:01 pm

Posted in Linux

Tagged with ,

Upgrading All KDE Related Packages in Gentoo

without comments

Yesterday, Gentoo marked KDE 3.5.10 as stable on amd64. I looked for a way to upgrade all of the KDE related packages, without manually specifying each one of them. Normally one could do

emerge -avu world

but I encountered some nasty conflicts that I didn’t have time, nor will, to resolve at that time. So I’ve looked for a different solution. To my rescue came qlist for the great app-portage/portage-utils package. This package provides a set of very fast utilities to query portage. I’ve used qlist to list all of my installed packages, grep‘ed the list and piped the result as arguments to emerge using xargs.
Read the rest of this entry »

Written by Guy

June 8th, 2009 at 9:24 am

Posted in Linux, Tips

Tagged with ,

phpMyAdmin + Lighttpd in Gentoo

with one comment

Usually installing software in Gentoo is a piece of cake. Just emerge what you want and (with the right USE flags) and everything will be ready for you. However, as today I’ve found out today, installing phpMyAdmin with Lighttpd isn’t trivial as it should be.

In this post I’ll try to walk you through the necessary steps to install phpMyAdmin with Lighttpd in Gentoo.
Read the rest of this entry »

Written by Guy

January 20th, 2009 at 7:14 pm

Posted in Linux, Tutorials

Tagged with , ,