Všechno Nové

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Přihlásit se

Všechno Nové Přihlásit se

All gists matching topic linux

Nedávno Vytvořeno
Nejméně nedávno Vytvořeno
Nedávno Aktualizováno
Nejméně nedávno Aktualizováno

jetsung / Linux Softs

0 Lajky
0 Forky
3 Soubory
Naposledy aktivní 1 month ago
通过命令行下载安装软件
apt linux
1 #!/usr/bin/env bash
2
3 BASE_URL="https://gist.asfd.cn/jetsung/linux/raw/HEAD/"
4 LIST_FILE="apt.txt" # 默认列表文件(可被自动切换或 -n 覆盖)
5 DESC_FILE="README.md" # 描述 Markdown 文件
6 EXTRA=""
7 VERBOSE=false # -v: 只显示详细信息,不安装
8
9 # 参数解析
10 parameters() {

jetsung / 服务器环境初始化

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Linux 服务器环境初始化
linux server
1 #!/usr/bin/env bash
2
3 if [[ -n "${DEBUG:-}" ]]; then
4 set -eux
5 else
6 set -euo pipefail
7 fi
8
9 SH_FILES_FOLDER="$HOME/shfiles"
Novější Starší

Vytvořeno pomocí Opengist ⋅ Load: 97ms⋅

Čeština
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ 爱开发 ⋅ 爱开发社区