The MPOW Bluetooth 5 dongle (Model: BH456A) does not work out of the box on Ubuntu 20.04 (kernel 5.4.0-42).
Patch the bluetooth kernel module and copy the firmware binaries to /lib/firmware.
| ====================================== | |
| mysql 8.0.15 -> 8.0.16 upgrade error | |
| ====================================== | |
| 1) The mysql server refused to start when we upgraded from 8.0.15 to 8.0.16 | |
| on Ubuntu 16.04 | |
| Apr 25 09:08:09 yuktix-apiv11devm1 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE |
| Some Jenkinsfile examples |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
| ## Depends on your network setup of the global zone build environment | |
| echo '{ | |
| "brand": "joyent", | |
| "resolvers": ["8.8.8.8"], | |
| "ram": 512, | |
| "nics": [{ | |
| "nic_tag": "switch0", | |
| "ip": "192.168.200.200", | |
| "netmask": "255.255.255.0", | |
| "gateway": "192.168.200.1", |
I changed a few of the key mappings to work with a Norwegian layout:
{ “keys”: [“ctrl+\\”], “command”: “show_panel”, “args”: {"panel": “console”, “toggle”: true} },
{ “keys”: [“ctrl+7”], “command”: “toggle_comment”, “args”: { “block”: false } },
{ “keys”: [“ctrl+9”], “command”: “indent” },
{ “keys”: [“ctrl+8”], “command”: “unindent” },
And installed the package Emmet, which is what provides some of the functions here.
| client | |
| dev tun | |
| remote example.com | |
| resolv-retry infinite | |
| nobind | |
| persist-key | |
| persist-tun | |
| ca [inline] | |
| cert [inline] | |
| key [inline] |
| #!/bin/sh -e | |
| hostname=$1 | |
| device=$2 | |
| file=$HOME/.dynv6.addr6 | |
| [ -e $file ] && old=`cat $file` | |
| if [ -z "$hostname" -o -z "$token" ]; then | |
| echo "Usage: token=<your-authentication-token> [netmask=64] $0 your-name.dynv6.net [device]" | |
| exit 1 | |
| fi |