-
Устанавливаем ГОСТ-овское шифрование
sudo apt install libengine-gost-openssl1.1 -
Правим конфиг
sudo nano /etc/ssl/openssl.cnf -
В начало файла:
openssl_conf = openssl_def
Устанавливаем ГОСТ-овское шифрование
sudo apt install libengine-gost-openssl1.1
Правим конфиг
sudo nano /etc/ssl/openssl.cnf
В начало файла:
openssl_conf = openssl_def
The CD that came with the device listed RTL8671B, but it's not on Realtek's website. Instead the manual points you to:
https://www.mytechkey.com/pages/driver
4.Bluetooth 5.0 Dongle
Driver Link:
https://www.dropbox.com/s/gwo9lz777i82f70/BT5.0%20Driver.zip?dl=0
| build: | |
| go build -o _main | |
| objcopy --add-section myfile=myfile _main main |
| package main | |
| import ( | |
| "crypto/ed25519" | |
| "crypto/rand" | |
| "crypto/tls" | |
| "crypto/x509" | |
| "crypto/x509/pkix" | |
| "fmt" | |
| "math/big" |
| DPDtables.sql: | |
| xsltproc xsdtosql.xsl ~/tmp/vitosoft/DPDefinitions.xsd | sed -e '/^\s*$$/d;s/^\s*CREATE/CREATE/g' > $@ | |
| all: clean DPDtables.sql | |
| clean: | |
| rm -f DPDtables.sql |
| package main | |
| // #include <stdlib.h> | |
| // #include "wrapper.c" | |
| import "C" | |
| import "unsafe" | |
| import "fmt" | |
| func read(filename string) string { | |
| f := C.CString(filename) |
source: http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/