This file contains hidden or 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
# Gunter | |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzgpbb/pc2xvbS0gzT+dQhww/mrr5Cjm56rAqF64LOliPUmNVVhOMTgyinYN3jcxTe7ckbA3SqQCgeAGaBd0lXL/AQkmmEzcTpTuVOhKm/sTjIty0GhFzRxOPN/MyoogB0YF6/Rq/pVtS3nGRFQSsDDkuwdHXACj4f3+NoSpH+WBwz8Nhi9/hSMxRypdf9gSurwNmy6wFhrlpPVB+JTYNtPzf0FW/2W0V+bKPVfUNN2Djtm6fdG+G81ZjeEmdWExaA0ycP426tYlhzLbio+R5BBqjnb4HitB5ZXlCCIwEutMVKJIK7DrYnNKtJeiurI4oZgQPi+ijVyFqsoLgK6HSoaKff2crLpch8t/p0IphqrRGbg8uzdsvzkY9mFYICtWfH+Q6wYHYoVghGnzzPYKCoBMsfMFah8tgGCVhsPykJNcJ3VJb2uUhPkTTSxZhtBJeELOPyE0foFuNnqeyAmkaKg87OmY/d/pIxyE58lbyoOQlObDe7FymyMrznyISVqK0= rodolphe@gunter | |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6sWlso/+8htyeycc4iow9friyblZWtDZk6/gPWlIpq [email protected] | |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII/UKHchpv+oSS9faE4BgIcp9Wy7PX8+QCVWbP97rqfF [email protected] | |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDbpwscm+TDd9vJU+Cj6MA4LjkDYAl60lvGzFzHpu3Q9XeopsYCra0LdnqtFYg5haTI8Wh9N8BiWr8bjFcP6AQBhLKywj+P7hGGlgWMVKqMc4rPotPApNcvC2rhf+9mZTuhSOiBvFuM+Pk9e+UHEixU4NZ0g0oP8uhIWjcKbjXJq3BYND/TPDbLEWmiUnereCQrLIiNVm2HOkVCY4E |
This file contains hidden or 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
# GUI to see controllers https://askubuntu.com/a/270111 | |
# see also https://doc.ubuntu-fr.org/joystick | |
jstest-gui | |
This file contains hidden or 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
# see https://stackoverflow.com/questions/3184555/cleaning-up-old-remote-git-branches | |
git remote prune origin | |
git fetch --prune |
This file contains hidden or 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 | |
# Removes old revisions of snaps | |
# CLOSE ALL SNAPS BEFORE RUNNING THIS | |
set -eu | |
LANG=C snap list --all | awk '/disabled/{print $1, $3}' | | |
while read snapname revision; do | |
snap remove "$snapname" --revision="$revision" | |
done |
This file contains hidden or 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
"LD_* scout runtime" information: | |
{ | |
"steam-runtime-system-info" : { | |
"version" : "0.20231107.1+srt1", | |
"path" : "/home/rodolphe/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-system-info" | |
}, | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/rodolphe/.local/share/Steam", | |
"data_path" : "/home/rodolphe/.local/share/Steam", |
OlderNewer