-
Устанавливаем ГОСТ-овское шифрование
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 config | |
import "os" | |
import "log" | |
import "gopkg.in/yaml.v3" | |
const CONFIG_PATH = "/path/to/config.yml" | |
type Config struct { | |
Conn struct { |
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 |
source: http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/