Joost:
-
added steps to fix markdown via cli (extra script)
-
autofix in vs code on save, add this setting:
"editor.codeActionsOnSave": { "source.fixAll.markdownlint": true }
# Rsync to remove old files | |
gsutil -m rsync -x '.git*' -c -d -r dist gs://bucket/ | |
# Upload and gzip HTML, CSS and JavaScript | |
gsutil -m cp -z "html,css,js" -r dist/** gs://bucket/ | |
# Set expires headers (6 months) on JS and CSS assets | |
gsutil -m setmeta -h "Cache-Control: public, max-age=15552000" gs://bucket/assets/** | |
# Make sure there's no expiration headers on HTML files |
added steps to fix markdown via cli (extra script)
autofix in vs code on save, add this setting:
"editor.codeActionsOnSave": { "source.fixAll.markdownlint": true }
--- | |
- hosts: | |
- all | |
become: true | |
tasks: | |
- name: Update apt cache | |
apt: update_cache=yes | |
- name: Upgrade packages | |
apt: upgrade=dist |
Install WireGuard via whatever package manager you use. For me, I use apt. | |
$ sudo add-apt-repository ppa:wireguard/wireguard | |
$ sudo apt-get update | |
$ sudo apt-get install wireguard | |
MacOS | |
$ brew install wireguard-tools | |
Generate key your key pairs. The key pairs are just that, key pairs. They can be |
From http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html | |
Word selection criteria: | |
- The wordlist contains 1626 words. | |
- All words are between 4 and 7 letters long. | |
- No word in the list is a prefix of another word (e.g. visit, visitor). | |
- Five letter prefixes of words are sufficient to be unique. | |
The rest of the criteria are less strict. You may find exceptions to all of them because it is difficult to satisfy them all at the same time. | |
- The words should be usable by people all over the world. The list is far from perfect in that respect. It is heavily biased towards western culture and English in particular. The international vocabulary is simply not big enough. One can argue that even words like "hotel" or "radio" are not truly international. You will find many English words in the list but I have tried to limit them to words that are part of a beginner's vocabulary or words that have close relatives in other european languages. In some cases a word has a different meaning |
The main answers I need from budgeting:
One of my favorite reports hledger
supports is
The main answers I need from budgeting:
One of my favorite reports hledger
supports is
#!/bin/bash | |
# Author : Joost van der Laan | |
# | |
sudo apt update | |
sudo apt install wget unzip | |
sudo apt install curl | |
sudo apt install htop |
#!/bin/bash | |
# Author : Joost | |
# | |
# From Software center: | |
# VLC | |
# VS code | |
# virtual box | |
# shutter | |
# install unity tweak tool |
https://medium.com/google-cloud/how-good-is-google-clouds-cdn-e181a16f0404
for ((i=0;i<500;i++)); do (time curl https://fashionunited.be/landing/images/ebp/adidas/5pillars.png) 2>&1; done | grep real