=================
$> loadkeys es
Configurar Wifi
$> iwctl
[iwd]# device list
[iwd]#station [wlan0] scan
[iwd]#station wlan0 get-networks
[iwd]#station wlan0 connect [nombre de red]
coloco contraseña de red y compruebo que se conecte
[iwd]#station wlan0 show
debe aparecer conectado, en caso de que salga en off
$> loadkeys es
Configurar Wifi
$> iwctl
[iwd]# device list
[iwd]#station [wlan0] scan
[iwd]#station wlan0 get-networks
[iwd]#station wlan0 connect [nombre de red]
coloco contraseña de red y compruebo que se conecte
[iwd]#station wlan0 show
debe aparecer conectado, en caso de que salga en off
[iwd]#adapter phy0 set-property Powered on
[iwd]#exit
[iwd]#exit
Particionar el Disco
# fdisk -l
(elegimos el disco de 80GB)
# fdisk /dev/sdX
Command (m for help): g
Command (m for help): n
Partition number(1-128): 1
First Sector: Enter
Last Sector: +512M
Command (m for help): t
Partition type or alias(m for help): uefi
Command (m for help): n
Partition number(2-128): 2
First Sector: Enter
Last Sector: +60G
Command (m for help): n
Partition number (3-128): 3
First Sector: Enter
Last Sector: Enter(Todo espacio disponible)
Command (m for help): w
Formatear las particiones
# fdisk -l
# mkfs.vfat /dev/sda1
# mkfs.ext4 /dev/sda2
# mkfs.ext4 /dev/sda3
# lsblk -f
Instalar Arch
$>archinstall
Archinstall language > Spanish
Mirrors > Colombia
Locales > Teclado: la-latin1 | Idioma: es_PE.UTF-8
Disk configuration > Predeterminado
Bootloader > Grub
Swap > yes
Root password > ****
User account > nombreUsuario
Profile > Type > Desktop > KDE Plasma
Graphics driver > Nvidia(propietary)
Greeter > sddm
Audio > PipeWire
Paquetes Adicionales > wpa_supplicant wireless_tools networkmanager firefox
Configuracion de la red > Copiar la configuración de red ISO a la instalación
Timezone > America/Lima
NTP > True
Optional repositories > multilib
Instalar
Actualizar el sistema
# pacman -Syu
Habilitar el servicio NetworkManager
# systemctl enable NetworkManager
Habilitar el servicio de Bluetooth
# systemctl enable bluetooth
# exit
# reboot
---------------------------------------------------------------------------------------------------------------
Eliminar Aplicaciones preinstaladas (GNOME)
# sudo pacman -Rns epiphany gnome-music gnome-weather gnome-maps gnome-tour gnome-contacts gnome-connections htop
# sudo pacman -Sc
---------------------------------------------------------------------------------------------------------------
Desinstalar Paquetes (Opcional para KDE Plasma)
# sudo pacman -Rdd krdp
# sudo pacman -Rdd hwloc
# sudo pacman -Rdd kmenuedit
# sudo pacman -Rdd kate
# sudo pacman -Rdd htop
No hay comentarios:
Publicar un comentario