This guide will show step-by-step how to Install Arch Linux on UEFI mode.
- Bootable Flash Drive
- BIOS
- Pre installation
- Set Keyboard Layout
- Check boot mode
- Update System Clock
| *.acn | |
| *.acr | |
| *.alg | |
| *.aux | |
| *.bak | |
| *.bbl | |
| *.bcf | |
| *.blg | |
| *.brf | |
| *.bst |
| # Install ARCH Linux with encrypted file-system and UEFI | |
| # The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
| # Download the archiso image from https://www.archlinux.org/ | |
| # Copy to a usb-drive | |
| dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
| # Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
| # Set swedish keymap |
| # extracted from http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_countries.zip | |
| # under public domain terms | |
| country_bounding_boxes = { | |
| 'AF': ('Afghanistan', (60.5284298033, 29.318572496, 75.1580277851, 38.4862816432)), | |
| 'AO': ('Angola', (11.6400960629, -17.9306364885, 24.0799052263, -4.43802336998)), | |
| 'AL': ('Albania', (19.3044861183, 39.624997667, 21.0200403175, 42.6882473822)), | |
| 'AE': ('United Arab Emirates', (51.5795186705, 22.4969475367, 56.3968473651, 26.055464179)), | |
| 'AR': ('Argentina', (-73.4154357571, -55.25, -53.628348965, -21.8323104794)), | |
| 'AM': ('Armenia', (43.5827458026, 38.7412014837, 46.5057198423, 41.2481285671)), |
| # Convert Microsoft Word 'doc' files to 'docx' format by opening and | |
| # saving Word files using win32com to automate Microsoft Word. | |
| # | |
| # The script walks a directory structure and converts all '.doc' files found. | |
| # Original 'doc' and new 'docx' files are saved in the same directory. | |
| # | |
| # This Word automation method has been found to work where OFC.exe and | |
| # wordconv.exe do not. | |
| # | |
| # Tested using Windows 7, Word 2013, python 2.7.10, pywin32-219.win-amd64-py2.7 |
| import numpy as np | |
| from scipy.stats import t, zscore | |
| def grubbs(X, test='two-tailed', alpha=0.05): | |
| ''' | |
| Performs Grubbs' test for outliers recursively until the null hypothesis is | |
| true. |
| In order to work the Bose QC35 Headset Bluetooth do the following: | |
| - sudo pacman -Syu pulseaudio-alsa pulseaudio-bluetooth bluez bluez-libs bluez-utils | |
| - turn off bluetooth from your computer | |
| - sudo btmgmt ssp of | |
| - gpasswd -a YOUR_USER lp |