This file contains 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
#!/bin/bash | |
set -eu | |
reg="registry.hub.docker.com" | |
repo="gliderlabs" | |
image="alpine" | |
name="${repo}/${image}" | |
tag="latest" | |
parallel=4 |
This file contains 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
# Use this script to test that your Telegram bot works. | |
# | |
# Install the dependency | |
# | |
# $ gem install telegram_bot | |
# | |
# Run the bot | |
# | |
# $ ruby bot.rb | |
# |
This file contains 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
package main | |
import ( | |
"archive/tar" | |
"bytes" | |
"compress/gzip" | |
"fmt" | |
"io" | |
"os" | |
"path/filepath" |
Current status : working, but no fingerprint reader and no Fn key before first suspend.
- Lenovo E15 gen2 Ryzen7 4700u 16GB 20T8000TMZ: https://pcsupport.lenovo.com/ch/fr/products/LAPTOPS-AND-NETBOOKS/THINKPAD-EDGE-LAPTOPS/THINKPAD-E15-GEN-2-TYPE-20T8-20T9/20T8/20T8000TMZ
- Added a 970 Evo Plus 1To SSD to the second slot
- size of the second M.2 disk should be 2280, no less no more
- Opened following this tutorial: https://www.youtube.com/watch?v=da0Z4S-j4ro&t=59s
- Also replaced the 8GB RAM module that was not soldered by a 16GB module (total 24GB)