sábado, 1 de octubre de 2016

Audacity: Audio Error

Using audacity in fedora 20, Actually I have faced an issue with the audio, strange error as the following one was printed in the terminal:

ALSA lib pcm.c snd_pcm_recover underrun occurred

So in this forum the solution was pointed to restart pulseaudio, which is a proxy sound application:

stop
>pulseaudio --kill
and then restart
>pulseaudio --start

About above command in the forum redirect to this site that explain a little bit further about pulse audio so first need to know your enemy before defeat it.

jueves, 29 de septiembre de 2016

QDirStat : See Usage files in a path linux

Qdirstat is similar to windirstat, so in this link I've found suggestion to use that tool, so I've installed in fedora 20, because want to check files importants in my disk before format.
Find the source in this link.

I faced an issue with qmake which is fixed just running (link)
yum -y install qt-devel
export qmake=/usr/bin/qmake-qt4

Let's check how to install g++, no remember if I installed it (link).

This site said to install c++
> yum install gcc-c++