db / install_certbot_dnsimple_plugin.sh
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 5 days ago
| 1 | #!/bin/sh |
| 2 | |
| 3 | apt install python3 python3-dev python3-venv libaugeas-dev gcc |
| 4 | |
| 5 | python3 -m venv /opt/certbot/ |
| 6 | /opt/certbot/bin/pip install --upgrade pip |
| 7 | /opt/certbot/bin/pip install certbot certbot-nginx |
| 8 | |
| 9 | ln -s /opt/certbot/bin/certbot /usr/local/bin/certbot |
db / intel_i225_v_ethernet_adapter_on_linux_fix.sh
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 month ago
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | # Prompt for network interface name |
| 4 | read -p "Enter network interface name: " INTERFACE |
| 5 | |
| 6 | echo "Checking if 'ethtool' is installed" |
| 7 | if ! command -v ethtool &> /dev/null; then |
| 8 | echo "Installing ethtool..." |
| 9 | dnf install -y ethtool |
| 10 | fi |
Новіше
Пізніше