Tutti Nuovi

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Registrati

Entra

Tutti Nuovi Registrati Entra

Tutti i gist corrispondenti all'argomento setup

Più recente creazione
Meno recente creazione
Più recente aggiornamento
Meno recente aggiornamento

weehong / Ubuntu and Debian Setup Manager

0 mi piace
0 forks
29 files
Ultima volta attivo 2 weeks ago
Hardened interactive Ubuntu/Debian setup scripts, including CCUsage multi-device sync for Claude Code, Codex CLI, and OpenCode.
ubuntu debian linux setup installer automation desktop bash apt
1 #!/usr/bin/env bash
2
3 set -euo pipefail
4
5 echo "======================================"
6 echo " Ubuntu Dual-Boot Time Fix Script"
7 echo " (UTC Method - Highly Recommended)"
8 echo "======================================"
9 echo

weehong / Developer Environment Installer

0 mi piace
0 forks
2 files
Ultima volta attivo 3 weeks ago
Interactive developer environment bootstrapper using official upstream downloads and signed OS-vendor packages.
developer-environment bootstrap installer zsh bash tooling setup automation
1 #!/usr/bin/env bash
2
3 # =======================================================
4 # 1. BOOTSTRAPPER: PREFER ZSH, FALLBACK TO BASH
5 # =======================================================
6 if [ -z "${_PREFER_ZSH_BOOTSTRAPPED:-}" ]; then
7 export _PREFER_ZSH_BOOTSTRAPPED=1
8
9 # Only attempt to re-execute if $0 is an actual file on disk.
10 # This prevents the 'can't open input file' error when running
Più nuovi Più vecchi

Creato da Opengist ⋅ Load: 37ms⋅

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