This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.
sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
| document.documentElement.style.setProperty("filter", "invert(100%)"); | |
| document.querySelectorAll("svg,path,img,video").forEach((i) => { | |
| i.parentElement.style.setProperty("filter", "invert(100%)"); | |
| i.style.setProperty("filter", "invert(100%)"); | |
| }); | |
| // asd | 
| const sponsorHeader = document.getElementById("sponsorHeader"); | |
| const sponsorBanner = document.getElementById("sponsorBanner"); | |
| const newsletterHeader = document.getElementById("newsletterHeader"); | |
| const elDistanceToTop = !sponsorBanner | |
| ? 0 | |
| : window.pageYOffset + sponsorBanner.getBoundingClientRect().top; | |
| if (sponsorHeader) sponsorHeader.style.display = "none"; | 
| execute pathogen#infect() | |
| syntax on | |
| set number | |
| set nowrap | |
| set mouse=r | |
| set shortmess=a | |
| set laststatus=2 | |
| set showtabline=2 | |
| let g:netrw_liststyle = 3 | |
| let g:netrw_list_hide='.*\.swp$' | 
| # Install ARCH Linux with encrypted file-system, for BIOS. Dustin dut n ex 5 a t g ma il | |
| # 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 # on linux | |
| # Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | 
| # 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 | 
| chflags uchg ~/Library/Mail/V3/MailData/Signatures/*.mailsignature | 
| # This is a skeleton for testing models including examples of validations, callbacks, | |
| # scopes, instance & class methods, associations, and more. | |
| # Pick and choose what you want, as all models don't NEED to be tested at this depth. | |
| # | |
| # I'm always eager to hear new tips & suggestions as I'm still new to testing, | |
| # so if you have any, please share! | |
| # | |
| # @kyletcarlson | |
| # | |
| # This skeleton also assumes you're using the following gems: |