utm_medium
required - can be e.g.referral
,social
,email
utm_source
is required - e.g.facebook.com
utm_campaign
is optional e.g.june-giveaway
Use these utm_*
parameters in these scenarios:
this guy got it working by adding a cups "Raw Device":
http://screaming.computer/blog/2020-02/connect-a-thermal-receipt-printer-to-a-linux-vm-in-unraid
https://askubuntu.com/a/110940
Also blacklist the usblp
kernel module.
package logger | |
import ( | |
"errors" | |
"fmt" | |
"os" | |
"path/filepath" | |
"runtime" | |
"strings" | |
"sync" |
#!/bin/sh -eu | |
while true | |
do | |
sudo whoami > /dev/null | |
BATT_PERCENT=$(cat /sys/class/power_supply/BAT0/capacity) |
function scrubEmailsAndNamesOfGamesStartedOver90DaysAgo() { | |
const sheetName = 'responses'; | |
const ss = SpreadsheetApp.getActiveSpreadsheet(); | |
const sheet = ss.getSheetByName(sheetName); | |
if(!sheet) { | |
throw new Error('failed to get sheet `' + sheetName + '`'); | |
} | |
const data = sheet.getDataRange().getValues(); |
sudo apt-get install autoconf automake libusb-dev libusb-1.0-0-dev libtool libssl-dev