Results 102 comments of latot

Hi hi :3 do you think soon or someday this can be implemented? (yes yes, i'm insisting, to me this a very very expected feature)

This would be great, to avoid conflict with ffmpeg installation and incompatibility with new versions.

Hi, I was thinking something similar, like load modules from http/https or git, for projects and libs that are pure R would be great.

Hi, yes i think would be great, but you don't need include a lot of profiles, i think just 2, one profile for general propose, and the other include at...

i think you need to do is write the default profiles and then put the keywords, use, etc files there and should be ready.

Hi all, testing that Wiki and comparing with the method i post in my first post, i can confirm both works, i recommend use the first, i think is simpler...

mini tutorial: ``` rm /etc/portage/make.profile (remember your profile and the overlay (custom or main tree) mkdir /etc/portage/make.profile touch /etc/portage/make.profile/parent ``` format: $SOURCE:$PROFILE ``` nano /etc/portage/make.profile/parent ``` in my case i...

pentoo overlay use this, if you want you can check it https://github.com/pentoo/pentoo-overlay

I found 2 ways to do this, one is: ``` echo 0 > /sys/devices/system/cpu/cpu3/online ``` This method have some... things: https://stackoverflow.com/questions/44907731/programmatically-disable-cpu-core The other one: ``` cset shield --cpu 4 ```...