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
topic:homelab
登录
apt install -yy curl apt-transport-https gnupg sudo wget
echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list >/dev/null
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: 236ms⋅