This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by python configure 3.8, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/stow/Python-3.8.1 --enable-optimizations | |
## --------- ## | |
## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Old: Secret Key Packet(tag 5)(533 bytes) | |
Ver 4 - new | |
Public key creation time - Wed Jun 1 19:41:17 CEST 2011 | |
Pub alg - RSA Encrypt or Sign(pub 1) | |
RSA n(4096 bits) - ... | |
RSA e(17 bits) - ... | |
Sym alg - Plaintext or unencrypted data(sym 0) | |
GnuPG gnu-dummy (s2k 1001) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
looking at device '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:05AC:024F.0009/input/input25': | |
KERNEL=="input25" | |
SUBSYSTEM=="input" | |
DRIVER=="" | |
ATTR{name}=="USB Keychron K2 USB DEVICE" | |
ATTR{phys}=="usb-0000:00:14.0-6.2/input0" | |
ATTR{properties}=="0" | |
ATTR{uniq}=="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/udev/rules.d/80-keychron.rules | |
SUBSYSTEMS=="input", ATTRS{name}=="Keychron K2", RUN+="/usr/bin/touch /tmp/FOUNDKEYBOARD; /bin/echo 2 | /usr/bin/tee /sys/module/hid_apple/parameters/fnmode" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python3 -m pip install --user docker-compose | |
Collecting docker-compose | |
Downloading https://files.pythonhosted.org/packages/2e/93/b8fb6532487fcc40f5c607ac428a609e7f74bfb26a1c3c980a253c6e5a14/docker_compose-1.25.0-py2.py3-none-any.whl (137kB) | |
|████████████████████████████████| 143kB 1.5MB/s | |
Collecting PyYAML<5,>=3.10 | |
Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB) | |
|████████████████████████████████| 276kB 3.3MB/s | |
Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3/dist-packages (from docker-compose) (1.10.0) | |
Collecting requests<3,>=2.20.0 | |
Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git histt --all -10 | |
* d84be7e (refs/stash) WIP on feature-add-missing-file: e9d5962 Add domain id to create() arguments | |
|\ | |
| | | |
| * 8d57311 index on feature-add-missing-file: e9d5962 Add domain id to create() arguments | |
|/ | |
| | |
* e9d5962 (feature-add-missing-file) Add domain id to create() arguments | |
| | |
| * fa5dfea (fix-error-dialog-punctuation, develop) Strip trailing dot in error message, if present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../vis-strip-trailing-spaces/vis-strip-trailing-spaces.lua:30: bad argument #1 to 'ipairs' (table expected, got text) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:sts double free or corruption (!prev) | |
Aborted | |
$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vis:command_register("sts", function(argv, force, win, selection, range) | |
if vis.win.strip_trailing_spaces then | |
vis:command("x/ +$/ c//<Enter>") | |
vis:command(":x/ +$/ c//<Enter>") | |
vis:command(":x/ +$/ c//<Enter>:w<Enter>") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python: stdout/stderr (?): Traceback (most recent call last): | |
python: stdout/stderr (?): File "/home/anddam/.weechat/python/autoload/otr.py", line 118, in <module> | |
python: stdout/stderr (?): import potr | |
python: stdout/stderr (?): ImportError: No module named 'potr' | |
python: unable to parse file "/home/anddam/.weechat/python/autoload/otr.py" | |
python: stdout/stderr (?): |