user:thomas 由使用者建立的 Gists
user:thomas
title:mygist Gists 的標題
title:mygist
filename:myfile.txt Gists 的檔案名稱
filename:myfile.txt
extension:yml Gists 的副檔名
extension:yml
language:go Gists 的程式語言
language:go
topic:homelab gists with given topic
topic:homelab
登錄
sed -i 's|enp3s0|eth0|g' /etc/netplan/*.yaml sed -i 's|enp3s0|eth0|g' /etc/udev/rules.d/70-persistent-net.rules sed -i 's/#GRUB_HIDDEN_TIMEOUT=0/GRUB_HIDDEN_TIMEOUT=0/' /etc/default/grub sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=".*\)"/\1 net.ifnames=0 biosdevname=0"/' /etc/default/grub
dnf config-manager --enable crb
dnf install -y epel-release
passwd
apt update && apt upgrade -yy && apt dist-upgrade -yy && sleep 5 && reboot
apt install -yy sudo bash bash-completion libtiff-tools ghostscript wget curl lame festival flite espeak-ng-espeak
sudo su - && cd /root && \
yum update -y --allowerasing --nogpgcheck --skip-broken && reboot
curl -q -LSsf https://repo.almalinux.org/elevate/testing/elevate-testing.repo -o /etc/yum.repos.d/elevate-testing.repo && rpm --import https://repo.almalinux.org/elevate/RPM-GPG-KEY-ELevate yum makecache
clear if grep -qsiRE 'ubuntu|debian' /etc/*release; then cd /tmp rm -Rf hst-* curl -q -LSsf -O https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \ chmod 777 ./hst-install.sh && \ bash -c "./hst-install.sh \ --apache yes \ --phpfpm yes \
由 Opengist 提供支持 ⋅ Load: 223ms⋅