Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

aryvandaar

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by aryvandaar

  1. I've been working about a year in IT, and I've already gotten some good contacts for work in other firms, and my grades aren't amazing, mostly mediocre and some good or great grades in anything with computers and a select few subjects. I'm not sure if I can give advice, because I'm not sure how things work in France. In Norway you get get a really well paid job even if you have no attended university. 

     

    I guess, like everyone else is saying, find your little niche in computing and get very good at it.

     

    My honest opinion about school is that a lot of the things you learn there is bullshit, even in university.  Nothing can really beat true learning that you do on your own. In less than a year, with a full time job I've managed to go from using Manjaro as a noob to using Funtoo and Gentoo kind of like a pro, but I'm not quite there yet. 

  2. From using both Gentoo and Funtoo I would say that Funtoo has more innovation, and it's more practical. There are these small differences, like management of kernel, grub and such that makes it better. Gives you more time with the rest of the system. I feel that Funtoo is Gentoo without some of the some unnecessary hardships. 

     

    This is why I use Funtoo, and not Gentoo. 

  3. The following REQUIRED_USE flag constraints are unsatisfied:
    ffmpeg? ( !libav? ( postproc ) )

     

    This means that if you have the ffmpeg use flag, you need the libav flag, if you have the libav flag you need the post proc flag. In other words, you need to add libav in your make.conf and postproc in package.use, or both in package.use. 

  4. You have two options. 

     

    1. You edit the make.conf in /etc/portage with USE="gstreamer" and/or USE="ffmpeg".
    2. You edit the package.use in /etc/portage with app-misc/tracker gstreamter and/or app-misc/tracker ffmpeg.

    What  <The above constraints are a subset of the following complete expression:> means is that

     

     cue? ( gstreamer ) if you have cue use flag, you need gstreamer use flag.

×
×
  • Create New...