utm_mediumrequired - can be e.g.referral,social,emailutm_sourceis required - e.g.facebook.comutm_campaignis 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