# - bof - # # - - # # - Update - # sudo pacman -Syu; sudo pacman -Syyuu; # - - # # - If update fails - # sudo pacmsn -Sy archlinux-keyring; sudo reboot now; sudo pacman -Syu; sudo pacman -Syyuu; # - - # # - Update mirrorlist - # sudo pacman -S reflector --noconfirm --needed; sudo reflector --verbose --threads 50 -l 101 -f 101 --number 50 --sort rate --save /etc/pacman.d/mirrorlist # - - # # - Modify pacman.conf file - # sudo vim /etc/pacman.conf #VerbosePkgLists ParallelDownloads = 5 ILoveCandy :a # - - # # - Arch programs list - # sudo pacman -S audacious bash-completion binutils bleachbit brasero clementine bpytop curl dolphin evince fakeroot filelight file-roller filezilla firefox gcc geeqie gedit gimp git gnome-disk-utility gnome-multi-writer gnome-packagekit gnome-terminal gnome-system-monitor gpart gparted gpicview grub-customizer gvfs htop kpat libreoffice make man mysql-clients nano net-tools nmap openssh pavucontrol pinta plank postgresql pv python p7zip reflector rsync samba screenfetch simple-scan smplayer spectacle sshfs testdisk thunar tilix transmission-gtk tree unrar unzip viewnior vim vlc whois wget xfburn yajl --noconfirm --needed; sudo systemctl enable sshd; #systemctl enable NetworkManager; :a.1 # - - # # - DVD Writing - programs - # # - Documentation - # https://askubuntu.com/questions/461135/copy-mp4-files-to-dvd # - - # # - bombono-dvd - # https://bbs.archlinux.org/viewtopic.php?id=140642 yay -S bombono-dvd; :b # - - # # - Arch theme - # sudo pacman -S adapta-gtk-theme arc-gtk-theme arc-icon-theme archlinux-wallpaper gtkmm3 papirus-icon-theme ttf-freefont --noconfirm --needed; :b.1 # - - # # - Orchis theme - # yay -S orchis-theme --noconfirm --needed; :c # - - # # - Printer - # sudo pacman -S cups cups-pdf hplip libcups system-config-printer --noconfirm --needed; sudo systemctl enable cups; :d # - - # # - Audio - # sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth --noconfirm --needed; :e # - - # # - Video - # sudo pacman -S xf86-video-vesa xf86-video-ati xf86-video-intel xf86-video-amdgpu xf86-video-nouveau --noconfirm --needed; :f # - - # # - Utilitary software - # sudo pacman -S acpi acpi_call alsa-utils dnsutils inetutils powertop reflector tlp xdg-utils xdg-user-dirs --noconfirm --needed; sudo pacman -S bluez bluez-utils wireless_tools --noconfirm --needed; :g # - - # # - Intel, AMD, wireless & nvidia - # sudo pacman -S intel-ucode amd-ucode wireless_tools nvidia nvidia-utils --noconfirm --needed; :h # - - # # - VirtualBox install - # #sudo pacman -S virtualbox-guest-utils xf86-video-vmware --noconfirm --needed; :i # - - # # - DropBox install - # https://linuxhint.com/install-dropbox-arch-linux/ cd ~/Downloads; git clone https://aur.archlinux.org/dropbox.git cd dropbox makepkg -si PKGBUILD; :j # - - # # - inxi - # # - Whole system info - # yay -S inxi --noconfirm --needed; inxi; inxi -SCMm -t c -P -x; inxi -b; # Basic info inxi -d; # Drivers inxi -i; # Network info sudo inxi -m; # System memory info inxi -n; # Network card additional info sudo inxi -o # Unmounted partitions inxi -p; # Partitions inxi -r; # Repositories info inxi -s; # System sensors info inxi -w; # Local weather inxi -A; # Audio inxi -C; # CPU inxi -G; # Graphic inxi -D; # HDD inxi -D -xx; inxi -M; # Bios & Motherboar inxi -N; # Network card info inxi -F; # Whole system details inxi -F -xxx; # More details # - eof - #