This guide will help you connect your Sony WH-1000XM4 headset to Ubuntu 22.04 using Bluetooth. Once connected, you'll be able to listen to music and use the microphone on apps like Microsoft Teams.
- Open a terminal and launch
bluetoothctl
:
# Step 1 -> get wgcf (cli for Cloudflare WARP) | |
https://github.com/ViRb3/wgcf/releases | |
# Step 2 -> create account -> wgcf-account.toml | |
wgcf register | |
# Step 3 -> generate WireGuard profile -> wgcf-profile.conf | |
wgcf generate | |
# Step 4 -> extract values from wgcf-profile.conf |
This guide will help you connect your Sony WH-1000XM4 headset to Ubuntu 22.04 using Bluetooth. Once connected, you'll be able to listen to music and use the microphone on apps like Microsoft Teams.
bluetoothctl
:groups: | |
- name: node_exporter_alerts | |
rules: | |
- alert: Node down | |
expr: up{job="monitoring-pi"} == 0 | |
for: 2m | |
labels: | |
severity: warning | |
annotations: | |
title: Node {{ $labels.instance }} is down |
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
This Python script is not maintained and was replaced by the more robust Rust version below:
%% Extraccion de los valores de la simulacion | |
% Datos de la practica | |
N_nodos = 6; | |
ranuras = 10000; | |
% Valores de PG probados | |
PG = {'0', '01', '025', '05', '075', '1', '125', '150', '175', '2', '25', '3', '35', '4', '45', '5', '6', '7', '8', '9', '95'}; | |
TO = zeros(1,21); | |
TC = zeros(1,21); |
""" | |
This is how I run my new bots created with pyTelegramBotAPI to avoid API errors, | |
like timeout errors or whenever my server can't reach Telegram servers (i.e. if net is down). | |
A while loop restarts the polling when it's ended due to an error. | |
A new bot object is created in each new loop execution, to avoid some errors. | |
We set all our message handlers in botactions() so the new bot object can use them. | |
Threading is not needed, but I prefer running the while True loop threaded so I can stop the bot | |
anytime with Ctrl+C, otherwise it can't be stopped easily. Killing the script is not nice and | |
I use databases in some bots, which should be closed beforehand. |
Windows.10.and.Office.2016.gVLK | |
##################################################################### | |
# Install/Uninstall keys # | |
##################################################################### | |
1.) Uninstall the current product by entering the “uninstall product key” extension: | |
slmgr.vbs /upk | |
2.) Install the key that you obtained above for “Windows Srv 2012R2 DataCtr/Std KMS for Windows 10” |
#! /bin/bash | |
# | |
# Diffusion youtube avec ffmpeg | |
# Configurer youtube avec une résolution 720p. La vidéo n'est pas scalée. | |
VBR="2500k" # Bitrate de la vidéo en sortie | |
FPS="30" # FPS de la vidéo en sortie | |
QUAL="medium" # Preset de qualité FFMPEG | |
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL de base RTMP youtube |