Re: [gentoo-user] locating large disk files

2014-07-13 Thread Dimitri Semitsoglou-Tsiapos
On Sun, 13 Jul 2014 14:03:41 -0600 Joseph wrote: > I'm trying to clean up my home directory by locating large disk > files. I used: find / -type f -size +2k -exec ls -lh {} \; | awk > '{ print $8 ": " $5 }' Take a look here regarding why you should never parse ls' output: http://mywiki.woole

Re: [gentoo-user] USE-flags description?

2015-02-01 Thread Alexander Kapshuk
___ > This mailbox accepts e-mails only from selected mailing-lists! > Everything else is considered to be spam and therefore deleted. > > quse -D aes popcnt local:aes:app-crypt/shishi: Enable AES encryption/checksum types. local:popcnt:dev-libs/marisa: Enable popcnt inst

Re: [gentoo-user] Pure Data (Pd) can't access ALSA device

2017-09-22 Thread Daniel Sonck
This sounds pretty normal to me. ALSA isn't really suited for simultaneous audio access. In general with ALSA you have only one program that can use audio at a time, or you use the mixer module from ALSA. I assume a program running on the background has claimed ALSA already for certain reasons.