Arch Linux: erinevus redaktsioonide vahel

Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
Resümee puudub
10. rida: 10. rida:
 
# groupadd imre
 
# groupadd imre
 
# useradd -g imre -m -d /home/imre -s /bin/bash imre
 
# useradd -g imre -m -d /home/imre -s /bin/bash imre
  +
# passwd imre
  +
...
 
# pacman -S vim
 
# pacman -S vim
 
# pacman -S openssh
 
# pacman -S openssh

Redaktsioon: 10. jaanuar 2022, kell 20:49

Sissejuhatus

TODO

yay paketihaldur

# pacman -Sy
# pacman -S --needed base-devel
# pacman -S git
# groupadd imre
# useradd -g imre -m -d /home/imre -s /bin/bash imre
# passwd imre
...
# pacman -S vim
# pacman -S openssh
# grep ^ALL /etc/sudoers
ALL ALL=(ALL) ALL
$ git clone https://aur.archlinux.org/yay-git.git
$ cd yay-git
$ makepkg -si
$ yay -Sy joe

Kasulikud lisamaterjalid

  • TODO