I hereby claim:
- I am karuboniru on github.
- I am karuboniru (https://keybase.io/karuboniru) on keybase.
- I have a public key whose fingerprint is A93B EC7A 0F68 2CFB 405C 30E8 4FC9 14F0 65F2 DF12
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| podman run --name qq \ | |
| --device /dev/snd --net=host --ipc=host \ # remove net=host if you don't want this | |
| --device=/dev/dri/card0:/dev/dri/card0 \ | |
| --device=/dev/dri/renderD128:/dev/dri/renderD128 \ | |
| -v /tmp/.X11-unix:/tmp/.X11-unix:ro \ | |
| -v ${XDG_RUNTIME_DIR}/pulse/native:/run/user/0/pulse/native \ | |
| -e PULSE_SERVER=unix:/run/user/0/pulse/native \ | |
| -v $HOME/containerhome:/root:Z \ # choose a path you like, same for following | |
| -v $HOME/containerhome/TencentFiles:/TencentFiles:Z \ | |
| -v $HOME/文档/Fonts:/usr/share/fonts/Windows:Z \ # external fonts, any path in /usr/share/fonts will be fine |
| #!/usr/bin/bash | |
| # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- | |
| # ex: ts=8 sw=4 sts=4 et filetype=sh | |
| # SPDX-License-Identifier: LGPL-2.1-or-later | |
| # | |
| # This file is part of systemd. | |
| # | |
| # systemd is free software; you can redistribute it and/or modify it | |
| # under the terms of the GNU Lesser General Public License as published by | |
| # the Free Software Foundation; either version 2.1 of the License, or |
| #!/usr/bin/bash | |
| export LANG=C | |
| COMMAND="$1" | |
| KERNEL_VERSION="$2" | |
| ENTRY_DIR_ABS="$3" | |
| KERNEL_IMAGE="$4" | |
| variant: fcos | |
| version: 1.0.0 | |
| passwd: | |
| users: | |
| - name: core | |
| ssh_authorized_keys: | |
| - "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFlngteAj8k7Fv0Ht6dFtQvA+Svxn/qnTuDfUzEvaU33QEyN9jDaJyMdct4elU9ec9aQheskwv5ULSvv7lzgs4ZhgtgGNRfH0mC8cI49DGdSxucaAuPiHmKNTfQa88iZxg== CARD AUTH pubkey pkcs11:id=%04;object=CARD%20AUTH%20pubkey;token=Karuboniru;manufacturer=piv_II?module-path=/usr/lib64/pkcs11/opensc-pkcs11.so" | |
| groups: [ sudo, wheel ] | |
| storage: | |
| files: |
| $ curl 10.211.200.160:61593/1 -I ~ | |
| HTTP/1.1 200 OK | |
| Content-Length: 17 | |
| Content-Type: text/html;charset=UTF-8 | |
| Access-Control-Allow-Origin: * | |
| Access-Control-Allow-Headers: Authentication | |
| Server: PleaseWakeUpSimpleHttpServer |
| foreach ($i in $(Get-AppPackage).PackageFamilyName) { checkNetIsolation.exe LoopbackExempt -a -n="$i" } |
| #!/bin/bash | |
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | |
| args=() | |
| shopt -s dotglob | |
| for d in /etc/*; do | |
| if [[ $d == /etc/os-release ]] || \ | |
| [[ $d == /etc/grub2.cfg ]] || \ | |
| [[ $d == /etc/grub2-efi.cfg ]] | |
| then |
| #include "mmapio.h" | |
| #include <algorithm> | |
| #include <arpa/inet.h> | |
| #include <chrono> | |
| #include <print> | |
| #include <ranges> | |
| #include <unordered_map> | |
| #include <utmp.h> | |
| #include <vector> |