Arch install
loadkeys de-latin1
cfdisk
/dev/sda1 512M
/dev/sda2 25G
/dev/sda3 XXX
mkfs.fat -F32 /dev/sda1
mkfs.btrfs /dev/sda2
mkfs.btrfs /dev/sda3
mounting mount /dev/sda2 /mnt
basic packages pacstrap /mnt base linux-lts linux-firmware
fstab genfstab -U /mnt » /mnt/etc/fstab
arch-chroot /mnt
ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
hwclock –systohc
install editor pacman -S vim networkmanager grub efibootmgr sudo systemctl enable NetworkManager
Edit /etc/locale.gen and uncomment en_US.UTF-8 UTF-8 and other needed locales. vim /etc/locale.gen
de_DE.UTF-8 and en_US.UTF-8 locale-gen
vim /etc/locale.
firefox download action
Firefox download action change pop-up menu when you download something on some downloads, you cant choose which behavior firefox shoul remember, for example on RAR files
To change the default behavior on firefox regards to
‘rar, zip, mkv, avi, and so on
you can edit the ‘handlers.json’ file in your firefox profile folder
the quote font sign is displayed mostly wrong, so dont copy-and-paste the default handlers.json
{"defaultHandlersVersion":{"en-US":4},"mimeTypes":{},"schemes":{"irc":{"stubEntry":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"ircs":{"stubEntry":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"mailto":{"stubEntry":true,"handlers":[null,{"name":"Yahoo! Mail","uriTemplate":"https://compose.mail.yahoo.com/?To=%s"},{"name":"Gmail","uriTemplate":"https://mail.google.com/mail/?extsrc=mailto&url=%s"}]}}} edit the part "mimeTypes":{} add in the brakets "application/pdf":{"action":0,"extensions":["pdf"]},"application/octet-stream":{"action":0,"extensions":["mkv"]},"application/octet-stream":{"action":0,"extensions":["mp4"]},"application/octet-stream":{"action":0,"extensions":["avi"]},"application/octet-stream":{"action":0,"extensions":["rar"]},"application/octet-stream":{"action":0,"extensions":["zip"]},"application/octet-stream":{"action":0,"extensions":["7zip"]},"application/octet-stream":{"action":0,"extensions":["mp3"]}