First, find out which is the encrypted LVM partition
cat /etc/crypttab
To add a new password, use luksAddKey:
sudo cryptsetup luksAddKey /dev/sda3
To remove an existing password, use luksRemoveKey:
First, find out which is the encrypted LVM partition
cat /etc/crypttab
To add a new password, use luksAddKey:
sudo cryptsetup luksAddKey /dev/sda3
To remove an existing password, use luksRemoveKey:
#!/usr/bin/env python3 | |
import socket | |
import time | |
userid = "trivial_sip_pinger" | |
domain = "<sip server to test>" | |
port = 5060 | |
timeout_ms = 1000 | |
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) |
$ cat > TTS.json <<END
{
"audioConfig": {
"audioEncoding": "LINEAR16",
"pitch": 0,
"speakingRate": 1
},
export token="yourtokenfrombotfather"
. If you need to re-issue a token, use /revoke command to botfather.#!/bin/bash
set -eu -o pipefail