Download & install Clightd from https://github.com/FedeDP/Clightd/releases
$ sudo apt install libsystemd-dev ibpopt-dev libgsl-dev libconfig-dev
$ git clone https://github.com/FedeDP/Clight
in src/lock.c:
Download & install Clightd from https://github.com/FedeDP/Clightd/releases
$ sudo apt install libsystemd-dev ibpopt-dev libgsl-dev libconfig-dev
$ git clone https://github.com/FedeDP/Clight
in src/lock.c:
I hereby claim:
To claim this, I am signing this object:
If you happen to throw most things into containers, I think this a handy trick for lazy people like us.
Here is the trick, so Gnome Terminal supports different profile and most terminal apps maybe, too. Inside profile you can execute a different program, this is what I did:
sh -c 'NEW_NAME=AG-$(shuf -n1 /usr/share/dict/words|tr -d [:punct:] ) && lxc launch images:ubuntu/18.04 $NEW_NAME && lxc exec $NEW_NAME bash'
Verifying my Blockstack ID is secured with the address 16Wermf3EdTj1a5jE47wUtgLXruCNPQugQ https://explorer.blockstack.org/address/16Wermf3EdTj1a5jE47wUtgLXruCNPQugQ
Covert PDF to PNG | |
Requirement: brew install imagemagick ghostscript | |
Possible mapping problems: | |
- convert: no images defined 'mypic.png' @error/convert.c/ConvertImageCommand/3254. | |
- convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `PointOnLine.png' @ warning/png.c/MagickPNGWarningHandler/1744. | |
Resolutions: | |
$ convert -define profile:skip=ICC -density 300 ./input.pdf output.png |
Starting from Catalina only 64-bit will be allowed to run, otherwise you see a warning:
And compiling Treesheet from source code is a bit tricky. Luckily I found that in the CI worfkflow the daily builds already in 64-bit.
Here is where you can find it. Goto the actions from official repository,
and click on the latest successful build, eg: https://github.com/aardappel/treesheets/actions/runs/119194981
Making VMs accessible from host network.
| This should work fine with Virtualbox 5.2.42 or later
Global Tools > Host Network Manager > Create > vboxnet0
On Guest VM Settings > Network > Adapter 2 > Host-Only Adapter: choose vboxnet0
Going into the VM and get the IP from 2nd Adapter.
Due to unfortunete amont of traffic, team python.org decided to disable xmlrpc endpoint, incident report being update here: https://status.python.org/incidents/grk0k7sz6zkp
Also an issue tracking on github: pypa/pip#9292
The error message:
This API has been temporarily disabled due to unmanageable load and will be deprecated in the near future. Please use the Simple or JSON API instead.
# This an example to create Disk Pressure on Kubernetes cluster by overwriting claim volume. | |
--- | |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
name: longhorn-pvc-33g | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
storageClassName: longhorn |