-
あードアラァ!(覚醒)
-
なb…鍋には根菜だろうが
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.19.4-gentoo Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 12.2.0 p1) 12.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=120200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23800 |
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
#!/usr/bin/env bash | |
set -euo pipefail | |
Force=false | |
# shellcheck source=/dev/null | |
#source <(curl -sL https://raw.githubusercontent.com/Hayao0819/FasBashLib/build-0.2.x/fasbashlib.sh) | |
PrintArray(){ printf '%s\n' "${@}"; } |
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
#!/usr/bin/env python3 | |
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
# Version 2, December 2004 | |
# | |
#:: License | |
# | |
# Copyright (C) 2004 Sam Hocevar <[email protected]> | |
# | |
# Everyone is permitted to copy and distribute verbatim or modified | |
# copies of this license document, and changing it is allowed as long |
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
#!/usr/bin/env bash | |
# shellcheck disable=SC2034 | |
set -Eeu | |
#ArchNewsRSSURL="https://www.archlinux.jp/feeds/news.xml" | |
ArchNewsRSSURL="https://archlinux.org/feeds/news/" | |
CachePath="${XDG_STATE_HOME-"$HOME/.local/state"}/archnews.latest" | |
AutoStartPath="${XDG_CONFIG_HOME-"${HOME}/.config"}/autostart/archnews.desktop" | |
RSSXML=() |
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/sh | |
blockdir=/dev/block/bootdevice/by-name | |
output=/sdcard/Download/PartitionBackup | |
exclude="userdata,hoge" | |
if ! [ "$(whoami)" = root ]; then | |
echo "Run as root" >&2 | |
exit 1 | |
fi |
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
# This example requires Lima v0.7.0 or later | |
arch: "x86_64" | |
images: | |
# NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image. | |
- location: "https://mirror.pkgbuild.com/images/v20220515.56564/Arch-Linux-x86_64-cloudimg-20220515.56564.qcow2" | |
arch: "x86_64" | |
digest: "sha256:e7ef924f6c56642e2c3a4be7c74fad4c38a8113c8d527a835b2f51dcb1977394" | |
mounts: | |
- location: "~" | |
- location: "/tmp/lima" |
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
#!/usr/bin/env bash | |
#-- Initilize script --# | |
set -eu | |
# shellcheck source=/dev/null | |
source /dev/stdin < <(curl -sL "https://github.com/Hayao0819/FasBashLib/releases/download/v0.2.1/fasbashlib.sh") | |
#-- Define --# | |
AvailableNumbers=() |
This file has been truncated, but you can view the full file.
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
[;36m[build.sh][m [;35mDebug[m [;0mArgument: --noconfirm --boot-splash --user 'alter' --password 'alter' --log --gitversion --work '/home/hayao/Git/alterlinux/work' --arch 'x86_64' --lang 'ja' --out '/home/hayao/Git/alterlinux/out/xfce/ja' --nolog --nocolor --nodepend --rerun -- 'xfce'[m | |
[build.sh] Debug Use the default configuration file (/home/hayao/Git/alterlinux/default.conf). | |
[build.sh] Debug The default settings have been overridden by custom.conf | |
[build.sh] Debug build_dir is /home/hayao/Git/alterlinux/work/build/x86_64 | |
[build.sh] Debug cache_dir is /home/hayao/Git/alterlinux/work/cache/x86_64 | |
[build.sh] Debug airootfs_dir is /home/hayao/Git/alterlinux/work/build/x86_64/airootfs | |
[build.sh] Debug isofs_dir is /home/hayao/Git/alterlinux/work/build/x86_64/iso | |
[build.sh] Debug lockfile_dir is /home/hayao/Git/alterlinux/work/build/x86_64/lockfile | |
[build.sh] Debug out_dir is /home/hayao/Git/alterlinux/out/xfce/ja | |
[build.sh] Debug channel path is /home/hayao/Git/alterlinux/channels/xfce |
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
# Maintainer: René Wagner <rwa at clttr dot info> | |
# Contributor: Juan Simón <play4pro at protonmail dot com> | |
# Contributor: alium | |
# Contributor: angelsl | |
# Contributer: hayao <[email protected]> | |
_pkgbase=r8168 | |
pkgname=${_pkgbase}-dkms | |
pkgver=8.049.02 | |
pkgrel=1 |