Difference between pages "Install/pt-br/Profiles" and "User:Pytony"

From Funtoo
< Install(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
=== Profiles ===
{{Person
|Geoloc=48.123028496893525, -1.671895980834961
|Location name=Rennes, Bretagne, France
|Full name=Antoine Pinsard
|Email=antoine.pinsard@gmail.com
|Nick=pytony
}}


Uma vez que você tenha reiniciado no Funtoo Linux, você pode mais tarde personalizar seu sistema para as suas necessidade ao usar o Funtoo Profiles.
== About Me ==


[[Funtoo 1.0 Profile|Funtoo profiles]] são utilizados para padões para específico Portage para suas necessidades. Há 4 típicos básicos de perfil (profile types): arch, build, [[Flavors and Mix-ins|flavor, and mix-ins]]:
I am a 23 years old student in computer science at the university of ''Rennes 1'' in Brittany, France. I started developing websites at the age of 11, which, bit by bit, led me to programming and GNU/Linux. I moved to Gentoo and then Funtoo about four years ago, since I wanted to be the master of my computer and not the opposite. Alongside my studies, I am working as lead developer for a French start-up called ''Aladom'' (home services sector).


;arch: tipicamente <code>x86-32bit</code> ou <code>x86-64bit</code>, isso define o tipo de processador e suporte do seu sistema. Isso é definido quando seu stage foi construído e não deve ser alterado.
I hope this year I would have more time to get involved in the Funtoo community. For me, this would be a good opportunity to learn more about a project life cycle in an open-source context. I hope this will enable me to improve my english as well.
;build: defines whether your system is a <code>current</code>, <code>stable</code> or <code>experimental</code> build. <code>current</code> systems will have newer packages unmasked than <code>stable</code> systems.
;flavor: defines the general type of system, such as <code>server</code> or <code>desktop</code>, and will set default USE flags appropriate for your needs.
;mix-ins: define various optional settings that you may be interested in enabling.
 
One arch, build and flavor must be set for each Funtoo Linux system, while mix-ins are optional and you can enable more than one if desired.
 
Remember that profiles can often be inherited. For example, the <code>desktop</code> flavor inherits the <code>workstation</code> flavor settings, which in turn inherits the <code>X</code> and <code>audio</code> mix-ins. You can view this by using eselect:
 
<console>
(chroot) # ##i##eselect profile show
Currently set profiles:
    arch: gentoo:funtoo/1.0/linux-gnu/arch/x86-64bit
  build: gentoo:funtoo/1.0/linux-gnu/build/current
  flavor: gentoo:funtoo/1.0/linux-gnu/flavor/desktop
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/kde
 
Automatically enabled profiles:
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/print
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/X
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/audio
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/dvd
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/media
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/console-extras
</console>
 
To view installed profiles:
<console>
(chroot) # ##i##eselect profile list
</console>
 
To change the profile flavor:
<console>
(chroot) # ##i##eselect profile set-flavor 7
</console>
 
To add a mix-in:
 
<console>
(chroot) # ##i##eselect profile add 10
</console>

Revision as of 21:31, March 12, 2015


Location

Loading map...
Rennes, Bretagne, France


About Me

I am a 23 years old student in computer science at the university of Rennes 1 in Brittany, France. I started developing websites at the age of 11, which, bit by bit, led me to programming and GNU/Linux. I moved to Gentoo and then Funtoo about four years ago, since I wanted to be the master of my computer and not the opposite. Alongside my studies, I am working as lead developer for a French start-up called Aladom (home services sector).

I hope this year I would have more time to get involved in the Funtoo community. For me, this would be a good opportunity to learn more about a project life cycle in an open-source context. I hope this will enable me to improve my english as well.