From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 16 Oct 2015 05:53:03 -0700 (PDT) From: =?UTF-8?Q?Andr=C3=A9_Luiz_Duarte_de_Queiroz?= To: voidlinux Cc: sa.pr...@gmail.com Message-Id: <4cb100ce-b43a-43a6-b616-11c1f5e5408d@googlegroups.com> In-Reply-To: <20151016131558.78097b767e276fdd3ca67927@googlemail.com> References: <20151016130852.6e65eeda5dbfd698031cea3d@t-online.de> <20151016131558.78097b767e276fdd3ca67927@googlemail.com> Subject: Re: How to set a new user? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_391_981782915.1444999983409" ------=_Part_391_981782915.1444999983409 Content-Type: multipart/alternative; boundary="----=_Part_392_1267036424.1444999983409" ------=_Part_392_1267036424.1444999983409 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =20 Thanks, folks! I=E2=80=99ll do it as you suggest. But, with one thing learn= t, other=20 doubts raise. Thorsten, In your example about users=E2=80=99 groups config: root@your_machine:/etc# grep your_users group=20 wheel:x:4:your_user=20 floppy:x:8:your_user=20 dialout:x:11:your_user=20 audio:x:12:pulse,your_user=20 video:x:13:your_user=20 cdrom:x:16:your_user=20 scanner:x:20:your_user=20 network:x:21:your_user=20 kvm:x:24:your_user=20 users:x:100:your_user=20 pulse-access:x:997:your_user=20 your_user:x:1000:=20 wireshark:x:992:your_user=20 clamav:x:991:your_user=20 socklog:x:989:your_user Could you explain what each group is? What they do, exactly? I=E2=80=99m no= t=20 familiar with =E2=80=98wireshark=E2=80=99, =E2=80=98clamav=E2=80=99 and =E2= =80=98soklog=E2=80=99 (I might say I=E2=80=99m no longer=20 a newbie , but I=E2=80=99m still far from being experienced with =E2=80=98t= he guts=E2=80=99 of=20 Linux systems=E2=80=A6!); further, what are those numbers after =E2=80=98x= =E2=80=99 in each line?... Regards! Em sexta-feira, 16 de outubro de 2015 06:15:57 UTC-3, Thorsten=20 Johannvorderbrueggen escreveu: > > ...=20 > > > On Thu, 15 Oct 2015 14:39:13 -0700 (PDT)=20 > > Steve Prybylx > wrote:=20 > >=20 > > > Yes, you can, and should, add your new user via terminal or tty.=20 > > > >=20 > > > > # useradd -m =20 > > >=20 > > > # passwd =20 > > >=20 > > > Is the simplest form.=20 > > >=20 > > > Check out https://github.com/voidlinux/documentation/wiki/Quickstart= =20 > and=20 > > > https://github.com/voidlinux/documentation/wiki/configuration for=20 > more=20 > > > information.=20 > > >=20 > >=20 > dont forget to add your user(s) to some group(s) ... depends on your=20 > needs ... here's "my" config=20 > =20 > root@your_machine:/etc# grep your_user group=20 > wheel:x:4:your_user=20 > floppy:x:8:your_user=20 > dialout:x:11:your_user=20 > audio:x:12:pulse,your_user=20 > video:x:13:your_user=20 > cdrom:x:16:your_user=20 > scanner:x:20:your_user=20 > network:x:21:your_user=20 > kvm:x:24:your_user=20 > users:x:100:your_user=20 > pulse-access:x:997:your_user=20 > your_user:x:1000:=20 > wireshark:x:992:your_user=20 > clamav:x:991:your_user=20 > socklog:x:989:your_user=20 > =20 > if you want to use sudo, the you also have to change sudoers (visudo) ..= .=20 > i use the group "wheel" for it ... but mostly "sudo" ist used for=20 > =20 > ....=20 > ##=20 > ## User privilege specification=20 > ##=20 > root ALL=3D(ALL) ALL=20 > =20 > ## Uncomment to allow members of group wheel to execute any command=20 > %wheel ALL=3D(ALL) ALL=20 > =20 > ## Same thing without a password=20 > # %wheel ALL=3D(ALL) NOPASSWD: ALL=20 > =20 > ## Uncomment to allow members of group sudo to execute any command=20 > # %sudo ALL=3D(ALL) ALL=20 > ....=20 > =20 > =20 > > > On Thursday, October 15, 2015 at 4:21:10 PM UTC-4, Andr=C3=A9 Luiz Du= arte=20 > de=20 > > > Queiroz wrote:=20 > > > >=20 > > > > Hi, I've just installed Void Linux in a virtual machine from its=20 > liveCD=20 > > > > (X86_64 version, with LXDE), for testing purposes; I'm looking for = a=20 > distro=20 > > > > "systemd free" to, eventually, replace my current desktop system=20 > (Mageia)=20 > > > > and, so far, I'm very impressed and hopeful with Void Linux! Both= =20 > liveCDs=20 > > > > I've got ('flavours' LXDE, and XFCE with "musl") run so fast they= =20 > look =20 > > > > already installed in the HD! Quite impressive!!=20 > > > >=20 > > > > However, I've some doubts; after installed LXDE version at a=20 > VirtualBox=20 > > > > virtual machine, when trying o run it for the first time, I've foun= d=20 > that=20 > > > > there was only root user defined; there's no common uses set during= =20 > > > > installing process...=20 > > > >=20 > > > > In the initial screen, the system requires user login. I tried to= =20 > login as=20 > > > > anon with default password, but it failed. I did login as root user= =20 > (" su=20 > > > > "), with the password I set during installing (that text only=20 > installing=20 > > > > tool is much more simple than graphical tools I'm used with using= =20 > Mageia=20 > > > > and other distros... but it works!). Being a KDE user (running=20 > Mageia), I'm=20 > > > > not used with LCDE sessions, and just don't know where/how to set a= =20 > common=20 > > > > user, once login as "su" is not a good policy, even when working in= =20 > a=20 > > > > virtual machine...! I couldn't find yet any graphical tool to set a= =20 > new=20 > > > > user and other system settings, should I make this through a=20 > terminal?=20 > > > >=20 > > > > I have other doubts about setting the system, especially some=20 > related to=20 > > > > multi-language input in Void Linux (with ibus), but I shall wait to= =20 > clarify=20 > > > > such topics after have solved basic settings of the system.=20 > > > > I look forward to have a sooner reply from you, folks!=20 > > > > Regards!=20 > > > >=20 > > >=20 > > > --=20 > > > You received this message because you are subscribed to the Google=20 > Groups "voidlinux" group.=20 > > > To unsubscribe from this group and stop receiving emails from it, sen= d=20 > an email to voidli...@googlegroups.com .=20 > > > To post to this group, send email to voi...@googlegroups.com=20 > .=20 > > > To view this discussion on the web visit=20 > https://groups.google.com/d/msgid/voidlinux/a22ff542-c0fe-4908-93a9-e66cb= 9802340%40googlegroups.com.=20 > > > > For more options, visit https://groups.google.com/d/optout.=20 > >=20 > Cheers=20 > Thorsten=20 > > --=20 > Googlemail >=20 > > --=20 > Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung= =20 > sowie der Weitergabe meiner personenbezogenen Daten f=C3=BCr Zwecke der= =20 > Werbung sowie der Markt- oder Meinungsforschung.=20 > ------=_Part_392_1267036424.1444999983409 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

Thanks, folks! I=E2=80=99ll do it as you suggest. But, with one thing learnt, other= doubts raise. Thorsten, In your example about users=E2=80=99 groups config:


=C2=A0root@your_machine:/etc# grep your_users group
=C2=A0 wheel
:x:4:your_user
=C2=A0 flo= ppy
:x:8:your_user
=C2=A0 dialout
:x:11:yo= ur_user
=C2=A0 audio
:x:12:pulse,your_user
=C2=A0 video
:x:13:your_user
=C2=A0 cdrom
:x:16<= /span>:your_user
=C2=A0= scanner
:<= /span>x:20:your_user
=C2=A0 network
:x:21:your_user
=C2=A0 kvm
:x= :24= :your_user
=C2=A0 users=
:x
:100:your_user
=C2=A0 pulse
-access:x:= 997:your_user
= =C2=A0 your_user
:x:1000:
=C2=A0 wireshark
:x:992:your_user
=C2=A0 clamav
:x:99= 1:<= span style=3D"color: #000;" class=3D"styled-by-prettify">your_user
=C2= =A0 socklog
:x= :989:your_user

=


Could you explain what each group is? What they do, exactly? I=E2=80=99m not familiar with = =E2=80=98wireshark=E2=80=99, =E2=80=98clamav=E2=80=99 and =E2=80=98soklog=E2=80=99 (I might say I=E2=80=99m no longer a newbie , = but I=E2=80=99m still far from being experienced with =E2=80=98the guts=E2=80=99 of Linux systems=E2=80=A6!); fu= rther, what are those numbers after =E2=80=98x=E2=80=99 in each line?...


=

Regards!



Em sexta-feira, 16 de outubro de 2015 06:15:57 UTC-3, T= horsten Johannvorderbrueggen escreveu:
...

> On Thu, 15 Oct 2015 14:39:13 -0700 (PDT)
> Steve Prybylx <sa.p...@gmail.com> wrote:
>=20
> > Yes, you can, and should, add your new user via terminal or t= ty.=20
> > >
> > > # useradd -m <USERNAME>=20
> >=20
> > # passwd <USERNAME>
> >=20
> > =C2=A0Is the simplest form.
> >=20
> > Check out https://github.com/voidlinux/do= cumentation/wiki/Quickstart and=20
> > https://github.com/voidlinux/doc= umentation/wiki/configuration for more=20
> > information.
> >
>=20
=C2=A0dont forget to add your user(s) to some group(s) ... depends on y= our needs ... here's "my" config
=C2=A0
=C2=A0root@your_machine:/etc# grep your_user group
=C2=A0wheel:x:4:your_user
=C2=A0floppy:x:8:your_user
=C2=A0dialout:x:11:your_user
=C2=A0audio:x:12:pulse,your_user
=C2=A0video:x:13:your_user
=C2=A0cdrom:x:16:your_user
=C2=A0scanner:x:20:your_user
=C2=A0network:x:21:your_user
=C2=A0kvm:x:24:your_user
=C2=A0users:x:100:your_user
=C2=A0pulse-access:x:997:your_user
=C2=A0your_user:x:1000:
=C2=A0wireshark:x:992:your_user
=C2=A0clamav:x:991:your_user
=C2=A0socklog:x:989:your_user
=C2=A0
=C2=A0if you want to use sudo, the you also have to change sudoers (vis= udo) ... i use the group "wheel" for it ... but mostly "sudo= " ist used for=20
=C2=A0
=C2=A0....
=C2=A0##
=C2=A0## User privilege specification
=C2=A0##
=C2=A0root ALL=3D(ALL) ALL
=C2=A0
=C2=A0## Uncomment to allow members of group wheel to execute any comma= nd
=C2=A0%wheel ALL=3D(ALL) ALL
=C2=A0
=C2=A0## Same thing without a password
=C2=A0# %wheel ALL=3D(ALL) NOPASSWD: ALL
=C2=A0
=C2=A0## Uncomment to allow members of group sudo to execute any comman= d
=C2=A0# %sudo=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0ALL=3D(ALL= ) ALL
=C2=A0....
=C2=A0
=C2=A0=20
> > On Thursday, October 15, 2015 at 4:21:10 PM UTC-4, Andr=C3=A9= Luiz Duarte de=20
> > Queiroz wrote:
> > >
> > > Hi, I've just installed Void Linux in a virtual mach= ine from its liveCD=20
> > > (X86_64 version, with LXDE), for testing purposes; I'= ;m looking for a distro=20
> > > "systemd free" to, eventually, replace my curr= ent desktop system (Mageia)=20
> > > and, so far, I'm very impressed and hopeful with Voi= d Linux! Both liveCDs=20
> > > I've got ('flavours' LXDE, and XFCE with &qu= ot;musl") run so fast they look =C2=A0
> > > already installed in the HD! Quite impressive!!
> > >
> > > However, I've some doubts; after installed LXDE vers= ion at a VirtualBox=20
> > > virtual machine, when trying o run it for the first time= , I've found that=20
> > > there was only root user defined; there's no common = uses set during=20
> > > installing process...
> > >
> > > In the initial screen, the system requires user login. I= tried to login as=20
> > > anon with default password, but it failed. I did login a= s root user (" su=20
> > > "), with the password I set during installing (that= text only installing=20
> > > tool is much more simple than graphical tools I'm us= ed with using Mageia=20
> > > and other distros... but it works!). Being a KDE user (r= unning Mageia), I'm=20
> > > not used with LCDE sessions, and just don't know whe= re/how to set a common=20
> > > user, once login as "su" is not a good policy,= even when working in a=20
> > > virtual machine...! I couldn't find yet any graphica= l tool to set a new=20
> > > user and other system settings, should I make this throu= gh a terminal?
> > >
> > > I have other doubts about setting the system, especially= some related to=20
> > > multi-language input in Void Linux (with ibus), but I sh= all wait to clarify=20
> > > such topics after have solved basic settings of the syst= em.
> > > I look forward to have a sooner reply from you, folks!
> > > Regards!
> > >
> >=20
> > --=20
> > You received this message because you are subscribed to the G= oogle Groups "voidlinux" group.
> > To unsubscribe from this group and stop receiving emails from= it, send an email to voidlinux+...@googlegroups.com.
> > To post to this group, send email to voi...@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.c= om/d/msgid/voidlinux/a22ff542-c0fe-4908-93a9-e66cb9802340%40= googlegroups.com.
> > For more options, visit https://grou= ps.google.com/d/optout.
>=20
Cheers
=C2=A0 Thorsten

--=20
Googlemail <myh...@googlemail.com>

--=20
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzun= g
sowie der Weitergabe meiner personenbezogenen Daten f=C3=BCr Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
------=_Part_392_1267036424.1444999983409-- ------=_Part_391_981782915.1444999983409--