code

Search

You can find the results of your search below.

install
60 Hits, Last modified:
ystem from https://github.com/eoli3n/archiso-zfs <code> curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash </code> ===== ext4 ===== create partition <code> DISK=ata-SSDPR-CX400-256-G2_GY3042305 sgdisk --clear -g $D... bios_grub on sgdisk -n1:0:0 -t1:8300 $DISK </code> format <code> mkfs.ext4 -L ROOT $DISK-part1 </c
postinstall
24 Hits, Last modified:
you to install, remove, update packages with GUI <code> yay pamac-aur </code> ===== Base ===== <code> sudo pacman -S intel-ucode </code> <code> sudo su grep -q menu-complete /etc/inputrc if [ $? = 1 ];
tutorial
12 Hits, Last modified:
ial ====== ===== packages ===== search package <code> yay -Ss string1 string2 ... </code> show package info <code> yay -Si vlc </code> install package <code> yay vlc yay -S vlc </code> print the list of packages tha
manjaro
4 Hits, Last modified:
== ===== base ===== update mirror with fastest <code> sudo pacman-mirrors --country Italy </code> Upgrade and Optimize the Pacman database (Do this regularly) <code> sudo pacman-db-upgrade && sudo pacman-optimize && sync </code>
appimage
2 Hits, Last modified:
====== appimage ====== <code> yay -S appimagelauncher </code>