Skip to content

Instantly share code, notes, and snippets.

View donireives's full-sized avatar
:octocat:
I may be slow to respond.

Doni Reives donireives

:octocat:
I may be slow to respond.
View GitHub Profile
@donireives
donireives / host-address.md
Last active July 30, 2022 09:33
host-address

Host Adderess

Linux / BSD / macOS

Location: /etc/hosts

Windows

Location: \System32\Drivers\etc\hosts

@donireives
donireives / [SERVER] letsencrypt_Old_Kernel.sh
Last active July 28, 2023 12:17
letsencrypt-Old-Kernel
# sudo /etc/letsencrypt/certbot-auto renew --no-self-upgrade --no-bootstrap
#!/bin/sh
#
# Download and run the latest release version of the Certbot client.
#
# NOTE: THIS SCRIPT IS AUTO-GENERATED AND SELF-UPDATING
#
# IF YOU WANT TO EDIT IT LOCALLY, *ALWAYS* RUN YOUR COPY WITH THE
# "--no-self-upgrade" FLAG
#